diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqsocket.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqsocket.html')
-rw-r--r-- | doc/html/ntqsocket.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqsocket.html b/doc/html/ntqsocket.html index 7bd9c2fb7..8f98a05d2 100644 --- a/doc/html/ntqsocket.html +++ b/doc/html/ntqsocket.html @@ -258,7 +258,7 @@ At this point, the <a href="#delayedCloseFinished">delayedCloseFinished</a>() si <p>Examples: <a href="clientserver-example.html#x796">network/clientserver/client/client.cpp</a>, <a href="httpd-example.html#x728">network/httpd/httpd.cpp</a>, and <a href="networkprotocol-example.html#x679">network/networkprotocol/nntp.cpp</a>. <p>Reimplemented from <a href="ntqiodevice.html#close">TQIODevice</a>. -<h3 class=fn>void <a name="connectToHost"></a>TQSocket::connectToHost ( const <a href="ntqstring.html">TQString</a> & host, TQ_UINT16 port )<tt> [virtual]</tt> +<h3 class=fn>void <a name="connectToHost"></a>TQSocket::connectToHost ( const <a href="tqstring.html">TQString</a> & host, TQ_UINT16 port )<tt> [virtual]</tt> </h3> Attempts to make a connection to <em>host</em> on the specified <em>port</em> and return immediately. @@ -344,7 +344,7 @@ not call it yourself. Returns the address of the connected peer if the socket is in Connected state; otherwise an empty <a href="ntqhostaddress.html">TQHostAddress</a> is returned. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="peerName"></a>TQSocket::peerName () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="peerName"></a>TQSocket::peerName () const </h3> Returns the host name as specified to the <a href="#connectToHost">connectToHost</a>() function. An empty string is returned if none has been set. @@ -381,7 +381,7 @@ number of bytes read. Returns -1 if an error occurred. Returns the size of the read buffer. <p> <p>See also <a href="#setReadBufferSize">setReadBufferSize</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="readLine"></a>TQSocket::readLine ()<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="readLine"></a>TQSocket::readLine ()<tt> [virtual]</tt> </h3> Returns a line of text including a terminating newline character (\n). Returns "" if <a href="#canReadLine">canReadLine</a>() returns FALSE. |