summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqhttp.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqhttp.3qt')
-rw-r--r--doc/man/man3/tqhttp.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqhttp.3qt b/doc/man/man3/tqhttp.3qt
index f31d5fde..7e140974 100644
--- a/doc/man/man3/tqhttp.3qt
+++ b/doc/man/man3/tqhttp.3qt
@@ -43,7 +43,7 @@ Inherits QNetworkProtocol.
.BI "int \fBpost\fR ( const TQString & path, TQIODevice * data, TQIODevice * to = 0 )"
.br
.ti -1c
-.BI "int \fBpost\fR ( const TQString & path, const QByteArray & data, TQIODevice * to = 0 )"
+.BI "int \fBpost\fR ( const TQString & path, const TQByteArray & data, TQIODevice * to = 0 )"
.br
.ti -1c
.BI "int \fBhead\fR ( const TQString & path )"
@@ -52,7 +52,7 @@ Inherits QNetworkProtocol.
.BI "int \fBrequest\fR ( const QHttpRequestHeader & header, TQIODevice * data = 0, TQIODevice * to = 0 )"
.br
.ti -1c
-.BI "int \fBrequest\fR ( const QHttpRequestHeader & header, const QByteArray & data, TQIODevice * to = 0 )"
+.BI "int \fBrequest\fR ( const QHttpRequestHeader & header, const TQByteArray & data, TQIODevice * to = 0 )"
.br
.ti -1c
.BI "int \fBcloseConnection\fR ()"
@@ -64,7 +64,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"
@@ -443,11 +443,11 @@ The function does not block and returns immediately. The request is scheduled, a
When the request is started the requestStarted() signal is emitted. When it is finished the requestFinished() signal is emitted.
.PP
See also setHost(), get(), head(), request(), requestStarted(), requestFinished(), and done().
-.SH "int QHttp::post ( const TQString & path, const QByteArray & data, TQIODevice * to = 0 )"
+.SH "int QHttp::post ( const TQString & path, const TQByteArray & data, TQIODevice * to = 0 )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
\fIdata\fR is used as the content data of the HTTP request.
-.SH "QByteArray QHttp::readAll ()"
+.SH "TQByteArray QHttp::readAll ()"
Reads all the bytes from the response content and returns them.
.PP
See also get(), post(), request(), readyRead(), bytesAvailable(), and readBlock().
@@ -481,7 +481,7 @@ The function does not block and returns immediately. The request is scheduled, a
When the request is started the requestStarted() signal is emitted. When it is finished the requestFinished() signal is emitted.
.PP
See also setHost(), get(), post(), head(), requestStarted(), requestFinished(), and done().
-.SH "int QHttp::request ( const QHttpRequestHeader & header, const QByteArray & data, TQIODevice * to = 0 )"
+.SH "int QHttp::request ( const QHttpRequestHeader & header, const TQByteArray & data, TQIODevice * to = 0 )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
\fIdata\fR is used as the content data of the HTTP request.