summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsocket.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsocket.html')
-rw-r--r--doc/html/ntqsocket.html6
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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;host, TQ_UINT16&nbsp;port )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="connectToHost"></a>TQSocket::connectToHost ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;host, TQ_UINT16&nbsp;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.