diff options
Diffstat (limited to 'doc/man/man3/tqdomelement.3qt')
| -rw-r--r-- | doc/man/man3/tqdomelement.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqdomelement.3qt b/doc/man/man3/tqdomelement.3qt index 916e7b0fa..4bae747e7 100644 --- a/doc/man/man3/tqdomelement.3qt +++ b/doc/man/man3/tqdomelement.3qt @@ -209,11 +209,11 @@ Returns a QDomNodeList containing all the descendent elements of this element wi .PP See also elementsByTagName() and QDomDocument::elementsByTagNameNS(). .SH "bool QDomElement::hasAttribute ( const TQString & name ) const" -Returns TRUE if this element has an attribute called \fIname\fR; otherwise returns FALSE. +Returns true if this element has an attribute called \fIname\fR; otherwise returns false. .SH "bool QDomElement::hasAttributeNS ( const TQString & nsURI, const TQString & localName ) const" -Returns TRUE if this element has an attribute with the local name \fIlocalName\fR and the namespace URI \fInsURI\fR; otherwise returns FALSE. +Returns true if this element has an attribute with the local name \fIlocalName\fR and the namespace URI \fInsURI\fR; otherwise returns false. .SH "bool QDomElement::isElement () const\fC [virtual]\fR" -Returns TRUE. +Returns true. .PP Reimplemented from QDomNode. .SH "QDomNode::NodeType QDomElement::nodeType () const\fC [virtual]\fR" |
