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.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqlistviewitem.3qt b/doc/man/man3/tqlistviewitem.3qt
index 5b46ae97a..a432851df 100644
--- a/doc/man/man3/tqlistviewitem.3qt
+++ b/doc/man/man3/tqlistviewitem.3qt
@@ -78,10 +78,10 @@ Inherited by QCheckListItem.
.BI "virtual TQString \fBtext\fR ( int column ) const"
.br
.ti -1c
-.BI "virtual void \fBsetPixmap\fR ( int column, const QPixmap & pm )"
+.BI "virtual void \fBsetPixmap\fR ( int column, const TQPixmap & pm )"
.br
.ti -1c
-.BI "virtual const QPixmap * \fBpixmap\fR ( int column ) const"
+.BI "virtual const TQPixmap * \fBpixmap\fR ( int column ) const"
.br
.ti -1c
.BI "virtual TQString \fBkey\fR ( int column, bool ascending ) const"
@@ -117,7 +117,7 @@ Inherited by QCheckListItem.
.BI "virtual void \fBpaintBranches\fR ( TQPainter * p, const TQColorGroup & cg, int w, int y, int h )"
.br
.ti -1c
-.BI "virtual void \fBpaintFocus\fR ( TQPainter * p, const TQColorGroup & cg, const QRect & r )"
+.BI "virtual void \fBpaintFocus\fR ( TQPainter * p, const TQColorGroup & cg, const TQRect & r )"
.br
.ti -1c
.BI "QListViewItem * \fBfirstChild\fR () const"
@@ -219,7 +219,7 @@ Inherited by QCheckListItem.
.BI "virtual void \fBactivate\fR ()"
.br
.ti -1c
-.BI "bool \fBactivatedPos\fR ( QPoint & pos )"
+.BI "bool \fBactivatedPos\fR ( TQPoint & pos )"
.br
.ti -1c
.BI "virtual void \fBdropped\fR ( TQDropEvent * e )"
@@ -356,7 +356,7 @@ This virtual function is called whenever the user presses the mouse on this item
See also activatedPos().
.PP
Reimplemented in QCheckListItem.
-.SH "bool QListViewItem::activatedPos ( QPoint & pos )\fC [protected]\fR"
+.SH "bool QListViewItem::activatedPos ( TQPoint & pos )\fC [protected]\fR"
When called from a reimplementation of activate(), this function gives information on how the item was activated. Otherwise the behavior is undefined.
.PP
If activate() was caused by a mouse press, the function sets \fIpos\fR to where the user clicked and returns TRUE; otherwise it returns FALSE and does not change \fIpos\fR.
@@ -539,7 +539,7 @@ See also paintBranches() and QListView::drawContentsOffset().
Example: listviews/listviews.cpp.
.PP
Reimplemented in QCheckListItem.
-.SH "void QListViewItem::paintFocus ( TQPainter * p, const TQColorGroup & cg, const QRect & r )\fC [virtual]\fR"
+.SH "void QListViewItem::paintFocus ( TQPainter * p, const TQColorGroup & cg, const TQRect & r )\fC [virtual]\fR"
Paints a focus indicator on the rectangle \fIr\fR using painter \fIp\fR and colors \fIcg\fR.
.PP
\fIp\fR is already clipped.
@@ -554,7 +554,7 @@ See also firstChild() and nextSibling().
.PP
Examples:
.)l dirview/dirview.cpp and qutlook/centralwidget.cpp.
-.SH "const QPixmap * QListViewItem::pixmap ( int column ) const\fC [virtual]\fR"
+.SH "const TQPixmap * QListViewItem::pixmap ( int column ) const\fC [virtual]\fR"
Returns the pixmap for \fIcolumn\fR, or 0 if there is no pixmap for \fIcolumn\fR.
.PP
See also setText() and setPixmap().
@@ -609,7 +609,7 @@ See also height(), totalHeight(), and isOpen().
.PP
Examples:
.)l checklists/checklists.cpp, dirview/dirview.cpp, dirview/main.cpp, fileiconview/mainwindow.cpp, and xml/tagreader-with-features/structureparser.cpp.
-.SH "void QListViewItem::setPixmap ( int column, const QPixmap & pm )\fC [virtual]\fR"
+.SH "void QListViewItem::setPixmap ( int column, const TQPixmap & pm )\fC [virtual]\fR"
Sets the pixmap in column \fIcolumn\fR to \fIpm\fR, if \fIpm\fR is non-null and different from the current pixmap, and if \fIcolumn\fR is non-negative.
.PP
See also pixmap() and setText().