summaryrefslogtreecommitdiffstats
path: root/doc/html/qdomnodelist.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdomnodelist.html')
-rw-r--r--doc/html/qdomnodelist.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qdomnodelist.html b/doc/html/qdomnodelist.html
index fc0f1990b..db93e2cbf 100644
--- a/doc/html/qdomnodelist.html
+++ b/doc/html/qdomnodelist.html
@@ -92,7 +92,7 @@ Destroys the object and frees its resources.
Returns the node at position <em>index</em>.
<p> If <em>index</em> is negative or if <em>index</em> >= <a href="#length">length</a>() then a null
node is returned (i.e. a node for which <a href="qdomnode.html#isNull">TQDomNode::isNull</a>() returns
-TRUE).
+true).
<p> <p>See also <a href="#count">count</a>().
<h3 class=fn>uint <a name="length"></a>TQDomNodeList::length () const<tt> [virtual]</tt>
@@ -102,8 +102,8 @@ Returns the number of nodes in the list.
<h3 class=fn>bool <a name="operator!-eq"></a>TQDomNodeList::operator!= ( const&nbsp;<a href="qdomnodelist.html">TQDomNodeList</a>&nbsp;&amp;&nbsp;n ) const
</h3>
-Returns TRUE the node list <em>n</em> and this node list are not equal;
-otherwise returns FALSE.
+Returns true the node list <em>n</em> and this node list are not equal;
+otherwise returns false.
<h3 class=fn><a href="qdomnodelist.html">TQDomNodeList</a>&nbsp;&amp; <a name="operator-eq"></a>TQDomNodeList::operator= ( const&nbsp;<a href="qdomnodelist.html">TQDomNodeList</a>&nbsp;&amp;&nbsp;n )
</h3>
@@ -111,8 +111,8 @@ Assigns <em>n</em> to this node list.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQDomNodeList::operator== ( const&nbsp;<a href="qdomnodelist.html">TQDomNodeList</a>&nbsp;&amp;&nbsp;n ) const
</h3>
-Returns TRUE if the node list <em>n</em> and this node list are equal;
-otherwise returns FALSE.
+Returns true if the node list <em>n</em> and this node list are equal;
+otherwise returns false.
<!-- eof -->
<hr><p>