summaryrefslogtreecommitdiffstats
path: root/doc/html/tqptrlistiterator.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqptrlistiterator.html')
-rw-r--r--doc/html/tqptrlistiterator.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqptrlistiterator.html b/doc/html/tqptrlistiterator.html
index 4118eadef..d86e17453 100644
--- a/doc/html/tqptrlistiterator.html
+++ b/doc/html/tqptrlistiterator.html
@@ -116,15 +116,15 @@ set to point on the first item in the <em>list</em>.
<h3 class=fn>bool <a name="atFirst"></a>TQPtrListIterator::atFirst () const
</h3>
-<p> Returns TRUE if the current iterator item is the first list item;
-otherwise returns FALSE.
+<p> Returns true if the current iterator item is the first list item;
+otherwise returns false.
<p> <p>See also <a href="#toFirst">toFirst</a>() and <a href="#atLast">atLast</a>().
<h3 class=fn>bool <a name="atLast"></a>TQPtrListIterator::atLast () const
</h3>
-<p> Returns TRUE if the current iterator item is the last list item;
-otherwise returns FALSE.
+<p> Returns true if the current iterator item is the last list item;
+otherwise returns false.
<p> <p>See also <a href="#toLast">toLast</a>() and <a href="#atFirst">atFirst</a>().
<h3 class=fn>uint <a name="count"></a>TQPtrListIterator::count () const
@@ -145,7 +145,7 @@ item in the list, 0 is returned.
<h3 class=fn>bool <a name="isEmpty"></a>TQPtrListIterator::isEmpty () const
</h3>
-<p> Returns TRUE if the list is empty; otherwise returns FALSE.
+<p> Returns true if the list is empty; otherwise returns false.
<p> <p>See also <a href="#count">count</a>().
<h3 class=fn><a name="operator-type-*"></a>TQPtrListIterator::operator type * () const