summaryrefslogtreecommitdiffstats
path: root/client/config/deKoratorconfig.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 14:17:49 +0900
committerMichele Calgaro <[email protected]>2023-07-20 14:17:49 +0900
commitae3a79b23710ff34cc799dbdb8aafd57706683b2 (patch)
tree1b7759dadbd023a3de5b56ed6b332dee34dc7d3e /client/config/deKoratorconfig.h
parentc67f608402b9caf667d387507bb04d07e2d67060 (diff)
downloadtwin-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.h2
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();