summaryrefslogtreecommitdiffstats
path: root/doc/html/tqserversocket.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqserversocket.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqserversocket.html')
-rw-r--r--doc/html/tqserversocket.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqserversocket.html b/doc/html/tqserversocket.html
index 30c9ea8a0..03d65a24c 100644
--- a/doc/html/tqserversocket.html
+++ b/doc/html/tqserversocket.html
@@ -116,7 +116,7 @@ acceptance of new connections.
<h3 class=fn><a href="tqhostaddress.html">TQHostAddress</a> <a name="address"></a>TQServerSocket::address () const
</h3>
Returns the address on which this object listens, or 0.0.0.0 if
-this object listens on more than one address. <a href="#ok">ok</a>() must be TRUE
+this object listens on more than one address. <a href="#ok">ok</a>() must be true
before calling this function.
<p> <p>See also <a href="#port">port</a>() and <a href="tqsocketdevice.html#address">TQSocketDevice::address</a>().
@@ -129,13 +129,13 @@ newly accepted connection.
<h3 class=fn>bool <a name="ok"></a>TQServerSocket::ok () const
</h3>
-Returns TRUE if the construction succeeded; otherwise returns FALSE.
+Returns true if the construction succeeded; otherwise returns false.
<h3 class=fn>TQ_UINT16 <a name="port"></a>TQServerSocket::port () const
</h3>
Returns the port number on which this server socket listens. This
is always non-zero; if you specify 0 in the constructor,
-TQServerSocket will pick a non-zero port itself. <a href="#ok">ok</a>() must be TRUE
+TQServerSocket will pick a non-zero port itself. <a href="#ok">ok</a>() must be true
before calling this function.
<p> <p>See also <a href="#address">address</a>() and <a href="tqsocketdevice.html#port">TQSocketDevice::port</a>().