summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircquerytab.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opieirc/ircquerytab.h') (more/less context) (show 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
@@ -36,12 +36,13 @@ public:
IRCPerson *person();
void appendText(QString text);
public slots:
void remove();
void processCommand();
void display(IRCOutput output);
+ void settingsChanged();
protected:
bool m_close;
MainWindow *m_mainWindow;
IRCServerTab *m_parentTab;
IRCPerson *m_person;
QTextView *m_textview;