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.3qt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqcloseevent.3qt b/doc/man/man3/tqcloseevent.3qt
index b5c2d36c6..e8d80d362 100644
--- a/doc/man/man3/tqcloseevent.3qt
+++ b/doc/man/man3/tqcloseevent.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QCloseEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQCloseEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,7 +7,7 @@
.ad l
.nh
.SH NAME
-QCloseEvent \- Parameters that describe a close event
+TQCloseEvent \- Parameters that describe a close event
.SH SYNOPSIS
\fC#include <tqevent.h>\fR
.PP
@@ -16,7 +16,7 @@ Inherits TQEvent.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQCloseEvent\fR ()"
+.BI "\fBTQCloseEvent\fR ()"
.br
.ti -1c
.BI "bool \fBisAccepted\fR () const"
@@ -29,7 +29,7 @@ Inherits TQEvent.
.br
.in -1c
.SH DESCRIPTION
-The QCloseEvent class contains parameters that describe a close event.
+The TQCloseEvent class contains parameters that describe a close event.
.PP
Close events are sent to widgets that the user wants to close, usually by choosing "Close" from the window menu, or by clicking the `X' titlebar button. They are also sent when you call TQWidget::close() to close a widget programmatically.
.PP
@@ -51,11 +51,11 @@ The isAccepted() function returns TRUE if the event's receiver has agreed to clo
.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 ()"
+.SH "TQCloseEvent::TQCloseEvent ()"
Constructs a close event object with the accept parameter flag set to FALSE.
.PP
See also accept().
-.SH "void QCloseEvent::accept ()"
+.SH "void TQCloseEvent::accept ()"
Sets the accept flag of the close event object.
.PP
Setting the accept flag indicates that the receiver of this event agrees to close the widget.
@@ -68,7 +68,7 @@ See also ignore() and TQWidget::hide().
.PP
Examples:
.)l action/application.cpp, application/application.cpp, mdi/application.cpp, popup/popup.cpp, and qwerty/qwerty.cpp.
-.SH "void QCloseEvent::ignore ()"
+.SH "void TQCloseEvent::ignore ()"
Clears the accept flag of the close event object.
.PP
Clearing the accept flag indicates that the receiver of this event does not want the widget to be closed.
@@ -79,13 +79,13 @@ See also accept().
.PP
Examples:
.)l action/application.cpp, application/application.cpp, mdi/application.cpp, and qwerty/qwerty.cpp.
-.SH "bool QCloseEvent::isAccepted () const"
+.SH "bool TQCloseEvent::isAccepted () const"
Returns TRUE if the receiver of the event has agreed to close the widget; otherwise returns FALSE.
.PP
See also accept() and ignore().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qcloseevent.html
+.BR http://doc.trolltech.com/tqcloseevent.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the