diff options
author | Timothy Pearson <[email protected]> | 2013-11-03 01:01:37 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-11-03 01:01:37 -0500 |
commit | 8d210f61fc399ab91c0dee097a47185cf9e008fd (patch) | |
tree | 69b010cd5fd21e90e5b88540afd0fc27e9a3967d /tutorial/t15 | |
parent | d83cf650024b54665dbb8afe19b185e1fe74e3bd (diff) | |
download | tqt3-8d210f61fc399ab91c0dee097a47185cf9e008fd.tar.gz tqt3-8d210f61fc399ab91c0dee097a47185cf9e008fd.zip |
Automated update from Qt3
Diffstat (limited to 'tutorial/t15')
-rw-r--r-- | tutorial/t15/main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tutorial/t15/main.cpp b/tutorial/t15/main.cpp index a5381e607..9277ce17d 100644 --- a/tutorial/t15/main.cpp +++ b/tutorial/t15/main.cpp @@ -57,11 +57,11 @@ void MainObject::buttonClicked() eventLoop->exit(0); } -#define SET_UP_WORKER(x, y, z) \ - WorkerObject x; \ - x.threadFriendlyName = y; \ - x.moveToThread(&z); \ - TQObject::connect(&x, SIGNAL(displayMessage(TQString,TQString)), &mainobject, SLOT(emitMessage(TQString,TQString))); \ +#define SET_UP_WORKER(x, y, z) \ + WorkerObject x; \ + x.threadFriendlyName = y; \ + x.moveToThread(&z); \ + TQObject::connect(&x, SIGNAL(displayMessage(TQString,TQString)), &mainobject, SLOT(emitMessage(TQString,TQString))); \ TQTimer::singleShot(0, &x, SLOT(run())); int main( int argc, char **argv ) |