From d346b0f7afcf92a76466c5aaff5fed80d74dcb59 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 13 Jun 2025 15:22:11 +0900 Subject: 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 --- src/kernel/tqobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/tqobject.cpp') 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 -- cgit v1.2.3