summaryrefslogtreecommitdiffstats
path: root/twin-styles/system/systemclient.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 17:21:49 +0900
commit5339a14a51fe6d66a980c41458c2b98e7e4205f9 (patch)
treef4d694687d6cc3e3333b262127588097335c3dd9 /twin-styles/system/systemclient.h
parentb776a3cbba97b5fb9096570963561eebb96ad75a (diff)
downloadtdeartwork-5339a14a51fe6d66a980c41458c2b98e7e4205f9.tar.gz
tdeartwork-5339a14a51fe6d66a980c41458c2b98e7e4205f9.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f33c16dc173533b82f99322175cb04f62923fe5b)
Diffstat (limited to 'twin-styles/system/systemclient.h')
-rw-r--r--twin-styles/system/systemclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin-styles/system/systemclient.h b/twin-styles/system/systemclient.h
index a8337bad..2b95779f 100644
--- a/twin-styles/system/systemclient.h
+++ b/twin-styles/system/systemclient.h
@@ -29,7 +29,7 @@ enum ButtonType {
class SystemClient : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
SystemClient(KDecorationBridge* bridge, KDecorationFactory* factory);
@@ -93,7 +93,7 @@ class SystemButton : public TQButton
class SystemDecoFactory : public TQObject, public KDecorationFactory
{
- Q_OBJECT
+ TQ_OBJECT
public:
SystemDecoFactory();