summaryrefslogtreecommitdiffstats
path: root/src/kchmviewwindowmgr.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:15 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-23 02:38:43 +0200
commit6c8fbb5199ea86a9ef727aa258e730006b3876b6 (patch)
tree7a0a68179bc042ece6254e0e215a96265285597d /src/kchmviewwindowmgr.cpp
parentafdc76e8bceaafffeea4d3434885910ce9524334 (diff)
downloadkchmviewer-6c8fbb5199ea86a9ef727aa258e730006b3876b6.tar.gz
kchmviewer-6c8fbb5199ea86a9ef727aa258e730006b3876b6.zip
Remove additional unneeded tq method conversions
(cherry picked from commit bd1f039636efbb681d138bbee07600633625bdb9)
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 4023d7e..8b3dad9 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::tqinvalidate()
+void KCHMViewWindowMgr::invalidate()
{
deleteAllWindows();
addNewTab( true );