summaryrefslogtreecommitdiffstats
path: root/twin-styles/kstep
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-20 15:05:30 +0900
commitf33c16dc173533b82f99322175cb04f62923fe5b (patch)
tree278d2c24f4aef498b0b9ab5736497fb01726e41e /twin-styles/kstep
parentb5334a67375cb9fb2a7a5c08c926c3564f87133b (diff)
downloadtdeartwork-f33c16dc173533b82f99322175cb04f62923fe5b.tar.gz
tdeartwork-f33c16dc173533b82f99322175cb04f62923fe5b.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin-styles/kstep')
-rw-r--r--twin-styles/kstep/nextclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/kstep/nextclient.h b/twin-styles/kstep/nextclient.h
index dd1d19ad..e7660cc9 100644
--- a/twin-styles/kstep/nextclient.h
+++ b/twin-styles/kstep/nextclient.h
@@ -41,7 +41,7 @@ protected:
class NextClient : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
NextClient(KDecorationBridge *b, KDecorationFactory *f);