From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqdomnamednodemap.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/tqdomnamednodemap.html') diff --git a/doc/html/tqdomnamednodemap.html b/doc/html/tqdomnamednodemap.html index 79f47aba5..f7b18dd04 100644 --- a/doc/html/tqdomnamednodemap.html +++ b/doc/html/tqdomnamednodemap.html @@ -105,8 +105,8 @@ Destroys the object and frees its resources.

bool TQDomNamedNodeMap::contains ( const TQString & name ) const

-Returns TRUE if the map contains a node called name; otherwise -returns FALSE. +Returns true if the map contains a node called name; otherwise +returns false.

uint TQDomNamedNodeMap::count () const

@@ -142,8 +142,8 @@ the namespace URI nsURI.

bool TQDomNamedNodeMap::operator!= ( const TQDomNamedNodeMap & n ) const

-Returns TRUE if n and this named node map are not equal; -otherwise returns FALSE. +Returns true if n and this named node map are not equal; +otherwise returns false.

TQDomNamedNodeMap & TQDomNamedNodeMap::operator= ( const TQDomNamedNodeMap & n )

@@ -151,8 +151,8 @@ Assigns n to this named node map.

bool TQDomNamedNodeMap::operator== ( const TQDomNamedNodeMap & n ) const

-Returns TRUE if n and this named node map are equal; otherwise -returns FALSE. +Returns true if n and this named node map are equal; otherwise +returns false.

TQDomNode TQDomNamedNodeMap::removeNamedItem ( const TQString & name )

-- cgit v1.2.3