summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsocketnotifier.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsocketnotifier.html')
-rw-r--r--doc/html/ntqsocketnotifier.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqsocketnotifier.html b/doc/html/ntqsocketnotifier.html
index 1fcb2223..2a98ad6b 100644
--- a/doc/html/ntqsocketnotifier.html
+++ b/doc/html/ntqsocketnotifier.html
@@ -96,7 +96,7 @@ after having emitting the first activated() signal (and no "would
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="ntqtimer.html">TQTimer</a> class.
+<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
event loop</a> of TQt. The X11 version of TQt has a single UNIX
select() call that incorporates all socket notifiers and the X