summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqgridview.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/ntqgridview.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/ntqgridview.html')
-rw-r--r--doc/html/ntqgridview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqgridview.html b/doc/html/ntqgridview.html
index 1a685ad0b..c685414e6 100644
--- a/doc/html/ntqgridview.html
+++ b/doc/html/ntqgridview.html
@@ -100,7 +100,7 @@ size in a potentially scrollable canvas. If you need rows and
columns with different sizes, use a <a href="ntqtable.html">TQTable</a> instead. If you need a
simple list of items, use a <a href="ntqlistbox.html">TQListBox</a>. If you need to present
hierachical data use a <a href="ntqlistview.html">TQListView</a>, and if you need random objects
-at random positions, consider using either a <a href="ntqiconview.html">TQIconView</a> or a
+at random positions, consider using either a <a href="tqiconview.html">TQIconView</a> or a
<a href="tqcanvas.html">TQCanvas</a>.
<p>See also <a href="abstractwidgets.html">Abstract Widget Classes</a>.