diff options
Diffstat (limited to 'doc/html/tqsocket.html')
-rw-r--r-- | doc/html/tqsocket.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqsocket.html b/doc/html/tqsocket.html index 18cf443d9..a981d31fe 100644 --- a/doc/html/tqsocket.html +++ b/doc/html/tqsocket.html @@ -93,7 +93,7 @@ The TQSocket class provides a buffered TCP connection. <p> It provides a totally non-blocking <a href="tqiodevice.html">TQIODevice</a>, and modifies and extends the API of TQIODevice with socket-specific code. -<p> Note that a <a href="ntqapplication.html">TQApplication</a> must have been constructed before this +<p> Note that a <a href="tqapplication.html">TQApplication</a> must have been constructed before this class can be used. <p> The functions you're likely to call most are <a href="#connectToHost">connectToHost</a>(), <a href="#bytesAvailable">bytesAvailable</a>(), <a href="#canReadLine">canReadLine</a>() and the ones it inherits from @@ -163,7 +163,7 @@ using TQSocketDevice instead. Creates a TQSocket object in <a href="#State-enum">TQSocket::Idle</a> state. <p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="tqobject.html">TQObject</a> constructor. -<p> Note that a <a href="ntqapplication.html">TQApplication</a> must have been constructed before sockets +<p> Note that a <a href="tqapplication.html">TQApplication</a> must have been constructed before sockets can be used. <h3 class=fn><a name="~TQSocket"></a>TQSocket::~TQSocket ()<tt> [virtual]</tt> |