diff options
Diffstat (limited to 'doc/html/threads.html')
-rw-r--r-- | doc/html/threads.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/threads.html b/doc/html/threads.html index 392d1c49c..eb3c50767 100644 --- a/doc/html/threads.html +++ b/doc/html/threads.html @@ -208,7 +208,7 @@ thread. <p> <ol type=1> <p> <li> <em>None</em> of the TQObject based classes included in the TQt library are <em>reentrant</em>. This includes all widgets (e.g. <a href="tqwidget.html">TQWidget</a> and -subclasses), OS kernel classes (e.g. <a href="ntqprocess.html">TQProcess</a>, <a href="ntqaccel.html">TQAccel</a>, <a href="ntqtimer.html">TQTimer</a>), and +subclasses), OS kernel classes (e.g. <a href="ntqprocess.html">TQProcess</a>, <a href="ntqaccel.html">TQAccel</a>, <a href="tqtimer.html">TQTimer</a>), and all networking classes (e.g. <a href="ntqsocket.html">TQSocket</a>, <a href="ntqdns.html">TQDns</a>). <p> <li> TQObject and all of its subclasses are <em>not</em> <em>thread-safe</em>. This includes the entire event delivery system. It is important to @@ -254,7 +254,7 @@ are examples of simple GUI operations: <p> Any operations that generate events must not be called by any thread other than the GUI thread. Examples of such operations are: <p> <ul> -<li> creating a <a href="tqwidget.html">TQWidget</a>, <a href="ntqtimer.html">TQTimer</a>, <a href="ntqsocketnotifier.html">TQSocketNotifier</a>, <a href="ntqsocket.html">TQSocket</a> or other network class. +<li> creating a <a href="tqwidget.html">TQWidget</a>, <a href="tqtimer.html">TQTimer</a>, <a href="ntqsocketnotifier.html">TQSocketNotifier</a>, <a href="ntqsocket.html">TQSocket</a> or other network class. <li> moving, resizing, showing or hiding a TQWidget. <li> starting or stoping a TQTimer. <li> enabling or disabling a TQSocketNotifier. |