summaryrefslogtreecommitdiffstats
path: root/client/config
diff options
context:
space:
mode:
Diffstat (limited to 'client/config')
-rw-r--r--client/config/deKoratorconfig.h2
-rw-r--r--client/config/themes.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/config/deKoratorconfig.h b/client/config/deKoratorconfig.h
index 312026e..53e9442 100644
--- a/client/config/deKoratorconfig.h
+++ b/client/config/deKoratorconfig.h
@@ -43,7 +43,7 @@ class IconThemesConfig;
class DeKoratorConfig : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
DeKoratorConfig( TDEConfig* config, TQWidget* parent );
~DeKoratorConfig();
diff --git a/client/config/themes.h b/client/config/themes.h
index e7214b0..765889f 100644
--- a/client/config/themes.h
+++ b/client/config/themes.h
@@ -47,7 +47,7 @@ class TQStringList;
class IconThemesConfig : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
IconThemesConfig( TQWidget *parent, TDEListView *themesView/*, TQPushButton *removethemeBtn*/ );