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 6cae32a36..5db234811 100644 --- a/doc/man/man3/tqhttp.3qt +++ b/doc/man/man3/tqhttp.3qt @@ -326,9 +326,9 @@ Destroys the QHttp object. If there is an open connection, it is closed. .SH "void QHttp::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 QHttp::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 QHttp::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 QHttp::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 QHttp::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 |