diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/threads.doc | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt-04913ce7.tar.gz tqt-04913ce7.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/threads.doc')
-rw-r--r-- | doc/threads.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/threads.doc b/doc/threads.doc index 951656b7b..bb50d93bb 100644 --- a/doc/threads.doc +++ b/doc/threads.doc @@ -211,7 +211,7 @@ more information on user-defined events. \section1 Threads and TQObject subclasses The TQObject class itself is \e reentrant. However, certain rules -apply when creating and using QObjects in a thread that is not the GUI +apply when creating and using TQObjects in a thread that is not the GUI thread. \list 1 @@ -328,7 +328,7 @@ subclasses), OS kernel classes (e.g. QProcess, QAccel), and all networking classes (e.g. QSocket, QDns). \i Deleting a TQObject while pending events are waiting to be delivered -will cause a crash. If you are creating QObjects in a thread that is +will cause a crash. If you are creating TQObjects in a thread that is not the GUI thread and posting events to these objects, you should not delete the TQObject directly. Use the TQObject::deleteLater() method instead, which will cause the event loop to delete the object after |