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/tqchildevent.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqchildevent.html') diff --git a/doc/html/tqchildevent.html b/doc/html/tqchildevent.html index 19ac970ee..b64bc24be 100644 --- a/doc/html/tqchildevent.html +++ b/doc/html/tqchildevent.html @@ -76,13 +76,13 @@ is to be removed or inserted.

bool TQChildEvent::inserted () const

-

Returns TRUE if the widget received a new child; otherwise returns -FALSE. +

Returns true if the widget received a new child; otherwise returns +false.

bool TQChildEvent::removed () const

-

Returns TRUE if the object lost a child; otherwise returns FALSE. +

Returns true if the object lost a child; otherwise returns false.


-- cgit v1.2.3