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/tqcolor.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/tqcolor.html') diff --git a/doc/html/tqcolor.html b/doc/html/tqcolor.html index d44963cdb..21d1f85d0 100644 --- a/doc/html/tqcolor.html +++ b/doc/html/tqcolor.html @@ -396,8 +396,8 @@ This function is called from the TQApplication

bool TQColor::isValid () const

-

Returns FALSE if the color is invalid, i.e. it was constructed using the -default constructor; otherwise returns TRUE. +

Returns false if the color is invalid, i.e. it was constructed using the +default constructor; otherwise returns true.

Examples: chart/element.cpp, chart/setdataform.cpp, and scribble/scribble.cpp.

void TQColor::leaveAllocContext () [static] @@ -445,8 +445,8 @@ system.

bool TQColor::operator!= ( const TQColor & c ) const

-Returns TRUE if this color has a different RGB value from c; -otherwise returns FALSE. +Returns true if this color has a different RGB value from c; +otherwise returns false.

TQColor & TQColor::operator= ( const TQColor & c )

@@ -456,8 +456,8 @@ color.

bool TQColor::operator== ( const TQColor & c ) const

-

Returns TRUE if this color has the same RGB value as c; -otherwise returns FALSE. +

Returns true if this color has the same RGB value as c; +otherwise returns false.

uint TQColor::pixel () const

-- cgit v1.2.3