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/tqtextbrowser.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqtextbrowser.html') diff --git a/doc/html/tqtextbrowser.html b/doc/html/tqtextbrowser.html index 52344ee57..f6233f353 100644 --- a/doc/html/tqtextbrowser.html +++ b/doc/html/tqtextbrowser.html @@ -142,8 +142,8 @@ is no previous document.

This signal is emitted when the availability of backward() -changes. available is FALSE when the user is at home(); -otherwise it is TRUE. +changes. available is false when the user is at home(); +otherwise it is true.

Example: helpviewer/helpwindow.cpp.

void TQTextBrowser::forward () [virtual slot] @@ -158,7 +158,7 @@ next document.

This signal is emitted when the availability of forward() changes. -available is TRUE after the user navigates backward() and FALSE +available is true after the user navigates backward() and false when the user navigates or goes forward().

Example: helpviewer/helpwindow.cpp. -- cgit v1.2.3