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/tqcolordialog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqcolordialog.html') diff --git a/doc/html/tqcolordialog.html b/doc/html/tqcolordialog.html index 473b175bd..32f4e44d5 100644 --- a/doc/html/tqcolordialog.html +++ b/doc/html/tqcolordialog.html @@ -92,8 +92,8 @@ Pops up a modal color dialog to allow the user to choose a color and an alpha channel (transparency) value. The color+alpha is initially set to initial. The dialog is a child of parent and called name. -

If ok is non-null, *ok is set to TRUE if the user clicked -OK, and to FALSE if the user clicked Cancel. +

If ok is non-null, *ok is set to true if the user clicked +OK, and to false if the user clicked Cancel.

If the user clicks Cancel, the initial value is returned.

void TQColorDialog::setCustomColor ( int i, TQRgb c ) [static] -- cgit v1.2.3