summaryrefslogtreecommitdiffstats
path: root/doc/html/tqevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-16 17:42:59 +0900
commit4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch)
tree119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqevent.html
parentcf2c8613706a3685266058db00c0e9f632c5bd24 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>