diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:30:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:30:12 -0600 |
commit | 60da1801389e3c729d440a353003acca39a7c3b6 (patch) | |
tree | 18240da7b279e174dadb615b3a32ea05cc0f74cc /src/kchmindexwindow.h | |
parent | f35af5996cb6b2875a9fb4f4789b44f21eec5d18 (diff) | |
download | kchmviewer-60da1801389e3c729d440a353003acca39a7c3b6.tar.gz kchmviewer-60da1801389e3c729d440a353003acca39a7c3b6.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/kchmindexwindow.h')
-rw-r--r-- | src/kchmindexwindow.h | 2 |
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: |