diff options
Diffstat (limited to 'src/kernel/tqobject.cpp')
-rw-r--r-- | src/kernel/tqobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/tqobject.cpp b/src/kernel/tqobject.cpp index 5b2d3fd68..ec31f6cd6 100644 --- a/src/kernel/tqobject.cpp +++ b/src/kernel/tqobject.cpp @@ -184,7 +184,7 @@ void TQObject::setThreadObject_helper(TQThread *targetThread) Changes the thread affinity for this object and its children. The object cannot be moved if it has a parent. Event processing will continue in the \a targetThread. To move an object to the main - thread, pass TQApplication::guiThread() as the \a targetThread. + thread, pass TQApplication::coreThread() as the \a targetThread. Note that all active timers for the object will be reset. The timers are first stopped in the current thread and restarted (with |