summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistview.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 21:06:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-28 18:25:42 +0900
commit8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch)
treefb639fd5c35cb99f87172bc61484f5bf74b6beb9 /doc/man/man3/tqlistview.3qt
parent0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff)
downloadtqt-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.tar.gz
tqt-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.zip
Rename environment class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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.