summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqeventloop.3qt
diff options
context:
space:
mode:
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"