summaryrefslogtreecommitdiffstats
path: root/doc/html/designer-manual-4.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 14:55:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-12 19:18:49 +0900
commitccbc1c3572fd0e26480c1432fff55d2909545538 (patch)
tree2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/html/designer-manual-4.html
parent0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff)
downloadtqt-ccbc1c35.tar.gz
tqt-ccbc1c35.zip
Rename icon 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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/designer-manual-4.html b/doc/html/designer-manual-4.html
index 97b182bd1..b76c29e93 100644
--- a/doc/html/designer-manual-4.html
+++ b/doc/html/designer-manual-4.html
@@ -194,7 +194,7 @@ body { background: #ffffff; color: black; }
}
colorTable-&gt;setCurrentCell( row, 0 );
- (void) new <a href="qiconviewitem.html">TQIconViewItem</a>( colorIconView, name,
+ (void) new <a href="tqiconviewitem.html">TQIconViewItem</a>( colorIconView, name,
colorSwatch( color ) );
m_changed = TRUE;
}
@@ -302,8 +302,8 @@ body { background: #ffffff; color: black; }
}
else if ( <a href="tqwidget.html#visible-prop">visible</a> == iconsPage ) {
- <a href="qiconviewitem.html">TQIconViewItem</a> *start = colorIconView-&gt;currentItem();
- for ( <a href="qiconviewitem.html">TQIconViewItem</a> *item = start-&gt;<a href="qiconviewitem.html#nextItem">nextItem</a>(); item; item = item-&gt;<a href="qiconviewitem.html#nextItem">nextItem</a>() )
+ <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 ) ) {
colorIconView-&gt;setCurrentItem( item );
colorIconView-&gt;ensureItemVisible( item );