summaryrefslogtreecommitdiffstats
path: root/twin-styles/kde1/kde1client.h
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/kde1/kde1client.h')
-rw-r--r--twin-styles/kde1/kde1client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/twin-styles/kde1/kde1client.h b/twin-styles/kde1/kde1client.h
index 124ee543..56eb2ac5 100644
--- a/twin-styles/kde1/kde1client.h
+++ b/twin-styles/kde1/kde1client.h
@@ -27,7 +27,7 @@ enum ButtonType {
class StdClient : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
StdClient( KDecorationBridge* b, KDecorationFactory* f );
@@ -66,7 +66,7 @@ private:
class StdToolClient : public KDecoration
{
- Q_OBJECT
+ TQ_OBJECT
public:
StdToolClient( KDecorationBridge* b, KDecorationFactory* f );
@@ -104,7 +104,7 @@ private:
*/
class ThreeButtonButton: public TQToolButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
ThreeButtonButton ( TQWidget *parent = 0, const char* name = 0 )