From e6798d7ec0a3b86e412bd67faad24a737a67aa5f Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 06 Sep 2004 23:51:20 +0000 Subject: Use OKeyConfigWidget/Manager for managing next and prev tab keyboard shortcuts --- (limited to 'noncore/net/opieirc/mainwindow.cpp') diff --git a/noncore/net/opieirc/mainwindow.cpp b/noncore/net/opieirc/mainwindow.cpp index 1143213..2e674c5 100644 --- a/noncore/net/opieirc/mainwindow.cpp +++ b/noncore/net/opieirc/mainwindow.cpp @@ -76,6 +76,7 @@ void MainWindow::changeEvent(IRCTab *tab) { void MainWindow::killTab(IRCTab *tab) { m_tabWidget->removePage(tab); m_tabs.remove(tab); + /* there might be nicer ways to do this .. */ delete tab; } -- cgit v0.9.0.2