summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqeventloop.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-26 11:44:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-30 14:26:34 +0900
commit6dd781c483eea56f51ae0eff47d857976b5d0f0d (patch)
tree0ddd4408e142ae6f8b13d3538359abd127988b2f /doc/man/man3/tqeventloop.3qt
parentff56b6fec14de4cd4b89d5b322531671d200b6e0 (diff)
downloadtqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.tar.gz
tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.zip
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqeventloop.3qt')
-rw-r--r--doc/man/man3/tqeventloop.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqeventloop.3qt b/doc/man/man3/tqeventloop.3qt
index 37e9e878d..763dab96e 100644
--- a/doc/man/man3/tqeventloop.3qt
+++ b/doc/man/man3/tqeventloop.3qt
@@ -159,7 +159,7 @@ See also TQApplication::quit() and exec().
.SH "void TQEventLoop::exitLoop ()\fC [virtual]\fR"
This function exits from a recursive call to the main event loop. Do not call it unless you really know what you are doing.
.SH "bool TQEventLoop::hasPendingEvents () const\fC [virtual]\fR"
-Returns TRUE if there is an event waiting, otherwise it returns FALSE.
+Returns true if there is an event waiting, otherwise it returns false.
.SH "int TQEventLoop::loopLevel () const\fC [virtual]\fR"
Returns the current loop level.
.SH "void TQEventLoop::processEvents ( ProcessEventsFlags flags, int maxTime )"
@@ -190,7 +190,7 @@ If the WaitForMore flag is \fInot\fR set in \fIflags\fR, and no events are avail
.PP
NOTE: This function will not process events continuously; it returns after all available events are processed.
.PP
-This function returns TRUE if an event was processed; otherwise it returns FALSE.
+This function returns true if an event was processed; otherwise it returns false.
.PP
See also ProcessEvents and hasPendingEvents().
.SH "void TQEventLoop::registerSocketNotifier ( TQSocketNotifier * notifier )\fC [virtual]\fR"