summaryrefslogtreecommitdiffstats
path: root/src/kchmviewwindowmgr.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:15 -0600
commitbd1f039636efbb681d138bbee07600633625bdb9 (patch)
tree42a21732694f53d9ee8c9ca9f1b951412c9c4d7e /src/kchmviewwindowmgr.h
parentc9d6a7478114a66f06bfdde4ad9164cce03e4149 (diff)
downloadkchmviewer-bd1f039636efbb681d138bbee07600633625bdb9.tar.gz
kchmviewer-bd1f039636efbb681d138bbee07600633625bdb9.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/kchmviewwindowmgr.h')
-rw-r--r--src/kchmviewwindowmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmviewwindowmgr.h b/src/kchmviewwindowmgr.h
index 69a84a4..a4bdbfe 100644
--- a/src/kchmviewwindowmgr.h
+++ b/src/kchmviewwindowmgr.h
@@ -46,7 +46,7 @@ class KCHMViewWindowMgr : public TQTabWidget
// Sets the tab name and updates Windows menu
void setTabName( KCHMViewWindow* window );
- void tqinvalidate();
+ void invalidate();
// Creates a Window menu
void createMenu( KCHMMainWindow * parent );