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/kchmsearchwindow.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/kchmsearchwindow.h')
-rw-r--r-- | src/kchmsearchwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmsearchwindow.h b/src/kchmsearchwindow.h index 165a864..3e9a985 100644 --- a/src/kchmsearchwindow.h +++ b/src/kchmsearchwindow.h @@ -59,7 +59,7 @@ class KCHMSearchWindow : public TQWidget public: KCHMSearchWindow ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); - void tqinvalidate(); + void invalidate(); void restoreSettings (const KCHMSettings::search_saved_settings_t& settings); void saveSettings (KCHMSettings::search_saved_settings_t& settings); void execSearchQueryInGui( const TQString& query ); |