diff options
Diffstat (limited to 'krec/krecconfigure.h')
-rw-r--r-- | krec/krecconfigure.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/krec/krecconfigure.h b/krec/krecconfigure.h index dbc8665d..51774fc5 100644 --- a/krec/krecconfigure.h +++ b/krec/krecconfigure.h @@ -28,7 +28,7 @@ class TQCheckBox; class KPushButton; class KRecConfigGeneral : public TDECModule { - Q_OBJECT + TQ_OBJECT public: KRecConfigGeneral( TQWidget*, const char* =0, const TQStringList& = TQStringList() ); @@ -64,5 +64,3 @@ private: }; #endif - -// vim:sw=4:ts=4 |