summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistviewitem.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqlistviewitem.3qt')
-rw-r--r--doc/man/man3/tqlistviewitem.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqlistviewitem.3qt b/doc/man/man3/tqlistviewitem.3qt
index 46d85ae0..e641f886 100644
--- a/doc/man/man3/tqlistviewitem.3qt
+++ b/doc/man/man3/tqlistviewitem.3qt
@@ -174,7 +174,7 @@ Inherited by QCheckListItem.
.BI "bool \fBdropEnabled\fR () const"
.br
.ti -1c
-.BI "virtual bool \fBacceptDrop\fR ( const QMimeSource * mime ) const"
+.BI "virtual bool \fBacceptDrop\fR ( const TQMimeSource * mime ) const"
.br
.ti -1c
.BI "void \fBsetVisible\fR ( bool b )"
@@ -222,7 +222,7 @@ Inherited by QCheckListItem.
.BI "bool \fBactivatedPos\fR ( QPoint & pos )"
.br
.ti -1c
-.BI "virtual void \fBdropped\fR ( QDropEvent * e )"
+.BI "virtual void \fBdropped\fR ( TQDropEvent * e )"
.br
.ti -1c
.BI "virtual void \fBdragEntered\fR ()"
@@ -346,8 +346,8 @@ Note that the order is changed according to QListViewItem::key() unless the list
See also setText().
.SH "QListViewItem::~QListViewItem ()\fC [virtual]\fR"
Destroys the item, deleting all its children and freeing up all allocated resources.
-.SH "bool QListViewItem::acceptDrop ( const QMimeSource * mime ) const\fC [virtual]\fR"
-Returns TRUE if the item can accept drops of type QMimeSource \fImime\fR; otherwise returns FALSE.
+.SH "bool QListViewItem::acceptDrop ( const TQMimeSource * mime ) const\fC [virtual]\fR"
+Returns TRUE if the item can accept drops of type TQMimeSource \fImime\fR; otherwise returns FALSE.
.PP
The default implementation does nothing and returns FALSE. A subclass must reimplement this to accept drops.
.SH "void QListViewItem::activate ()\fC [virtual protected]\fR"
@@ -415,7 +415,7 @@ The default implementation does nothing, subclasses may need to reimplement this
Returns TRUE if this item accepts drops; otherwise returns FALSE.
.PP
See also setDropEnabled() and acceptDrop().
-.SH "void QListViewItem::dropped ( QDropEvent * e )\fC [virtual protected]\fR"
+.SH "void QListViewItem::dropped ( TQDropEvent * e )\fC [virtual protected]\fR"
This function is called when something was dropped on the item. \fIe\fR contains all the information about the drop.
.PP
The default implementation does nothing, subclasses may need to reimplement this function.