summaryrefslogtreecommitdiffstats
path: root/src/kernel/qapplication.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-18 20:37:37 -0600
committerTimothy Pearson <[email protected]>2013-02-18 20:37:37 -0600
commitcff522f98666e1bf24c36a3a0a2abe3fb2e1abe8 (patch)
tree4bb4f9e031f6b953fdd161960348ae1a1460a065 /src/kernel/qapplication.cpp
parent63d62f785ad636cb65f14aa52ce4dd9c177a6be8 (diff)
downloadtqt3-cff522f98666e1bf24c36a3a0a2abe3fb2e1abe8.tar.gz
tqt3-cff522f98666e1bf24c36a3a0a2abe3fb2e1abe8.zip
Automated update from Qt3
Diffstat (limited to 'src/kernel/qapplication.cpp')
-rw-r--r--src/kernel/qapplication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp
index 7aefd35b8..76b265926 100644
--- a/src/kernel/qapplication.cpp
+++ b/src/kernel/qapplication.cpp
@@ -545,7 +545,7 @@ public:
TQThreadInstance::setCurrentThread(this);
// thread should be running and not finished for the lifetime
- // of the application (even if QCoreApplication goes away)
+ // of the application (even if TQCoreApplication goes away)
d->running = true;
d->finished = false;
d->eventLoop = NULL;