diff options
Diffstat (limited to 'connection.cpp')
-rw-r--r-- | connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connection.cpp b/connection.cpp index 5c818f1..5b3d7d1 100644 --- a/connection.cpp +++ b/connection.cpp @@ -54,7 +54,7 @@ void Connection::Private::setConnection( DBusConnection *c ) } connection = c; integrator = new Integrator( c, q ); - connect( integrator, TQT_SIGNAL(readReady()), q, TQT_SLOT(dispatchRead()) ); + connect( integrator, TQ_SIGNAL(readReady()), q, TQ_SLOT(dispatchRead()) ); } Connection::Connection( TQObject *parent ) |