summaryrefslogtreecommitdiffstats
path: root/doc/html/qcloseevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qcloseevent.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 -->