diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:36:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:36:15 -0600 |
commit | bd1f039636efbb681d138bbee07600633625bdb9 (patch) | |
tree | 42a21732694f53d9ee8c9ca9f1b951412c9c4d7e /src/kchmviewwindowmgr.cpp | |
parent | c9d6a7478114a66f06bfdde4ad9164cce03e4149 (diff) | |
download | kchmviewer-bd1f039636efbb681d138bbee07600633625bdb9.tar.gz kchmviewer-bd1f039636efbb681d138bbee07600633625bdb9.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/kchmviewwindowmgr.cpp')
-rw-r--r-- | src/kchmviewwindowmgr.cpp | 2 |
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 ); |