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/tqpalette.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/tqpalette.html') diff --git a/doc/html/tqpalette.html b/doc/html/tqpalette.html index 37265b295..4b11b1c02 100644 --- a/doc/html/tqpalette.html +++ b/doc/html/tqpalette.html @@ -183,17 +183,17 @@ operator and offers no benefits.

bool TQPalette::isCopyOf ( const TQPalette & p )

-Returns TRUE if this palette and p are copies of each other, +Returns true if this palette and p are copies of each other, i.e. one of them was created as a copy of the other and neither -was subsequently modified; otherwise returns FALSE. This is much +was subsequently modified; otherwise returns false. This is much stricter than equality.

See also operator=() and operator==().

bool TQPalette::operator!= ( const TQPalette & p ) const

-

Returns TRUE (slowly) if this palette is different from p; -otherwise returns FALSE (usually quickly). +

Returns true (slowly) if this palette is different from p; +otherwise returns false (usually quickly).

TQPalette & TQPalette::operator= ( const TQPalette & p )

@@ -204,8 +204,8 @@ palette.

bool TQPalette::operator== ( const TQPalette & p ) const

-Returns TRUE (usually quickly) if this palette is equal to p; -otherwise returns FALSE (slowly). +Returns true (usually quickly) if this palette is equal to p; +otherwise returns false (slowly).

int TQPalette::serialNumber () const

-- cgit v1.2.3