diff options
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 |