diff options
Diffstat (limited to 'deco/config/new/baghiraconfig.h')
-rw-r--r-- | deco/config/new/baghiraconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deco/config/new/baghiraconfig.h b/deco/config/new/baghiraconfig.h index 9d244bb..92b06e7 100644 --- a/deco/config/new/baghiraconfig.h +++ b/deco/config/new/baghiraconfig.h @@ -45,7 +45,7 @@ class TQComboBox; class ButtonColors : public TQDialog { - Q_OBJECT + TQ_OBJECT public: ButtonColors(TQWidget* parent, const char * name = 0); ~ButtonColors(); @@ -124,7 +124,7 @@ class CustomDecoSettings; class BaghiraConfig : public TQObject { - Q_OBJECT + TQ_OBJECT public: BaghiraConfig(TDEConfig* config, TQWidget* parent); ~BaghiraConfig(); |