summaryrefslogtreecommitdiffstats
path: root/doc/html/tqthreadstorage.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-15 13:05:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-22 10:05:58 +0900
commit397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch)
tree0b41c33e457556bd2b9371788ddbce25263f00d6 /doc/html/tqthreadstorage.html
parent755d46927cc6a5719e695aeb8133be6897de62d8 (diff)
downloadtqt-397b7afa.tar.gz
tqt-397b7afa.zip
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqthreadstorage.html')
-rw-r--r--doc/html/tqthreadstorage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqthreadstorage.html b/doc/html/tqthreadstorage.html
index 984207711..3ab7fdd98 100644
--- a/doc/html/tqthreadstorage.html
+++ b/doc/html/tqthreadstorage.html
@@ -106,7 +106,7 @@ used to exit or terminate a TQThread using TQThreadStorage. Doing so
will cause all per-thread data to be leaked. See <a href="tqthread.html#exit">TQThread::exit</a>()
and <a href="tqthread.html#terminate">TQThread::terminate</a>().
<p> <li> TQThreadStorage <em>can</em> be used to store data for the <em>main()</em>
-thread <em>after</em> <a href="ntqapplication.html">TQApplication</a> has been constructed. TQThreadStorage
+thread <em>after</em> <a href="tqapplication.html">TQApplication</a> has been constructed. TQThreadStorage
deletes all data set for the <em>main()</em> thread when TQApplication is
destroyed, regardless of whether or not the <em>main()</em> thread has
actually finished.