summaryrefslogtreecommitdiffstats
path: root/doc/html/tqevent.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqevent.html')
-rw-r--r--doc/html/tqevent.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqevent.html b/doc/html/tqevent.html
index 0c9b46753..2e0b64efd 100644
--- a/doc/html/tqevent.html
+++ b/doc/html/tqevent.html
@@ -56,9 +56,9 @@ event classes. Event objects contain event parameters.
system events from the event queue, translates them into TQEvents
and sends the translated events to TQObjects.
<p> In general, events come from the underlying window system
-(<a href="#spontaneous">spontaneous</a>() returns TRUE) but it is also possible to manually
+(<a href="#spontaneous">spontaneous</a>() returns true) but it is also possible to manually
send events using <a href="tqapplication.html#sendEvent">TQApplication::sendEvent</a>() and
-<a href="tqapplication.html#postEvent">TQApplication::postEvent</a>() (spontaneous() returns FALSE).
+<a href="tqapplication.html#postEvent">TQApplication::postEvent</a>() (spontaneous() returns false).
<p> TQObjects receive events by having their <a href="tqobject.html#event">TQObject::event</a>() function
called. The function can be reimplemented in subclasses to
customize event handling and add additional event types;
@@ -171,8 +171,8 @@ it will be removed from the list of events to be posted.
<h3 class=fn>bool <a name="spontaneous"></a>TQEvent::spontaneous () const
</h3>
-<p> Returns TRUE if the event originated outside the application, i.e.
-it is a system event; otherwise returns FALSE.
+<p> Returns true if the event originated outside the application, i.e.
+it is a system event; otherwise returns false.
<h3 class=fn><a href="tqevent.html#Type-enum">Type</a> <a name="type"></a>TQEvent::type () const
</h3>