diff options
Diffstat (limited to 'src/kchmsearchwindow.h')
-rw-r--r-- | src/kchmsearchwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kchmsearchwindow.h b/src/kchmsearchwindow.h index 5a068a8..c9a553f 100644 --- a/src/kchmsearchwindow.h +++ b/src/kchmsearchwindow.h @@ -36,7 +36,7 @@ class KCHMSearchEngine; class KCHMClickableLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: KCHMClickableLabel( const TQString& label, TQWidget * parent ) @@ -54,7 +54,7 @@ class KCHMClickableLabel : public TQLabel class KCHMSearchWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KCHMSearchWindow ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); |