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/ircchanneltab.h') diff --git a/noncore/net/opieirc/ircchanneltab.h b/noncore/net/opieirc/ircchanneltab.h index 971614b..a03ee3e 100644 --- a/noncore/net/opieirc/ircchanneltab.h +++ b/noncore/net/opieirc/ircchanneltab.h @@ -25,6 +25,7 @@ #include #include "irctab.h" #include "ircsession.h" +#include "ircmisc.h" #include "mainwindow.h" #include "ircchannellist.h" @@ -56,15 +57,16 @@ protected slots: void popupVersion(); void popupWhois(); protected: - IRCServerTab *m_parentTab; - IRCChannel *m_channel; - IRCChannelList *m_list; - QPushButton *m_listButton; - MainWindow *m_mainWindow; - QTextView *m_textview; - QLineEdit *m_field; - QPopupMenu *m_popup; - bool m_listVisible; + IRCServerTab *m_parentTab; + IRCChannel *m_channel; + IRCChannelList *m_list; + QPushButton *m_listButton; + MainWindow *m_mainWindow; + QTextView *m_textview; + IRCHistoryLineEdit *m_field; + QPopupMenu *m_popup; + bool m_listVisible; + int m_lines; }; #endif /* __IRCCHANNELTAB_H */ -- cgit v0.9.0.2