diff options
Diffstat (limited to 'config/tdestyle_baghira_config.h')
-rw-r--r-- | config/tdestyle_baghira_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/tdestyle_baghira_config.h b/config/tdestyle_baghira_config.h index 5d014dd..ba3fd1b 100644 --- a/config/tdestyle_baghira_config.h +++ b/config/tdestyle_baghira_config.h @@ -39,7 +39,7 @@ class TQGroupBox; class tdestyle_baghira_config: public TQWidget { - Q_OBJECT + TQ_OBJECT public: tdestyle_baghira_config( TQWidget *parent=0, const char *name=0, const TQStringList& = TQStringList() ); @@ -119,7 +119,7 @@ class ColorDialog; class AppSetter : public TQWidget { -Q_OBJECT +TQ_OBJECT public: AppSetter(TQWidget *parent=0, const char *name=0); ~AppSetter(); |