summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3061_1nl.cpp
blob: fd369e246523d85a035368a2cf1149466b93d546 (plain)
1
2
3
4
5
6
7
8
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>