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/tqstyleoption.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqstyleoption.html') diff --git a/doc/html/tqstyleoption.html b/doc/html/tqstyleoption.html index ec9266194..b4b53aaf8 100644 --- a/doc/html/tqstyleoption.html +++ b/doc/html/tqstyleoption.html @@ -225,8 +225,8 @@ called; otherwise the return value is undefined.

bool TQStyleOption::isDefault () const

-

Returns TRUE if the option was constructed with the default -constructor; otherwise returns FALSE. +

Returns true if the option was constructed with the default +constructor; otherwise returns false.

int TQStyleOption::lineWidth () const

-- cgit v1.2.3