diff options
Diffstat (limited to 'doc/man/man3/tqhttp.3qt')
-rw-r--r-- | doc/man/man3/tqhttp.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqhttp.3qt b/doc/man/man3/tqhttp.3qt index e5663caf2..9e03d48d4 100644 --- a/doc/man/man3/tqhttp.3qt +++ b/doc/man/man3/tqhttp.3qt @@ -326,9 +326,9 @@ Destroys the TQHttp object. If there is an open connection, it is closed. .SH "void TQHttp::abort ()\fC [slot]\fR" Aborts the current request and deletes all scheduled requests. .PP -For the current request, the requestFinished() signal with the \fCerror\fR argument \fCTRUE\fR is emitted. For all other requests that are affected by the abort(), no signals are emitted. +For the current request, the requestFinished() signal with the \fCerror\fR argument \fCtrue\fR is emitted. For all other requests that are affected by the abort(), no signals are emitted. .PP -Since this slot also deletes the scheduled requests, there are no requests left and the done() signal is emitted (with the \fCerror\fR argument \fCTRUE\fR). +Since this slot also deletes the scheduled requests, there are no requests left and the done() signal is emitted (with the \fCerror\fR argument \fCtrue\fR). .PP See also clearPendingRequests(). .SH "TQ_ULONG TQHttp::bytesAvailable () const" @@ -392,11 +392,11 @@ This signal is emitted when the last pending request has finished; (it is emitte .PP See also requestFinished(), error(), and errorString(). .SH "Error TQHttp::error () const" -Returns the last error that occurred. This is useful to find out what happened when receiving a requestFinished() or a done() signal with the \fCerror\fR argument \fCTRUE\fR. +Returns the last error that occurred. This is useful to find out what happened when receiving a requestFinished() or a done() signal with the \fCerror\fR argument \fCtrue\fR. .PP If you start a new request, the error status is reset to NoError. .SH "TQString TQHttp::errorString () const" -Returns a human-readable description of the last error that occurred. This is useful to present a error message to the user when receiving a requestFinished() or a done() signal with the \fCerror\fR argument \fCTRUE\fR. +Returns a human-readable description of the last error that occurred. This is useful to present a error message to the user when receiving a requestFinished() or a done() signal with the \fCerror\fR argument \fCtrue\fR. .SH "int TQHttp::get ( const TQString & path, TQIODevice * to = 0 )" Sends a get request for \fIpath\fR to the server set by setHost() or as specified in the constructor. .PP |