summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdomimplementation.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/tqdomimplementation.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/tqdomimplementation.3qt')
-rw-r--r--doc/man/man3/tqdomimplementation.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqdomimplementation.3qt b/doc/man/man3/tqdomimplementation.3qt
index a28c092e1..733a74d14 100644
--- a/doc/man/man3/tqdomimplementation.3qt
+++ b/doc/man/man3/tqdomimplementation.3qt
@@ -82,7 +82,7 @@ The only way you can use a document type that was created this way, is in combin
.PP
See also createDocument().
.SH "bool QDomImplementation::hasFeature ( const TQString & feature, const TQString & version )\fC [virtual]\fR"
-The function returns TRUE if QDom implements the requested \fIversion\fR of a \fIfeature\fR; otherwise returns FALSE.
+The function returns true if QDom implements the requested \fIversion\fR of a \fIfeature\fR; otherwise returns false.
.PP
The currently supported features and their versions: <center>.nf
.TS
@@ -91,14 +91,14 @@ l - l. Feature Version XML
.fi
</center>
.SH "bool QDomImplementation::isNull ()"
-Returns FALSE if the object was created by QDomDocument::implementation(); otherwise returns TRUE.
+Returns false if the object was created by QDomDocument::implementation(); otherwise returns true.
.SH "bool QDomImplementation::operator!= ( const QDomImplementation & x ) const"
-Returns TRUE if \fIx\fR and this DOM implementation object were created from different QDomDocuments; otherwise returns FALSE.
+Returns true if \fIx\fR and this DOM implementation object were created from different QDomDocuments; otherwise returns false.
.SH "QDomImplementation & QDomImplementation::operator= ( const QDomImplementation & x )"
Assigns \fIx\fR to this DOM implementation.
.SH "bool QDomImplementation::operator== ( const QDomImplementation & x ) const"
-Returns TRUE if \fIx\fR and this DOM implementation object were
-created from the same QDomDocument; otherwise returns FALSE.
+Returns true if \fIx\fR and this DOM implementation object were
+created from the same QDomDocument; otherwise returns false.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/qdomimplementation.html