diff options
Diffstat (limited to 'doc/html/qptrlistiterator.html')
| -rw-r--r-- | doc/html/qptrlistiterator.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qptrlistiterator.html b/doc/html/qptrlistiterator.html index dc98f3c9b..7ff18e6bc 100644 --- a/doc/html/qptrlistiterator.html +++ b/doc/html/qptrlistiterator.html @@ -117,15 +117,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 @@ -146,7 +146,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 |
