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

« back to all changes in this revision

Viewing changes to src/irc/channel.h

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2009-05-15 11:24:24 UTC
  • mfrom: (1.15.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20090515112424-b74i26lciabf4qnk
Tags: 1.1.75+svn968012-1
* New upstream development snapshot:
  - Last Changed Author: hein
  - Last Changed Rev: 968012
  - Last Changed Date: 2009-05-14 21:03:55 +0300
* Update README.source.
* Use dh --quilt instead of custom patch handling, build depend on
  quilt 0.46-7~.
* Update patches to upstream changes.
* Update konversation.install: remove docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
class QStringList;
30
30
class QSplitter;
31
31
class Q3Grid;
32
 
class QComboBox;
33
32
class QDropEvent;
34
33
class QToolButton;
35
34
 
36
35
class KLineEdit;
37
36
class KVBox;
38
37
class KHBox;
 
38
class KComboBox;
39
39
 
40
40
class NickListView;
41
41
class QuickButton;
119
119
 
120
120
//Nicklist
121
121
    public:
 
122
        void flushPendingNicks();
 
123
 
122
124
        ChannelNickPtr getOwnChannelNick();
123
125
        ChannelNickPtr getChannelNick(const QString &ircnick);
124
126
 
323
325
        KHBox* commandLineBox;
324
326
        KVBox* nickListButtons;
325
327
        Q3Grid* buttonsGrid;
326
 
        QComboBox* nicknameCombobox;
 
328
        KComboBox* nicknameCombobox;
327
329
        QString oldNick; ///< GUI
328
330
        QLabel* awayLabel;
329
331
        QLabel* blowfishLabel;