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 3e9a985..e52066d 100644 --- a/src/kchmsearchwindow.h +++ b/src/kchmsearchwindow.h @@ -37,7 +37,7 @@ class KCHMSearchEngine; class KCHMClickableLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KCHMClickableLabel( const TQString& label, TQWidget * parent ) : TQLabel( label, parent ) {}; @@ -55,7 +55,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 ); |