summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqobject.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-06-13 15:22:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-27 12:35:23 +0900
commitd346b0f7afcf92a76466c5aaff5fed80d74dcb59 (patch)
treed80acbed6056b2cf501f717c294f572d91dbc0f2 /src/kernel/tqobject.cpp
parent9dd062934387e59553bfea7402e840ee487aca77 (diff)
downloadtqt-d346b0f7afcf92a76466c5aaff5fed80d74dcb59.tar.gz
tqt-d346b0f7afcf92a76466c5aaff5fed80d74dcb59.zip
Rename 'guiThread' and related functions to 'coreThread'.
A TTY TQApplication is GUI-less, so the usage of the term 'GUI' is misleading. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/tqobject.cpp')
-rw-r--r--src/kernel/tqobject.cpp2
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