summaryrefslogtreecommitdiffstats
path: root/doc/html/qcloseevent.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qcloseevent.html')
-rw-r--r--doc/html/qcloseevent.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qcloseevent.html b/doc/html/qcloseevent.html
index 3a632cc33..d562c5c49 100644
--- a/doc/html/qcloseevent.html
+++ b/doc/html/qcloseevent.html
@@ -77,7 +77,7 @@ independent top-level windows in a multi-window application.
<p> <a href="ntqobject.html">TQObject</a>s emits the <a href="ntqobject.html#destroyed">destroyed()</a> signal when they are deleted.
<p> If the last top-level window is closed, the
<a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted.
-<p> The <a href="#isAccepted">isAccepted</a>() function returns TRUE if the event's receiver has
+<p> The <a href="#isAccepted">isAccepted</a>() function returns true if the event's receiver has
agreed to close the widget; call <a href="#accept">accept</a>() to agree to close the
widget and call <a href="#ignore">ignore</a>() if the receiver of this event does not
want the widget to be closed.
@@ -88,7 +88,7 @@ want the widget to be closed.
</h3>
<p> Constructs a close event object with the accept parameter flag set
-to FALSE.
+to false.
<p> <p>See also <a href="#accept">accept</a>().
<h3 class=fn>void <a name="accept"></a>TQCloseEvent::accept ()
@@ -117,8 +117,8 @@ does not want the widget to be closed.
<h3 class=fn>bool <a name="isAccepted"></a>TQCloseEvent::isAccepted () const
</h3>
-<p> Returns TRUE if the receiver of the event has agreed to close the
-widget; otherwise returns FALSE.
+<p> Returns true if the receiver of the event has agreed to close the
+widget; otherwise returns false.
<p> <p>See also <a href="#accept">accept</a>() and <a href="#ignore">ignore</a>().
<!-- eof -->