summaryrefslogtreecommitdiffstats
path: root/tqdbusserver.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:10 -0600
commit653e1bd92e3266401e34653c598f4b9dc934cc46 (patch)
tree8cbf92e0c3c2de99975c0f4f822f83c768fe61e7 /tqdbusserver.h
parent53193f5e4e4abba51448414c282f2b844bc42b0c (diff)
downloaddbus-1-tqt-653e1bd92e3266401e34653c598f4b9dc934cc46.tar.gz
dbus-1-tqt-653e1bd92e3266401e34653c598f4b9dc934cc46.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'tqdbusserver.h')
-rw-r--r--tqdbusserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqdbusserver.h b/tqdbusserver.h
index 3a4be5d..539ea38 100644
--- a/tqdbusserver.h
+++ b/tqdbusserver.h
@@ -36,7 +36,7 @@ class TQT_DBusError;
class TQDBUS_EXPORT TQT_DBusServer: public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
TQT_DBusServer(const TQString &address, TQObject *parent = 0);