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/tqwidgetitem.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqwidgetitem.html') diff --git a/doc/html/tqwidgetitem.html b/doc/html/tqwidgetitem.html index 7b39e909e..77e1e9687 100644 --- a/doc/html/tqwidgetitem.html +++ b/doc/html/tqwidgetitem.html @@ -72,8 +72,8 @@ it doesn't want to grow at all.

Reimplemented from TQLayoutItem.

bool TQWidgetItem::isEmpty () const [virtual]

-Returns TRUE if the widget has been hidden; otherwise returns -FALSE. +Returns true if the widget has been hidden; otherwise returns +false.

Reimplemented from TQLayoutItem.

TQSize TQWidgetItem::maximumSize () const [virtual] -- cgit v1.2.3