summaryrefslogtreecommitdiffstats
path: root/doc/html/qdomnamednodemap.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qdomnamednodemap.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qdomnamednodemap.html')
-rw-r--r--doc/html/qdomnamednodemap.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qdomnamednodemap.html b/doc/html/qdomnamednodemap.html
index ae800a894..b06dcb23d 100644
--- a/doc/html/qdomnamednodemap.html
+++ b/doc/html/qdomnamednodemap.html
@@ -106,8 +106,8 @@ Destroys the object and frees its resources.
<h3 class=fn>bool <a name="contains"></a>TQDomNamedNodeMap::contains ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const
</h3>
-Returns TRUE if the map contains a node called <em>name</em>; otherwise
-returns FALSE.
+Returns true if the map contains a node called <em>name</em>; otherwise
+returns false.
<h3 class=fn>uint <a name="count"></a>TQDomNamedNodeMap::count () const
</h3>
@@ -143,8 +143,8 @@ the namespace URI <em>nsURI</em>.
<h3 class=fn>bool <a name="operator!-eq"></a>TQDomNamedNodeMap::operator!= ( const&nbsp;<a href="qdomnamednodemap.html">TQDomNamedNodeMap</a>&nbsp;&amp;&nbsp;n ) const
</h3>
-Returns TRUE if <em>n</em> and this named node map are not equal;
-otherwise returns FALSE.
+Returns true if <em>n</em> and this named node map are not equal;
+otherwise returns false.
<h3 class=fn><a href="qdomnamednodemap.html">TQDomNamedNodeMap</a>&nbsp;&amp; <a name="operator-eq"></a>TQDomNamedNodeMap::operator= ( const&nbsp;<a href="qdomnamednodemap.html">TQDomNamedNodeMap</a>&nbsp;&amp;&nbsp;n )
</h3>
@@ -152,8 +152,8 @@ Assigns <em>n</em> to this named node map.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQDomNamedNodeMap::operator== ( const&nbsp;<a href="qdomnamednodemap.html">TQDomNamedNodeMap</a>&nbsp;&amp;&nbsp;n ) const
</h3>
-Returns TRUE if <em>n</em> and this named node map are equal; otherwise
-returns FALSE.
+Returns true if <em>n</em> and this named node map are equal; otherwise
+returns false.
<h3 class=fn><a href="qdomnode.html">TQDomNode</a> <a name="removeNamedItem"></a>TQDomNamedNodeMap::removeNamedItem ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )
</h3>