~ubuntu-branches/ubuntu/natty/kvirc/natty

« back to all changes in this revision

Viewing changes to src/kvirc/ui/KviOptionsWidget.h

  • Committer: Bazaar Package Importer
  • Author(s): Kai Wasserbäch
  • Date: 2011-02-23 13:19:39 UTC
  • mfrom: (14.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110223131939-fmb8l4arvgul8hy0
Tags: 4:4.1.1~svn5507-1
The "Cunning Advisor" release.

* Synced to upstream's SVN revision 5507.
* debian/kvirc-data.preinst: Removed. Upgrades from stable won't need it.
* debian/watch: Replace the "latest" part with "([\d\.]+)" to make us
  independent of the upstream symlink.
* debian/README.Debian:
  - Removed obsolete parts about Python and upgrades from 3.4.
  - Added notice about handling default script issues.
* debian/README.source: Updated for 4.1.1.
* debian/{compat,control,rules}: Updates for debhelper 8.
* debian/patches/10_fix_desktop_entry.patch: Refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
        // this is because nobody listens to the "switchToAdvancedPage" requests....
146
146
        void addAdvancedButton(int x1,int y1,int x2,int y2);
147
147
 
 
148
        void removeSelector(KviSelectorInterface * pInterface);
 
149
 
148
150
        virtual void commit();
149
151
        virtual void childEvent(QChildEvent * e);
150
152