summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistview.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqlistview.3qt')
-rw-r--r--doc/man/man3/tqlistview.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqlistview.3qt b/doc/man/man3/tqlistview.3qt
index c55052abb..261b22c2b 100644
--- a/doc/man/man3/tqlistview.3qt
+++ b/doc/man/man3/tqlistview.3qt
@@ -307,7 +307,7 @@ Inherits QScrollView.
.BI "void \fBcollapsed\fR ( QListViewItem * item )"
.br
.ti -1c
-.BI "void \fBdropped\fR ( QDropEvent * e )"
+.BI "void \fBdropped\fR ( TQDropEvent * e )"
.br
.ti -1c
.BI "void \fBitemRenamed\fR ( QListViewItem * item, int col, const TQString & text )"
@@ -370,7 +370,7 @@ Inherits QScrollView.
.BI "virtual void \fBcontentsMouseDoubleClickEvent\fR ( QMouseEvent * e )"
.br
.ti -1c
-.BI "virtual QDragObject * \fBdragObject\fR ()"
+.BI "virtual TQDragObject * \fBdragObject\fR ()"
.br
.ti -1c
.BI "virtual void \fBstartDrag\fR ()"
@@ -654,15 +654,15 @@ This signal is emitted whenever an item is double-clicked. It's emitted on the s
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. (use doubleClicked( QListViewItem *, const QPoint&, int ))
.PP
This signal is emitted whenever an item is double-clicked. It's emitted on the second button press, not the second button release. \fIitem\fR is the list view item on which the user did the double-click.
-.SH "QDragObject * QListView::dragObject ()\fC [virtual protected]\fR"
+.SH "TQDragObject * QListView::dragObject ()\fC [virtual protected]\fR"
If the user presses the mouse on an item and starts moving the mouse, and the item allow dragging (see QListViewItem::setDragEnabled()), this function is called to get a drag object and a drag is started unless dragObject() returns 0.
.PP
-By default this function returns 0. You should reimplement it and create a QDragObject depending on the selected items.
+By default this function returns 0. You should reimplement it and create a TQDragObject depending on the selected items.
.SH "void QListView::drawContentsOffset ( QPainter * p, int ox, int oy, int cx, int cy, int cw, int ch )\fC [virtual protected]\fR"
Calls QListViewItem::paintCell() and QListViewItem::paintBranches() as necessary for all list view items that require repainting in the \fIcw\fR pixels wide and \fIch\fR pixels high bounding rectangle starting at position \fIcx\fR, \fIcy\fR with offset \fIox\fR, \fIoy\fR. Uses the painter \fIp\fR.
.PP
Reimplemented from QScrollView.
-.SH "void QListView::dropped ( QDropEvent * e )\fC [signal]\fR"
+.SH "void QListView::dropped ( TQDropEvent * e )\fC [signal]\fR"
This signal is emitted, when a drop event occurred on the viewport (not onto an item).
.PP
\fIe\fR provides all the information about the drop.