summaryrefslogtreecommitdiffstats
path: root/src/kchmindexwindow.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/kchmindexwindow.h
parentc9d6a7478114a66f06bfdde4ad9164cce03e4149 (diff)
downloadkchmviewer-bd1f039636efbb681d138bbee07600633625bdb9.tar.gz
kchmviewer-bd1f039636efbb681d138bbee07600633625bdb9.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/kchmindexwindow.h')
-rw-r--r--src/kchmindexwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmindexwindow.h b/src/kchmindexwindow.h
index 5c13bfc..ef1de70 100644
--- a/src/kchmindexwindow.h
+++ b/src/kchmindexwindow.h
@@ -37,7 +37,7 @@ class KCHMIndexWindow : public TQWidget
public:
KCHMIndexWindow ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );
- void tqinvalidate();
+ void invalidate();
void search( const TQString& index );
public slots: