summaryrefslogtreecommitdiffstats
path: root/twin-styles/glow
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/glow
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/glow')
-rw-r--r--twin-styles/glow/config/glowconfigdialog.h2
-rw-r--r--twin-styles/glow/glowbutton.h2
-rw-r--r--twin-styles/glow/glowclient.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/twin-styles/glow/config/glowconfigdialog.h b/twin-styles/glow/config/glowconfigdialog.h
index f86dfbc6..aa51112c 100644
--- a/twin-styles/glow/config/glowconfigdialog.h
+++ b/twin-styles/glow/config/glowconfigdialog.h
@@ -31,7 +31,7 @@ class KColorButton;
class GlowConfigDialog : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/glow/glowbutton.h b/twin-styles/glow/glowbutton.h
index f5696650..9bd56de6 100644
--- a/twin-styles/glow/glowbutton.h
+++ b/twin-styles/glow/glowbutton.h
@@ -46,7 +46,7 @@ private:
class GlowButton : public TQButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/twin-styles/glow/glowclient.h b/twin-styles/glow/glowclient.h
index 9d4f4c4d..25a07d95 100644
--- a/twin-styles/glow/glowclient.h
+++ b/twin-styles/glow/glowclient.h
@@ -143,7 +143,7 @@ private:
class GlowClient : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
GlowClient( KDecorationBridge* b, KDecorationFactory* f );