summaryrefslogtreecommitdiffstats
path: root/doc/html/threads.html
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/html/threads.html
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz
tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/threads.html')
-rw-r--r--doc/html/threads.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/threads.html b/doc/html/threads.html
index f52ad6d3e..b3fb0f3b4 100644
--- a/doc/html/threads.html
+++ b/doc/html/threads.html
@@ -232,7 +232,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 <em>not</em> unlocked when re-entering the event loop (e.g. when
-executing a modal dialog with <a href="ntqdialog.html#exec">TQDialog::exec</a>()).
+executing a modal dialog with <a href="tqdialog.html#exec">TQDialog::exec</a>()).
<p> If another thread locks the TQt library mutex, then the event loop will
stop processing events, and the locking thread may do simple GUI
operations. Operations such as creating a <a href="tqpainter.html">TQPainter</a> and drawing a line