~ubuntu-branches/ubuntu/lucid/konversation/lucid-updates

« back to all changes in this revision

Viewing changes to src/irc/servergroupdialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2009-05-19 09:44:08 UTC
  • mfrom: (1.16.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20090519094408-yi3yv1v4zzbsu2nx
Tags: 1.1.75+svn969816-1
* New upstream development snapshot:
  - Last Changed Author: tjmchenry
  - Last Changed Rev: 969816
  - Last Changed Date: 2009-05-19 04:45:54 +0300
  - Translations as of Tue, 19 May 2009 09:21:13 are included.
* Update download URL in debian/copyright.
* Update Debian menu icons.
* Update konversation.install: install translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
            int execAndEditServer(ServerSettings server);
42
42
 
43
43
            bool identitiesNeedsUpdate() const { return m_identitiesNeedsUpdate; }
44
 
 
 
44
            
 
45
        public slots:
 
46
            virtual void accept();
 
47
            
45
48
        protected slots:
46
 
            virtual void slotOk();
47
 
 
48
49
            void addServer();
49
50
            void editServer();
50
51
            void editServer(ServerSettings server);