summaryrefslogtreecommitdiffstats
path: root/twin-styles/kde1/kde1client.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:59 -0600
commit82e173e68f73c1835c9f8d59919f7deb97fda905 (patch)
tree391192dc2d3083a447aa35dccd0483509926619f /twin-styles/kde1/kde1client.h
parent593322f19fb1fade15fd8ba7fe7f3e9c1daab6bc (diff)
downloadtdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.tar.gz
tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.zip
Remove spurious TQ_OBJECT instances
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 )