diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:17:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 14:17:49 +0900 |
commit | ae3a79b23710ff34cc799dbdb8aafd57706683b2 (patch) | |
tree | 1b7759dadbd023a3de5b56ed6b332dee34dc7d3e /client/config/deKoratorconfig.h | |
parent | c67f608402b9caf667d387507bb04d07e2d67060 (diff) | |
download | twin-style-dekorator-ae3a79b23710ff34cc799dbdb8aafd57706683b2.tar.gz twin-style-dekorator-ae3a79b23710ff34cc799dbdb8aafd57706683b2.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'client/config/deKoratorconfig.h')
-rw-r--r-- | client/config/deKoratorconfig.h | 2 |
1 files changed, 1 insertions, 1 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(); |