diff options
Diffstat (limited to 'doc/man/man3/tqmapiterator.3qt')
-rw-r--r-- | doc/man/man3/tqmapiterator.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqmapiterator.3qt b/doc/man/man3/tqmapiterator.3qt index f7b7ee8ab..da4dd9f4f 100644 --- a/doc/man/man3/tqmapiterator.3qt +++ b/doc/man/man3/tqmapiterator.3qt @@ -103,7 +103,7 @@ Returns a const reference to the current item's data. .SH "const K & TQMapIterator::key () const" Returns a const reference to the current item's key. .SH "bool TQMapIterator::operator!= ( const TQMapIterator<K, T> & it ) const" -Compares the iterator to the \fIit\fR iterator and returns FALSE if they point to the same item; otherwise returns TRUE. +Compares the iterator to the \fIit\fR iterator and returns false if they point to the same item; otherwise returns true. .SH "T & TQMapIterator::operator* ()" Dereference operator. Returns a reference to the current item's data. The same as data(). .SH "const T & TQMapIterator::operator* () const" @@ -123,8 +123,8 @@ This is an overloaded member function, provided for convenience. It behaves esse .PP Postfix -- makes the previous item current and returns an iterator pointing to the new current item. The iterator cannot check whether it reached the beginning of the map. Decrementing the iterator returned by begin() causes undefined results. .SH "bool TQMapIterator::operator== ( const TQMapIterator<K, T> & it ) const" -Compares the iterator to the \fIit\fR iterator and returns TRUE if -they point to the same item; otherwise returns FALSE. +Compares the iterator to the \fIit\fR iterator and returns true if +they point to the same item; otherwise returns false. .SH "SEE ALSO" .BR http://doc.trolltech.com/tqmapiterator.html |