summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqhttpheader.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:38:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:43:03 +0900
commit6e4a70d41a2636ce99a1da7b6827ac5685ed3186 (patch)
treeb029ebf1d5be6d1ac0ee361e7bfb68a7dbed0eec /doc/man/man3/tqhttpheader.3qt
parent81ade129093a279e6537db25710583fd2bba9427 (diff)
downloadtqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.tar.gz
tqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.zip
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d)
Diffstat (limited to 'doc/man/man3/tqhttpheader.3qt')
-rw-r--r--doc/man/man3/tqhttpheader.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqhttpheader.3qt b/doc/man/man3/tqhttpheader.3qt
index 4890f33f7..863d97e59 100644
--- a/doc/man/man3/tqhttpheader.3qt
+++ b/doc/man/man3/tqhttpheader.3qt
@@ -124,19 +124,19 @@ Returns the value of the special HTTP header field \fCcontent-type\fR.
.PP
See also setContentType() and hasContentType().
.SH "bool QHttpHeader::hasContentLength () const"
-Returns TRUE if the header has an entry for the special HTTP header field \fCcontent-length\fR; otherwise returns FALSE.
+Returns true if the header has an entry for the special HTTP header field \fCcontent-length\fR; otherwise returns false.
.PP
See also contentLength() and setContentLength().
.SH "bool QHttpHeader::hasContentType () const"
-Returns TRUE if the header has an entry for the the special HTTP header field \fCcontent-type\fR; otherwise returns FALSE.
+Returns true if the header has an entry for the the special HTTP header field \fCcontent-type\fR; otherwise returns false.
.PP
See also contentType() and setContentType().
.SH "bool QHttpHeader::hasKey ( const TQString & key ) const"
-Returns TRUE if the HTTP header has an entry with the given \fIkey\fR; otherwise returns FALSE.
+Returns true if the HTTP header has an entry with the given \fIkey\fR; otherwise returns false.
.PP
See also value(), setValue(), and keys().
.SH "bool QHttpHeader::isValid () const"
-Returns TRUE if the HTTP header is valid; otherwise returns FALSE.
+Returns true if the HTTP header is valid; otherwise returns false.
.PP
A QHttpHeader is invalid if it was created by parsing a malformed string.
.SH "QStringList QHttpHeader::keys () const"