summaryrefslogtreecommitdiffstats
path: root/twin-styles/smooth-blend/client
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/smooth-blend/client')
-rw-r--r--twin-styles/smooth-blend/client/config/smoothblendconfig.h2
-rw-r--r--twin-styles/smooth-blend/client/smoothblend.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.h b/twin-styles/smooth-blend/client/config/smoothblendconfig.h
index 73931d61..43a69abf 100644
--- a/twin-styles/smooth-blend/client/config/smoothblendconfig.h
+++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.h
@@ -31,7 +31,7 @@ class TDEConfig;
class ConfigDialog;
class smoothblendConfig : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
smoothblendConfig(TDEConfig* config, TQWidget* parent);
diff --git a/twin-styles/smooth-blend/client/smoothblend.h b/twin-styles/smooth-blend/client/smoothblend.h
index c7e1d2da..c2aff207 100644
--- a/twin-styles/smooth-blend/client/smoothblend.h
+++ b/twin-styles/smooth-blend/client/smoothblend.h
@@ -123,7 +123,7 @@ inline bool smoothblendFactory::titleShadow() {
// smoothblendButton //////////////////////////////////////////////////////////
class smoothblendButton : public TQButton {
- Q_OBJECT
+ TQ_OBJECT
public:
smoothblendButton(smoothblendClient *parent=0, const char *name=0,
@@ -177,7 +177,7 @@ inline void smoothblendButton::reset() {
// smoothblendClient //////////////////////////////////////////////////////////
class smoothblendClient : public KDecoration {
- Q_OBJECT
+ TQ_OBJECT
public:
smoothblendClient(KDecorationBridge *b, KDecorationFactory *f);