summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircservertab.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opieirc/ircservertab.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/ircservertab.h4
1 files changed, 3 insertions, 1 deletions
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<IRCChannelTab> m_channelTabs;
/* Query tabs associated with this server tab */