summaryrefslogtreecommitdiffstats
path: root/doc/html/qdomnamednodemap.html
diff options
context:
space:
mode:
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>