summaryrefslogtreecommitdiffstats
path: root/doc/html/designer-manual-4.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/designer-manual-4.html
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 a38c2e628..79779d608 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;