summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qcloseevent.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qcloseevent.3qt')
-rw-r--r--doc/man/man3/qcloseevent.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qcloseevent.3qt b/doc/man/man3/qcloseevent.3qt
index 03ed1172..1032d13a 100644
--- a/doc/man/man3/qcloseevent.3qt
+++ b/doc/man/man3/qcloseevent.3qt
@@ -49,7 +49,7 @@ If the last top-level window is closed, the QApplication::lastWindowClosed() sig
.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.
.PP
-See also QWidget::close(), QWidget::hide(), QObject::destroyed(), QApplication::setMainWidget(), QApplication::lastWindowClosed(), QApplication::exec(), QApplication::tquit(), and Event Classes.
+See also QWidget::close(), QWidget::hide(), QObject::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.