1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
DCOPClient::DCOPClient() { TQObject::connect( &d->postMessageTimer, TQT_SIGNAL( timeout()), this, TQT_SLOT( processPostedMessagesInternal())); TQObject::connect( &d->eventLoopTimer, TQT_SIGNAL( timeout()), this, TQT_SLOT( eventLoopTimeout())); } #include <dcopclient.moc>