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.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqlistview.3qt b/doc/man/man3/tqlistview.3qt
index f22c82ce8..75d4154cf 100644
--- a/doc/man/man3/tqlistview.3qt
+++ b/doc/man/man3/tqlistview.3qt
@@ -184,7 +184,7 @@ Inherits QScrollView.
.BI "virtual void \fBsort\fR ()"
.br
.ti -1c
-.BI "virtual bool \fBeventFilter\fR ( TQObject * o, QEvent * e )"
+.BI "virtual bool \fBeventFilter\fR ( TQObject * o, TQEvent * e )"
.br
.ti -1c
.BI "virtual void \fBsetShowSortIndicator\fR ( bool show )"
@@ -670,7 +670,7 @@ This signal is emitted, when a drop event occurred on the viewport (not onto an
Ensures that item \fIi\fR is visible, scrolling the list view vertically if necessary and opening (expanding) any parent items if this is required to show the item.
.PP
See also itemRect() and QScrollView::ensureVisible().
-.SH "bool QListView::eventFilter ( TQObject * o, QEvent * e )\fC [virtual]\fR"
+.SH "bool QListView::eventFilter ( TQObject * o, TQEvent * e )\fC [virtual]\fR"
Redirects the event \fIe\fR relating to object \fIo\fR, for the viewport to mousePressEvent(), keyPressEvent() and friends.
.PP
Reimplemented from QScrollView.