diff options
author | Michele Calgaro <[email protected]> | 2024-07-07 13:06:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-07 13:06:00 +0900 |
commit | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch) | |
tree | 16062922d35b5e0153b9f866e440f36603bd4f55 /doc/man/man3/tqdragleaveevent.3qt | |
parent | 7552c6d73043b1040139033f6864db48ae5446cf (diff) | |
download | tqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.tar.gz tqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.zip |
Rename drag-n-drop nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
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 |