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.3qt20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/man3/tqlistview.3qt b/doc/man/man3/tqlistview.3qt
index 172a004a7..604d2eaba 100644
--- a/doc/man/man3/tqlistview.3qt
+++ b/doc/man/man3/tqlistview.3qt
@@ -358,16 +358,16 @@ Inherits TQScrollView.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBcontentsMousePressEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBcontentsMousePressEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBcontentsMouseReleaseEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBcontentsMouseReleaseEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBcontentsMouseMoveEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBcontentsMouseMoveEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBcontentsMouseDoubleClickEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBcontentsMouseDoubleClickEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
.BI "virtual TQDragObject * \fBdragObject\fR ()"
@@ -376,7 +376,7 @@ Inherits TQScrollView.
.BI "virtual void \fBstartDrag\fR ()"
.br
.ti -1c
-.BI "virtual void \fBresizeEvent\fR ( QResizeEvent * e )"
+.BI "virtual void \fBresizeEvent\fR ( TQResizeEvent * e )"
.br
.ti -1c
.BI "virtual void \fBdrawContentsOffset\fR ( TQPainter * p, int ox, int oy, int cx, int cy, int cw, int ch )"
@@ -595,23 +595,23 @@ Returns the WidthMode for column \fIc\fR.
See also setColumnWidthMode().
.SH "int TQListView::columns () const"
Returns the number of columns in this list view. See the "columns" property for details.
-.SH "void TQListView::contentsMouseDoubleClickEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::contentsMouseDoubleClickEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse double-click event \fIe\fR on behalf of the viewed widget.
.PP
Reimplemented from TQScrollView.
-.SH "void TQListView::contentsMouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::contentsMouseMoveEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse move event \fIe\fR on behalf of the viewed widget.
.PP
Example: dirview/dirview.cpp.
.PP
Reimplemented from TQScrollView.
-.SH "void TQListView::contentsMousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::contentsMousePressEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse press event \fIe\fR on behalf of the viewed widget.
.PP
Example: dirview/dirview.cpp.
.PP
Reimplemented from TQScrollView.
-.SH "void TQListView::contentsMouseReleaseEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::contentsMouseReleaseEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse release event \fIe\fR on behalf of the viewed widget.
.PP
Example: dirview/dirview.cpp.
@@ -830,7 +830,7 @@ See also clear().
This function has been renamed takeItem().
.SH "void TQListView::repaintItem ( const TQListViewItem * item ) const"
Repaints \fIitem\fR on the screen if \fIitem\fR is currently visible. Takes care to avoid multiple repaints.
-.SH "void TQListView::resizeEvent ( QResizeEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::resizeEvent ( TQResizeEvent * e )\fC [virtual protected]\fR"
Ensures that the header is correctly sized and positioned when the resize event \fIe\fR occurs.
.SH "ResizeMode TQListView::resizeMode () const"
Returns TRUE if all, none or the only the last column should be resized; otherwise returns FALSE. See the "resizeMode" property for details.