From 6dd781c483eea56f51ae0eff47d857976b5d0f0d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 26 Jul 2025 11:44:58 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 3 Signed-off-by: Michele Calgaro --- doc/man/man3/tqptrdictiterator.3qt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man/man3/tqptrdictiterator.3qt') diff --git a/doc/man/man3/tqptrdictiterator.3qt b/doc/man/man3/tqptrdictiterator.3qt index 253395f8d..f24f25219 100644 --- a/doc/man/man3/tqptrdictiterator.3qt +++ b/doc/man/man3/tqptrdictiterator.3qt @@ -120,7 +120,7 @@ Returns a pointer to the current iterator item's value. .SH "void * TQPtrDictIterator::currentKey () const" Returns the current iterator item's key. .SH "bool TQPtrDictIterator::isEmpty () const" -Returns TRUE if the dictionary is empty; otherwise returns FALSE. +Returns true if the dictionary is empty; otherwise returns false. .PP See also count(). .SH "TQPtrDictIterator::operator type * () const" -- cgit v1.2.3