diff options
Diffstat (limited to 'doc/html/tqsocketnotifier.html')
-rw-r--r-- | doc/html/tqsocketnotifier.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqsocketnotifier.html b/doc/html/tqsocketnotifier.html index 9452196ff..2db360748 100644 --- a/doc/html/tqsocketnotifier.html +++ b/doc/html/tqsocketnotifier.html @@ -96,7 +96,7 @@ block" error has occurred) is undefined. Depending on the operating system, it may fire on every pass of the event loop or not at all. <p> If you need a time-out for your sockets you can use either <a href="tqobject.html#startTimer">timer events</a> or the <a href="tqtimer.html">TQTimer</a> class. -<p> Socket action is detected in the <a href="ntqapplication.html#exec">main +<p> Socket action is detected in the <a href="tqapplication.html#exec">main event loop</a> of TQt. The X11 version of TQt has a single UNIX select() call that incorporates all socket notifiers and the X socket. |