summaryrefslogtreecommitdiffstats
path: root/twin-styles/system/systemclient.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/system/systemclient.h
parent593322f19fb1fade15fd8ba7fe7f3e9c1daab6bc (diff)
downloadtdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.tar.gz
tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'twin-styles/system/systemclient.h')
-rw-r--r--twin-styles/system/systemclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin-styles/system/systemclient.h b/twin-styles/system/systemclient.h
index bb409642..a8337bad 100644
--- a/twin-styles/system/systemclient.h
+++ b/twin-styles/system/systemclient.h
@@ -30,7 +30,7 @@ enum ButtonType {
class SystemClient : public KDecoration
{
Q_OBJECT
- TQ_OBJECT
+
public:
SystemClient(KDecorationBridge* bridge, KDecorationFactory* factory);
~SystemClient();
@@ -94,7 +94,7 @@ class SystemButton : public TQButton
class SystemDecoFactory : public TQObject, public KDecorationFactory
{
Q_OBJECT
- TQ_OBJECT
+
public:
SystemDecoFactory();
virtual ~SystemDecoFactory();