diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-26 11:44:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-30 14:26:34 +0900 |
commit | 6dd781c483eea56f51ae0eff47d857976b5d0f0d (patch) | |
tree | 0ddd4408e142ae6f8b13d3538359abd127988b2f /doc/man/man3/tqdomimplementation.3qt | |
parent | ff56b6fec14de4cd4b89d5b322531671d200b6e0 (diff) | |
download | tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.tar.gz tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.zip |
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqdomimplementation.3qt')
-rw-r--r-- | doc/man/man3/tqdomimplementation.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqdomimplementation.3qt b/doc/man/man3/tqdomimplementation.3qt index 0e4bdb612..abe7f4a18 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 TQDomImplementation::hasFeature ( const TQString & feature, const TQString & version )\fC [virtual]\fR" -The function returns TRUE if TQDom implements the requested \fIversion\fR of a \fIfeature\fR; otherwise returns FALSE. +The function returns true if TQDom 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 TQDomImplementation::isNull ()" -Returns FALSE if the object was created by TQDomDocument::implementation(); otherwise returns TRUE. +Returns false if the object was created by TQDomDocument::implementation(); otherwise returns true. .SH "bool TQDomImplementation::operator!= ( const TQDomImplementation & x ) const" -Returns TRUE if \fIx\fR and this DOM implementation object were created from different TQDomDocuments; otherwise returns FALSE. +Returns true if \fIx\fR and this DOM implementation object were created from different TQDomDocuments; otherwise returns false. .SH "TQDomImplementation & TQDomImplementation::operator= ( const TQDomImplementation & x )" Assigns \fIx\fR to this DOM implementation. .SH "bool TQDomImplementation::operator== ( const TQDomImplementation & x ) const" -Returns TRUE if \fIx\fR and this DOM implementation object were -created from the same TQDomDocument; otherwise returns FALSE. +Returns true if \fIx\fR and this DOM implementation object were +created from the same TQDomDocument; otherwise returns false. .SH "SEE ALSO" .BR http://doc.trolltech.com/tqdomimplementation.html |