summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsocketnotifier.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-15 13:05:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-22 10:05:58 +0900
commit397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch)
tree0b41c33e457556bd2b9371788ddbce25263f00d6 /doc/html/tqsocketnotifier.html
parent755d46927cc6a5719e695aeb8133be6897de62d8 (diff)
downloadtqt-397b7afa.tar.gz
tqt-397b7afa.zip
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsocketnotifier.html')
-rw-r--r--doc/html/tqsocketnotifier.html2
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.