From f85af28663814f3262f5ecfcd20a4b4f67c23067 Mon Sep 17 00:00:00 2001 From: skyhusker Date: Wed, 26 Jan 2005 22:45:53 +0000 Subject: * Created new class for IRCChannelPerson. * Added whois, ping and version entries to channel popup menu. * Fixed action on CTCP PING reply (was interpreted as a request). --- (limited to 'noncore/net/opieirc/mainwindow.cpp') diff --git a/noncore/net/opieirc/mainwindow.cpp b/noncore/net/opieirc/mainwindow.cpp index 2562f33..1811a0c 100644 --- a/noncore/net/opieirc/mainwindow.cpp +++ b/noncore/net/opieirc/mainwindow.cpp @@ -1,5 +1,8 @@ #include #include + +#include + #include #include "mainwindow.h" @@ -85,6 +88,7 @@ void MainWindow::killTab(IRCTab *tab, bool imediate) { void MainWindow::slotKillTabsLater() { for ( QListIterator it(m_toDelete); it.current(); ++it ) { m_tabWidget->removePage( it.current() ); + odebug << it.current() << oendl; m_tabs.remove( it.current() ); } -- cgit v0.9.0.2