diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/threads.html | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt3-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.html | 2 |
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 |