diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/ntqftp.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563.tar.gz tqt-87d29563.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqftp.html')
-rw-r--r-- | doc/html/ntqftp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqftp.html b/doc/html/ntqftp.html index 8af5d5a9f..ad1407442 100644 --- a/doc/html/ntqftp.html +++ b/doc/html/ntqftp.html @@ -556,7 +556,7 @@ operation (it is safe to delete it when the <a href="#commandFinished">commandFi emitted). <p>Example: <a href="ftpclient-example.html#x759">network/ftpclient/ftpmainwindow.ui.h</a>. -<h3 class=fn>int <a name="put-2"></a>TQFtp::put ( const <a href="qbytearray.html">TQByteArray</a> & data, const <a href="tqstring.html">TQString</a> & file ) +<h3 class=fn>int <a name="put-2"></a>TQFtp::put ( const <a href="tqbytearray.html">TQByteArray</a> & data, const <a href="tqstring.html">TQString</a> & file ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes the data <em>data</em> to the file called <em>file</em> on the server. @@ -597,7 +597,7 @@ that follows the reply code. <p> <p>See also <a href="#rawCommand">rawCommand</a>(). <p>Example: <a href="ftpclient-example.html#x761">network/ftpclient/ftpmainwindow.ui.h</a>. -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="readAll"></a>TQFtp::readAll () +<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="readAll"></a>TQFtp::readAll () </h3> Reads all the bytes available from the data socket and returns them. |