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.3qt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqlistviewitem.3qt b/doc/man/man3/tqlistviewitem.3qt
index a432851df..00b38945f 100644
--- a/doc/man/man3/tqlistviewitem.3qt
+++ b/doc/man/man3/tqlistviewitem.3qt
@@ -13,7 +13,7 @@ QListViewItem \- Implements a list view item
.PP
Inherits Qt.
.PP
-Inherited by QCheckListItem.
+Inherited by TQCheckListItem.
.PP
.SS "Public Members"
.in +1c
@@ -259,7 +259,7 @@ If you keep the pointer, you can set or change the texts using setText(), add pi
.PP
If you call \fCdelete\fR on a list view item, it will be deleted as expected, and as usual for TQObjects, if it has any child items (to any depth), all these will be deleted too.
.PP
-QCheckListItems are list view items that have a checkbox or radio button and can be used in place of plain QListViewItems.
+TQCheckListItems are list view items that have a checkbox or radio button and can be used in place of plain QListViewItems.
.PP
You can traverse the tree as if it were a doubly-linked list using itemAbove() and itemBelow(); they return pointers to the items directly above and below this item on the screen (even if none of them are actually visible at the moment).
.PP
@@ -314,7 +314,7 @@ Some subclasses call setExpandable(TRUE) even when they have no children, and po
.PP
</center>
.PP
-See also QCheckListItem, QListView, and Advanced Widgets.
+See also TQCheckListItem, QListView, and Advanced Widgets.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QListViewItem::QListViewItem ( QListView * parent )"
Constructs a new top-level list view item in the QListView \fIparent\fR.
@@ -355,7 +355,7 @@ This virtual function is called whenever the user presses the mouse on this item
.PP
See also activatedPos().
.PP
-Reimplemented in QCheckListItem.
+Reimplemented in TQCheckListItem.
.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
@@ -538,7 +538,7 @@ See also paintBranches() and QListView::drawContentsOffset().
.PP
Example: listviews/listviews.cpp.
.PP
-Reimplemented in QCheckListItem.
+Reimplemented in TQCheckListItem.
.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
@@ -546,7 +546,7 @@ Paints a focus indicator on the rectangle \fIr\fR using painter \fIp\fR and colo
.PP
See also paintCell(), paintBranches(), and QListView::allColumnsShowFocus.
.PP
-Reimplemented in QCheckListItem.
+Reimplemented in TQCheckListItem.
.SH "QListViewItem * QListViewItem::parent () const"
Returns the parent of this item, or 0 if this item has no parent.
.PP
@@ -575,7 +575,7 @@ Returns 0.
.PP
Make your derived classes return their own values for rtti(), so that you can distinguish between different kinds of list view items. You should use values greater than 1000 to allow for extensions to this class.
.PP
-Reimplemented in QCheckListItem.
+Reimplemented in TQCheckListItem.
.SH "void QListViewItem::setDragEnabled ( bool allow )\fC [virtual]\fR"
If \fIallow\fR is TRUE, the list view starts a drag (see QListView::dragObject()) when the user presses and moves the mouse on this item.
.SH "void QListViewItem::setDropEnabled ( bool allow )\fC [virtual]\fR"