summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqassistantclient.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqassistantclient.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqassistantclient.html')
-rw-r--r--doc/html/ntqassistantclient.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqassistantclient.html b/doc/html/ntqassistantclient.html
index 6ed91bcd2..9ebdbc0fa 100644
--- a/doc/html/ntqassistantclient.html
+++ b/doc/html/ntqassistantclient.html
@@ -71,7 +71,7 @@ pages. When you call showPage(), TQt Assistant will be launched if
it isn't already running.
<p> The TQAssistantClient instance can open (<a href="#openAssistant">openAssistant</a>()) or close
(<a href="#closeAssistant">closeAssistant</a>()) TQt Assistant whenever required. If TQt Assistant
-is open, <a href="#isOpen">isOpen</a>() returns TRUE.
+is open, <a href="#isOpen">isOpen</a>() returns true.
<p> One TQAssistantClient instance interacts with one TQt Assistant
instance, so every time you call openAssistant(), showPage() or
closeAssistant() they are applied to the particular TQt Assistant
@@ -133,7 +133,7 @@ TQt Assistant and the calling application. The <em>msg</em> provides an
explanation of the error.
<h3 class=fn>bool <a name="isOpen"></a>TQAssistantClient::isOpen () const
-</h3><p>Returns TRUE if TQt Assistant is open; otherwise returns FALSE.
+</h3><p>Returns true if TQt Assistant is open; otherwise returns false.
See the <a href="ntqassistantclient.html#open-prop">"open"</a> property for details.
<h3 class=fn>void <a name="openAssistant"></a>TQAssistantClient::openAssistant ()<tt> [virtual slot]</tt>
</h3>