summaryrefslogtreecommitdiffstats
path: root/doc/html/designer-manual-4.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/designer-manual-4.html')
-rw-r--r--doc/html/designer-manual-4.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/designer-manual-4.html b/doc/html/designer-manual-4.html
index a38c2e62..79779d60 100644
--- a/doc/html/designer-manual-4.html
+++ b/doc/html/designer-manual-4.html
@@ -304,7 +304,7 @@ body { background: #ffffff; color: black; }
else if ( <a href="tqwidget.html#visible-prop">visible</a> == iconsPage ) {
<a href="tqiconviewitem.html">TQIconViewItem</a> *start = colorIconView-&gt;currentItem();
for ( <a href="tqiconviewitem.html">TQIconViewItem</a> *item = start-&gt;<a href="tqiconviewitem.html#nextItem">nextItem</a>(); item; item = item-&gt;<a href="tqiconviewitem.html#nextItem">nextItem</a>() )
- if ( item-&gt;<a href="qtableitem.html#text">text</a>().lower().contains( ltext ) ) {
+ if ( item-&gt;<a href="tqtableitem.html#text">text</a>().lower().contains( ltext ) ) {
colorIconView-&gt;setCurrentItem( item );
colorIconView-&gt;ensureItemVisible( item );
found = TRUE;