From b87533f9904c10f24d6b2e8177c00944e3efe15b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 26 Nov 2025 15:11:22 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro --- doc/html/ntqaccessible.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqaccessible.html') diff --git a/doc/html/ntqaccessible.html b/doc/html/ntqaccessible.html index acccf5f79..9a84d9ed4 100644 --- a/doc/html/ntqaccessible.html +++ b/doc/html/ntqaccessible.html @@ -244,8 +244,8 @@ default action

Member Function Documentation

bool TQAccessible::isActive () [static]

-Returns TRUE if an accessibility implementation has been requested, -during the runtime of the application, otherwise returns FALSE. +Returns true if an accessibility implementation has been requested, +during the runtime of the application, otherwise returns false.

Use this function to prevent potentially expensive notifications via updateAccessibility().

-- cgit v1.2.3