summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/mainwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opieirc/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opieirc/mainwindow.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/net/opieirc/mainwindow.h b/noncore/net/opieirc/mainwindow.h
index d057178..9946f10 100644
--- a/noncore/net/opieirc/mainwindow.h
+++ b/noncore/net/opieirc/mainwindow.h
@@ -26,4 +26,4 @@
#include <qlist.h>
-#include <qtabwidget.h>
#include "mainwindow.h"
+#include "ircmisc.h"
#include "irctab.h"
@@ -40,2 +40,4 @@ protected slots:
void settings();
+ void selected(QWidget *);
+ void changeEvent(IRCTab *);
protected:
@@ -43,3 +45,3 @@ protected:
protected:
- QTabWidget *m_tabWidget;
+ IRCTabWidget *m_tabWidget;
QList<IRCTab> m_tabs;