summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcloseevent.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcloseevent.3qt')
-rw-r--r--doc/man/man3/tqcloseevent.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqcloseevent.3qt b/doc/man/man3/tqcloseevent.3qt
index 6815f72b4..094048bef 100644
--- a/doc/man/man3/tqcloseevent.3qt
+++ b/doc/man/man3/tqcloseevent.3qt
@@ -47,12 +47,12 @@ QObjects emits the destroyed() signal when they are deleted.
.PP
If the last top-level window is closed, the QApplication::lastWindowClosed() signal is emitted.
.PP
-The isAccepted() function returns TRUE if the event's receiver has agreed to close the widget; call accept() to agree to close the widget and call ignore() if the receiver of this event does not want the widget to be closed.
+The isAccepted() function returns true if the event's receiver has agreed to close the widget; call accept() to agree to close the widget and call ignore() if the receiver of this event does not want the widget to be closed.
.PP
See also TQWidget::close(), TQWidget::hide(), TQObject::destroyed(), QApplication::setMainWidget(), QApplication::lastWindowClosed(), QApplication::exec(), QApplication::quit(), and Event Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QCloseEvent::QCloseEvent ()"
-Constructs a close event object with the accept parameter flag set to FALSE.
+Constructs a close event object with the accept parameter flag set to false.
.PP
See also accept().
.SH "void QCloseEvent::accept ()"
@@ -80,7 +80,7 @@ See also accept().
Examples:
.)l action/application.cpp, application/application.cpp, mdi/application.cpp, and qwerty/qwerty.cpp.
.SH "bool QCloseEvent::isAccepted () const"
-Returns TRUE if the receiver of the event has agreed to close the widget; otherwise returns FALSE.
+Returns true if the receiver of the event has agreed to close the widget; otherwise returns false.
.PP
See also accept() and ignore().