From 82e173e68f73c1835c9f8d59919f7deb97fda905 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:05:59 -0600 Subject: Remove spurious TQ_OBJECT instances --- twin-styles/system/systemclient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'twin-styles/system') 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(); -- cgit v1.2.1