summaryrefslogtreecommitdiffstats
path: root/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'server.cpp')
-rw-r--r--server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/server.cpp b/server.cpp
index d1cc821..dc8badd 100644
--- a/server.cpp
+++ b/server.cpp
@@ -79,8 +79,8 @@ void Server::init( const TQString& addr )
{
d->server = dbus_server_listen( addr.ascii(), &d->error );
d->integrator = new Integrator( d->server, this );
- connect( d->integrator, TQT_SIGNAL(newConnection(Connection*)),
- TQT_SIGNAL(newConnection(Connection*)) );
+ connect( d->integrator, TQ_SIGNAL(newConnection(Connection*)),
+ TQ_SIGNAL(newConnection(Connection*)) );
}
}