summaryrefslogtreecommitdiffstats
path: root/doc/html/tqftp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqftp.html')
-rw-r--r--doc/html/tqftp.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqftp.html b/doc/html/tqftp.html
index 4cfc8770..705fab07 100644
--- a/doc/html/tqftp.html
+++ b/doc/html/tqftp.html
@@ -190,7 +190,7 @@ FTP server, you would write this:
</pre>
<p> The <a href="#dataTransferProgress">dataTransferProgress</a>() signal in the above example is useful
-if you want to show a <a href="ntqprogressbar.html">progressbar</a> to
+if you want to show a <a href="tqprogressbar.html">progressbar</a> to
inform the user about the progress of the download. The
<a href="#readyRead">readyRead</a>() signal tells you that there is data ready to be read.
The amount of data can be queried then with the <a href="#bytesAvailable">bytesAvailable</a>()
@@ -419,12 +419,12 @@ indicate the current progress of the download or upload.
and <em>total</em> is the total amount of data to be read or written. It
is possible that the TQFtp class is not able to determine the total
amount of data that should be transferred, in which case <em>total</em>
-is 0. (If you connect this signal to a <a href="ntqprogressbar.html">TQProgressBar</a>, the progress
+is 0. (If you connect this signal to a <a href="tqprogressbar.html">TQProgressBar</a>, the progress
bar shows a busy indicator if the total is 0).
<p> <b>Warning:</b> <em>done</em> and <em>total</em> are not necessarily the size in
bytes, since for large files these values might need to be
"scaled" to avoid overflow.
-<p> <p>See also <a href="#get">get</a>(), <a href="#put">put</a>(), and <a href="ntqprogressbar.html#progress-prop">TQProgressBar::progress</a>.
+<p> <p>See also <a href="#get">get</a>(), <a href="#put">put</a>(), and <a href="tqprogressbar.html#progress-prop">TQProgressBar::progress</a>.
<p>Example: <a href="ftpclient-example.html#x752">network/ftpclient/ftpmainwindow.ui.h</a>.
<h3 class=fn>void <a name="done"></a>TQFtp::done ( bool&nbsp;error )<tt> [signal]</tt>