summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqeventloop.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/ntqeventloop.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/ntqeventloop.html')
-rw-r--r--doc/html/ntqeventloop.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqeventloop.html b/doc/html/ntqeventloop.html
index 8b139b8a5..9d50b0870 100644
--- a/doc/html/ntqeventloop.html
+++ b/doc/html/ntqeventloop.html
@@ -187,7 +187,7 @@ Do not call it unless you really know what you are doing.
<h3 class=fn>bool <a name="hasPendingEvents"></a>TQEventLoop::hasPendingEvents () const<tt> [virtual]</tt>
</h3>
-<p> Returns TRUE if there is an event waiting, otherwise it returns FALSE.
+<p> Returns true if there is an event waiting, otherwise it returns false.
<h3 class=fn>int <a name="loopLevel"></a>TQEventLoop::loopLevel () const<tt> [virtual]</tt>
</h3>
@@ -226,8 +226,8 @@ are available and return after processing newly available events.
events are available, this function will return immediately.
<p> NOTE: This function will not process events continuously; it
returns after all available events are processed.
-<p> This function returns TRUE if an event was processed; otherwise it
-returns FALSE.
+<p> This function returns true if an event was processed; otherwise it
+returns false.
<p> <p>See also <a href="#ProcessEvents-enum">ProcessEvents</a> and <a href="#hasPendingEvents">hasPendingEvents</a>().
<h3 class=fn>void <a name="registerSocketNotifier"></a>TQEventLoop::registerSocketNotifier ( <a href="ntqsocketnotifier.html">TQSocketNotifier</a>&nbsp;*&nbsp;notifier )<tt> [virtual]</tt>