diff options
Diffstat (limited to 'doc/man/man3/tqdragleaveevent.3qt')
-rw-r--r-- | doc/man/man3/tqdragleaveevent.3qt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/man3/tqdragleaveevent.3qt b/doc/man/man3/tqdragleaveevent.3qt index 5ae00034b..412c72eef 100644 --- a/doc/man/man3/tqdragleaveevent.3qt +++ b/doc/man/man3/tqdragleaveevent.3qt @@ -1,5 +1,5 @@ '\" t -.TH QDragLeaveEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQDragLeaveEvent 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 -QDragLeaveEvent \- Event which is sent to the widget when a drag and drop leaves the widget +TQDragLeaveEvent \- Event which is sent to the widget when a drag and drop leaves the widget .SH SYNOPSIS \fC#include <ntqevent.h>\fR .PP @@ -16,24 +16,24 @@ Inherits QEvent. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQDragLeaveEvent\fR ()" +.BI "\fBTQDragLeaveEvent\fR ()" .br .in -1c .SH DESCRIPTION -The QDragLeaveEvent class provides an event which is sent to the widget when a drag and drop leaves the widget. +The TQDragLeaveEvent class provides an event which is sent to the widget when a drag and drop leaves the widget. .PP -This event is always preceded by a QDragEnterEvent and a series of QDragMoveEvents. It is not sent if a QDropEvent is sent instead. +This event is always preceded by a TQDragEnterEvent and a series of TQDragMoveEvents. It is not sent if a TQDropEvent is sent instead. .PP -See also QDragEnterEvent, QDragMoveEvent, QDropEvent, Drag And Drop Classes, and Event Classes. +See also TQDragEnterEvent, TQDragMoveEvent, TQDropEvent, Drag And Drop Classes, and Event Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QDragLeaveEvent::QDragLeaveEvent ()" -Constructs a QDragLeaveEvent. +.SH "TQDragLeaveEvent::TQDragLeaveEvent ()" +Constructs a TQDragLeaveEvent. .PP -\fBWarning:\fR Do not create a QDragLeaveEvent yourself since these +\fBWarning:\fR Do not create a TQDragLeaveEvent yourself since these objects rely on Qt's internal state. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdragleaveevent.html +.BR http://doc.trolltech.com/tqdragleaveevent.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |