From 5db3af80f392f8f063f53cbbad67bbe7c5c6eb6d Mon Sep 17 00:00:00 2001 From: wazlaf Date: Mon, 30 Sep 2002 13:43:36 +0000 Subject: history functionality, tabs switch colors, extended settings dialog --- (limited to 'noncore/net/opieirc/ircservertab.h') diff --git a/noncore/net/opieirc/ircservertab.h b/noncore/net/opieirc/ircservertab.h index 698689a..8d24cba 100644 --- a/noncore/net/opieirc/ircservertab.h +++ b/noncore/net/opieirc/ircservertab.h @@ -26,6 +26,7 @@ #include "mainwindow.h" #include "ircchanneltab.h" #include "ircquerytab.h" +#include "ircmisc.h" class IRCServerTab : public IRCTab { Q_OBJECT @@ -58,12 +59,13 @@ public slots: protected slots: void display(IRCOutput output); protected: + int m_lines; bool m_close; IRCServer m_server; IRCSession *m_session; MainWindow *m_mainWindow; QTextView *m_textview; - QLineEdit *m_field; + IRCHistoryLineEdit *m_field; /* Channel tabs associated with this server tab */ QList m_channelTabs; /* Query tabs associated with this server tab */ -- cgit v0.9.0.2