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 b52f20a7..858d7f59 100644
--- a/twin-styles/kde1/kde1client.h
+++ b/twin-styles/kde1/kde1client.h
@@ -28,7 +28,7 @@ enum ButtonType {
class StdClient : public KDecoration
{
Q_OBJECT
- TQ_OBJECT
+
public:
StdClient( KDecorationBridge* b, KDecorationFactory* f );
~StdClient();
@@ -67,7 +67,7 @@ private:
class StdToolClient : public KDecoration
{
Q_OBJECT
- TQ_OBJECT
+
public:
StdToolClient( KDecorationBridge* b, KDecorationFactory* f );
~StdToolClient();
@@ -105,7 +105,7 @@ private:
class ThreeButtonButton: public TQToolButton
{
Q_OBJECT
- TQ_OBJECT
+
public:
ThreeButtonButton ( TQWidget *parent = 0, const char* name = 0 )
: TQToolButton( parent, name )