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