summaryrefslogtreecommitdiffstats
path: root/connection.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:02:11 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:02:11 -0600
commit884c85c306b64ff28634762d311c6d834b85a9ca (patch)
tree4191fe16ae2b568f70dd75d59c11787fa79a1068 /connection.h
parent8e81e6dc42dd89e9d44900fe59f7dc50c9aae3cf (diff)
downloaddbus-tqt-884c85c306b64ff28634762d311c6d834b85a9ca.tar.gz
dbus-tqt-884c85c306b64ff28634762d311c6d834b85a9ca.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'connection.h')
-rw-r--r--connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/connection.h b/connection.h
index 9962841..c7d2e35 100644
--- a/connection.h
+++ b/connection.h
@@ -38,7 +38,7 @@ namespace DBusQt {
class Connection : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
Connection( TQObject *parent =0 );
Connection( const TQString& host,