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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/net/opieirc/mainwindow.h b/noncore/net/opieirc/mainwindow.h
index 945fc71..abf205d 100644
--- a/noncore/net/opieirc/mainwindow.h
+++ b/noncore/net/opieirc/mainwindow.h
@@ -35,5 +35,5 @@ public:
// IRCTabWidget getTabWidget();
void addTab(IRCTab *tab);
- void killTab(IRCTab *tab);
+ void killTab(IRCTab *tab, bool now = false);
static QString appName() { return QString::fromLatin1("opieirc"); }
static QString appCaption();
@@ -48,6 +48,6 @@ protected slots:
void slotNextTab();
void slotPrevTab();
- void slotCloseTab();
void slotPing(const QString&);
+ void slotKillTabsLater();
protected:
@@ -56,4 +56,5 @@ protected:
IRCTabWidget *m_tabWidget;
QList<IRCTab> m_tabs;
+ QList<IRCTab> m_toDelete;
};