From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqhttp.3qt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/man/man3/tqhttp.3qt') diff --git a/doc/man/man3/tqhttp.3qt b/doc/man/man3/tqhttp.3qt index f31d5fdee..7e1409741 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. -- cgit v1.2.3