summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsocketnotifier.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 14:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqsocketnotifier.html
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz
tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqsocketnotifier.html')
-rw-r--r--doc/html/ntqsocketnotifier.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqsocketnotifier.html b/doc/html/ntqsocketnotifier.html
index 4bb9f14dd..1fcb2223a 100644
--- a/doc/html/ntqsocketnotifier.html
+++ b/doc/html/ntqsocketnotifier.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQSocketNotifier class provides support for socket callbacks.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qsocketnotifier-h.html">ntqsocketnotifier.h</a>&gt;</tt>
-<p>Inherits <a href="ntqobject.html">TQObject</a>.
+<p>Inherits <a href="tqobject.html">TQObject</a>.
<p><a href="qsocketnotifier-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -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="ntqobject.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="ntqtimer.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
@@ -115,7 +115,7 @@ for GUI operations.
<li><tt>TQSocketNotifier::Exception</tt>
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQSocketNotifier"></a>TQSocketNotifier::TQSocketNotifier ( int&nbsp;socket, <a href="ntqsocketnotifier.html#Type-enum">Type</a>&nbsp;type, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQSocketNotifier"></a>TQSocketNotifier::TQSocketNotifier ( int&nbsp;socket, <a href="ntqsocketnotifier.html#Type-enum">Type</a>&nbsp;type, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a socket notifier called <em>name</em>, with the parent, <em>parent</em>. It watches <em>socket</em> for <em>type</em> events, and enables it.
<p> It is generally advisable to explicitly enable or disable the