From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqsize.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/html/tqsize.html') diff --git a/doc/html/tqsize.html b/doc/html/tqsize.html index 86cda6f68..6c4419a29 100644 --- a/doc/html/tqsize.html +++ b/doc/html/tqsize.html @@ -139,20 +139,20 @@ Returns the height.

bool TQSize::isEmpty () const

-Returns TRUE if the width is less than or equal to 0, or the height is -less than or equal to 0; otherwise returns FALSE. +Returns true if the width is less than or equal to 0, or the height is +less than or equal to 0; otherwise returns false.

bool TQSize::isNull () const

-Returns TRUE if the width is 0 and the height is 0; otherwise -returns FALSE. +Returns true if the width is 0 and the height is 0; otherwise +returns false.

bool TQSize::isValid () const

-Returns TRUE if the width is equal to or greater than 0 and the height is -equal to or greater than 0; otherwise returns FALSE. +Returns true if the width is equal to or greater than 0 and the height is +equal to or greater than 0; otherwise returns false.

TQSize & TQSize::operator*= ( int c )

@@ -291,7 +291,7 @@ Returns the width. -Returns TRUE if s1 and s2 are different; otherwise returns FALSE. +Returns true if s1 and s2 are different; otherwise returns false.

const TQSize operator* ( const TQSize & s, int c )

@@ -355,7 +355,7 @@ the stream. -Returns TRUE if s1 and s2 are equal; otherwise returns FALSE. +Returns true if s1 and s2 are equal; otherwise returns false.

TQDataStream & operator>> ( TQDataStream & s, TQSize & sz )

-- cgit v1.2.3