summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircquerytab.h
Unidiff
Diffstat (limited to 'noncore/net/opieirc/ircquerytab.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/ircquerytab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/opieirc/ircquerytab.h b/noncore/net/opieirc/ircquerytab.h
index ea777f4..07fa57f 100644
--- a/noncore/net/opieirc/ircquerytab.h
+++ b/noncore/net/opieirc/ircquerytab.h
@@ -30,22 +30,23 @@ class IRCQueryTab : public IRCTab {
30public: 30public:
31 /* IRCTab implementation */ 31 /* IRCTab implementation */
32 IRCQueryTab(IRCPerson *person, IRCServerTab *parentTab, MainWindow *mainWindow, QWidget *parent = 0, const char *name = 0, WFlags f = 0); 32 IRCQueryTab(IRCPerson *person, IRCServerTab *parentTab, MainWindow *mainWindow, QWidget *parent = 0, const char *name = 0, WFlags f = 0);
33 ~IRCQueryTab(); 33 ~IRCQueryTab();
34 QString title(); 34 QString title();
35 IRCSession *session(); 35 IRCSession *session();
36 IRCPerson *person(); 36 IRCPerson *person();
37 void appendText(QString text); 37 void appendText(QString text);
38public slots: 38public slots:
39 void remove(); 39 void remove();
40 void processCommand(); 40 void processCommand();
41 void display(IRCOutput output); 41 void display(IRCOutput output);
42 void settingsChanged();
42protected: 43protected:
43 bool m_close; 44 bool m_close;
44 MainWindow *m_mainWindow; 45 MainWindow *m_mainWindow;
45 IRCServerTab *m_parentTab; 46 IRCServerTab *m_parentTab;
46 IRCPerson *m_person; 47 IRCPerson *m_person;
47 QTextView *m_textview; 48 QTextView *m_textview;
48 QLineEdit *m_field; 49 QLineEdit *m_field;
49}; 50};
50 51
51#endif /* __IRCQUERYTAB_H */ 52#endif /* __IRCQUERYTAB_H */