summaryrefslogtreecommitdiffstats
path: root/twin-styles/glow
diff options
context:
space:
mode:
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 );