diff options
Diffstat (limited to 'doc/man/man3/tqiconviewitem.3qt')
-rw-r--r-- | doc/man/man3/tqiconviewitem.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqiconviewitem.3qt b/doc/man/man3/tqiconviewitem.3qt index 83b7e23b1..ec7933a6e 100644 --- a/doc/man/man3/tqiconviewitem.3qt +++ b/doc/man/man3/tqiconviewitem.3qt @@ -214,7 +214,7 @@ Inherits Qt. .SH DESCRIPTION The TQIconViewItem class provides a single item in a TQIconView. .PP -A TQIconViewItem contains an icon, a string and optionally a sort key, and can display itself in a TQIconView. The class is designed to be very similar to QListView and QListBox in use, both via instantiation and subclassing. +A TQIconViewItem contains an icon, a string and optionally a sort key, and can display itself in a TQIconView. The class is designed to be very similar to TQListView and TQListBox in use, both via instantiation and subclassing. .PP The simplest way to create a TQIconViewItem and insert it into a TQIconView is to construct the item passing the constructor a pointer to the icon view, a string and an icon: .PP |