diff options
Diffstat (limited to 'doc/html/qlistviewitem.html')
-rw-r--r-- | doc/html/qlistviewitem.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qlistviewitem.html b/doc/html/qlistviewitem.html index 82b699235..5b9252a0f 100644 --- a/doc/html/qlistviewitem.html +++ b/doc/html/qlistviewitem.html @@ -147,7 +147,7 @@ you can get a pointer to any TQListViewItem in a <a href="ntqlistview.html">TQLi <a href="ntqlistview.html#firstChild">TQListView::firstChild</a>(), <a href="ntqlistview.html#lastItem">TQListView::lastItem</a>() and <a href="ntqlistview.html#findItem">TQListView::findItem</a>(). <p> If you call <tt>delete</tt> on a list view item, it will be deleted as -expected, and as usual for <a href="ntqobject.html">TQObject</a>s, if it has any child items +expected, and as usual for <a href="tqobject.html">TQObject</a>s, if it has any child items (to any depth), all these will be deleted too. <p> <a href="qchecklistitem.html">TQCheckListItem</a>s are list view items that have a checkbox or radio button and can be used in place of plain TQListViewItems. |