summaryrefslogtreecommitdiffstats
path: root/src/kchmviewwindowmgr.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:02 -0600
commit71061104fa6242b2e0bf08b0920e08ee2f2924c5 (patch)
tree4e74a78c2e35494cf94c30414d14e884f557320f /src/kchmviewwindowmgr.cpp
parent60da1801389e3c729d440a353003acca39a7c3b6 (diff)
downloadkchmviewer-71061104fa6242b2e0bf08b0920e08ee2f2924c5.tar.gz
kchmviewer-71061104fa6242b2e0bf08b0920e08ee2f2924c5.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 60da1801389e3c729d440a353003acca39a7c3b6.
Diffstat (limited to 'src/kchmviewwindowmgr.cpp')
-rw-r--r--src/kchmviewwindowmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmviewwindowmgr.cpp b/src/kchmviewwindowmgr.cpp
index 8b3dad9..4023d7e 100644
--- a/src/kchmviewwindowmgr.cpp
+++ b/src/kchmviewwindowmgr.cpp
@@ -71,7 +71,7 @@ void KCHMViewWindowMgr::createMenu( KCHMMainWindow * parent )
connect( m_MenuWindow, TQT_SIGNAL( activated(int) ), this, TQT_SLOT ( onActiveWindow(int) ));
}
-void KCHMViewWindowMgr::invalidate()
+void KCHMViewWindowMgr::tqinvalidate()
{
deleteAllWindows();
addNewTab( true );