summaryrefslogtreecommitdiffstats
path: root/doc/threads.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/threads.doc
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt-fef84691.tar.gz
tqt-fef84691.zip
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/threads.doc')
-rw-r--r--doc/threads.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/threads.doc b/doc/threads.doc
index c80d208ba..c4751f0c5 100644
--- a/doc/threads.doc
+++ b/doc/threads.doc
@@ -246,7 +246,7 @@ system functions. This mutex is locked while the event loop is
running (e.g. during event delivery) and unlocked when the eventloop
goes to sleep. Note: The TQt event loop is recursive, and the library
mutex is \e not unlocked when re-entering the event loop (e.g. when
-executing a modal dialog with QDialog::exec()).
+executing a modal dialog with TQDialog::exec()).
If another thread locks the TQt library mutex, then the event loop will
stop processing events, and the locking thread may do simple GUI