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.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqftp.3qt b/doc/man/man3/tqftp.3qt
index 3ed98be4d..778cf38a3 100644
--- a/doc/man/man3/tqftp.3qt
+++ b/doc/man/man3/tqftp.3qt
@@ -52,7 +52,7 @@ Inherits QNetworkProtocol.
.BI "int \fBget\fR ( const TQString & file, TQIODevice * dev = 0 )"
.br
.ti -1c
-.BI "int \fBput\fR ( const QByteArray & data, const TQString & file )"
+.BI "int \fBput\fR ( const TQByteArray & data, const TQString & file )"
.br
.ti -1c
.BI "int \fBput\fR ( TQIODevice * dev, const TQString & file )"
@@ -79,7 +79,7 @@ Inherits QNetworkProtocol.
.BI "TQ_LONG \fBreadBlock\fR ( char * data, TQ_ULONG maxlen )"
.br
.ti -1c
-.BI "QByteArray \fBreadAll\fR ()"
+.BI "TQByteArray \fBreadAll\fR ()"
.br
.ti -1c
.BI "int \fBcurrentId\fR () const"
@@ -538,7 +538,7 @@ Reads the data from the IO device \fIdev\fR, and writes it to the file called \f
Make sure that the \fIdev\fR pointer is valid for the duration of the operation (it is safe to delete it when the commandFinished() is emitted).
.PP
Example: network/ftpclient/ftpmainwindow.ui.h.
-.SH "int QFtp::put ( const QByteArray & data, const TQString & file )"
+.SH "int QFtp::put ( const TQByteArray & data, const TQString & file )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Writes the data \fIdata\fR to the file called \fIfile\fR on the server. The progress of the upload is reported by the dataTransferProgress() signal.
@@ -564,7 +564,7 @@ This signal is emitted in response to the rawCommand() function. \fIreplyCode\fR
See also rawCommand().
.PP
Example: network/ftpclient/ftpmainwindow.ui.h.
-.SH "QByteArray QFtp::readAll ()"
+.SH "TQByteArray QFtp::readAll ()"
Reads all the bytes available from the data socket and returns them.
.PP
See also get(), readyRead(), bytesAvailable(), and readBlock().