summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdropevent.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqdropevent.3qt')
-rw-r--r--doc/man/man3/tqdropevent.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqdropevent.3qt b/doc/man/man3/tqdropevent.3qt
index 3718102e..b28c6aa5 100644
--- a/doc/man/man3/tqdropevent.3qt
+++ b/doc/man/man3/tqdropevent.3qt
@@ -48,7 +48,7 @@ Inherited by QDragMoveEvent.
.BI "Action \fBaction\fR () const"
.br
.ti -1c
-.BI "QWidget * \fBsource\fR () const"
+.BI "TQWidget * \fBsource\fR () const"
.br
.ti -1c
.BI "virtual const char * \fBformat\fR ( int n = 0 ) const"
@@ -156,7 +156,7 @@ Reimplemented from QMimeSource.
Sets the action to \fIa\fR. This is used internally, you should not need to call this in your code: the \fIsource\fR decides the action, not the target.
.SH "void QDropEvent::setPoint ( const QPoint & np )"
Sets the drop to happen at point \fInp\fR. You do not normally need to use this as it will be set internally before your widget receives the drop event.
-.SH "QWidget * QDropEvent::source () const"
+.SH "TQWidget * QDropEvent::source () const"
If the source of the drag operation is a widget in this application, this function returns that source, otherwise it returns 0. The source of the operation is the first parameter to drag object subclasses.
.PP
This is useful if your widget needs special behavior when dragging to itself, etc.