diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-15 13:05:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 10:05:58 +0900 |
commit | 397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch) | |
tree | 0b41c33e457556bd2b9371788ddbce25263f00d6 /doc/html/tqsocket.html | |
parent | 755d46927cc6a5719e695aeb8133be6897de62d8 (diff) | |
download | tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.tar.gz tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.zip |
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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> |