summaryrefslogtreecommitdiffstats
path: root/server.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:11 -0600
commit884c85c306b64ff28634762d311c6d834b85a9ca (patch)
tree4191fe16ae2b568f70dd75d59c11787fa79a1068 /server.h
parent8e81e6dc42dd89e9d44900fe59f7dc50c9aae3cf (diff)
downloaddbus-tqt-884c85c306b64ff28634762d311c6d834b85a9ca.tar.gz
dbus-tqt-884c85c306b64ff28634762d311c6d834b85a9ca.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'server.h')
-rw-r--r--server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.h b/server.h
index 8d2c6a7..3186bc1 100644
--- a/server.h
+++ b/server.h
@@ -33,7 +33,7 @@ namespace DBusQt
class Server : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
Server( const TQString& addr = TQString(), TQObject *parent=0 );
~Server();