summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/34331-Issue_3061_1nl.cpp
blob: d46f26556f79fda6dab9554b1e4bd2958a503f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>