From 074769a4adb816153e47d63087e9e326bd3a04bf Mon Sep 17 00:00:00 2001 From: wazlaf Date: Mon, 23 Sep 2002 22:12:39 +0000 Subject: configuration dialog + color configurability throughout the program + popup menu on the channel person list --- (limited to 'noncore/net/opieirc/mainwindow.h') diff --git a/noncore/net/opieirc/mainwindow.h b/noncore/net/opieirc/mainwindow.h index dcb782f..d057178 100644 --- a/noncore/net/opieirc/mainwindow.h +++ b/noncore/net/opieirc/mainwindow.h @@ -23,6 +23,7 @@ #include #include +#include #include #include "mainwindow.h" #include "irctab.h" @@ -36,10 +37,12 @@ public: void killTab(IRCTab *tab); protected slots: void newConnection(); - void closeTab(); - void tabSelected(QWidget *widget); + void settings(); +protected: + void loadSettings(); protected: QTabWidget *m_tabWidget; + QList m_tabs; }; #endif /* __MAINWINDOW_H */ -- cgit v0.9.0.2