summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdomimplementation.3qt
diff options
context:
space:
mode:
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