summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqftp.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqftp.3qt')
-rw-r--r--doc/man/man3/tqftp.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqftp.3qt b/doc/man/man3/tqftp.3qt
index 60fe27c40..b09cac641 100644
--- a/doc/man/man3/tqftp.3qt
+++ b/doc/man/man3/tqftp.3qt
@@ -447,11 +447,11 @@ See also currentCommand().
.SH "void TQFtp::dataTransferProgress ( int done, int total )\fC [signal]\fR"
This signal is emitted in response to a get() or put() request to indicate the current progress of the download or upload.
.PP
-\fIdone\fR is the amount of data that has already been transferred and \fItotal\fR 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 \fItotal\fR is 0. (If you connect this signal to a QProgressBar, the progress bar shows a busy indicator if the total is 0).
+\fIdone\fR is the amount of data that has already been transferred and \fItotal\fR 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 \fItotal\fR is 0. (If you connect this signal to a TQProgressBar, the progress bar shows a busy indicator if the total is 0).
.PP
\fBWarning:\fR \fIdone\fR and \fItotal\fR are not necessarily the size in bytes, since for large files these values might need to be" scaled" to avoid overflow.
.PP
-See also get(), put(), and QProgressBar::progress.
+See also get(), put(), and TQProgressBar::progress.
.PP
Example: network/ftpclient/ftpmainwindow.ui.h.
.SH "void TQFtp::done ( bool error )\fC [signal]\fR"