summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34338-Issue_3061_2nl.cpp
blob: 1d93caa5c4f9c3d31a67b3d51fab162dbfdcf13b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>