diff options
Diffstat (limited to 'connection.h')
-rw-r--r-- | connection.h | 2 |
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, |