diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:17:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-25 22:09:11 +0900 |
commit | e54ea9778100438ee4dfc404c890636a29a6ad6e (patch) | |
tree | 6342c4649ca3e0fbb7a2844e6403cbe0083c7dcf /client/config | |
parent | 9a21ca9a85a132d352bc800042f4d1892037e454 (diff) | |
download | twin-style-dekorator-r14.1.1.tar.gz twin-style-dekorator-r14.1.1.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ae3a79b23710ff34cc799dbdb8aafd57706683b2)
Diffstat (limited to 'client/config')
-rw-r--r-- | client/config/deKoratorconfig.h | 2 | ||||
-rw-r--r-- | client/config/themes.h | 2 |
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*/ ); |