diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-27 21:53:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-29 13:21:04 +0900 |
commit | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch) | |
tree | 065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /doc/threads.doc | |
parent | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff) | |
download | tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.tar.gz tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.zip |
Rename date and time 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.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/threads.doc b/doc/threads.doc index 358727469..79f29dbaa 100644 --- a/doc/threads.doc +++ b/doc/threads.doc @@ -218,7 +218,7 @@ thread. \i \e None of the TQObject based classes included in the TQt library are \e reentrant. This includes all widgets (e.g. TQWidget and -subclasses), OS kernel classes (e.g. QProcess, QAccel, QTimer), and +subclasses), OS kernel classes (e.g. QProcess, QAccel, TQTimer), and all networking classes (e.g. QSocket, QDns). \i TQObject and all of its subclasses are \e not \e thread-safe. This @@ -271,9 +271,9 @@ Any operations that generate events must not be called by any thread other than the GUI thread. Examples of such operations are: \list -\i creating a TQWidget, QTimer, QSocketNotifier, QSocket or other network class. +\i creating a TQWidget, TQTimer, QSocketNotifier, QSocket or other network class. \i moving, resizing, showing or hiding a TQWidget. -\i starting or stoping a QTimer. +\i starting or stoping a TQTimer. \i enabling or disabling a QSocketNotifier. \i using a QSocket or other network class. \endlist |