summaryrefslogtreecommitdiffstats
path: root/doc/html/collection.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-05 19:02:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-05 19:02:23 +0900
commit1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch)
treed62f4174c0e58e1aa895fc71484d068b614cd6de /doc/html/collection.html
parent8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff)
downloadtqt-1f0ce853.tar.gz
tqt-1f0ce853.zip
Rename template library nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/collection.html')
-rw-r--r--doc/html/collection.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/collection.html b/doc/html/collection.html
index 06b5d5e3b..08b6be42c 100644
--- a/doc/html/collection.html
+++ b/doc/html/collection.html
@@ -46,10 +46,10 @@ can be used with STL algorithms and containers. See the <a href="qt-template-lib
details.
<p> The value-based collections are:
<ul>
-<li> <a href="ntqvaluelist.html">TQValueList</a>, a value-based list.
-<li> <a href="ntqvaluevector.html">TQValueVector</a>, a value-based vector.
-<li> <a href="ntqvaluestack.html">TQValueStack</a>, a value-based stack.
-<li> <a href="ntqmap.html">TQMap</a>, a value-based dictionary (associative array).
+<li> <a href="tqvaluelist.html">TQValueList</a>, a value-based list.
+<li> <a href="tqvaluevector.html">TQValueVector</a>, a value-based vector.
+<li> <a href="tqvaluestack.html">TQValueStack</a>, a value-based stack.
+<li> <a href="tqmap.html">TQMap</a>, a value-based dictionary (associative array).
</ul>
<p> The pointer-based collections are:
<ul>
@@ -73,10 +73,10 @@ is a class for traversing the items in a collection:
<a href="qintdictiterator.html">TQIntDictIterator</a>, and
<a href="qptrdictiterator.html">TQPtrDictIterator</a>
<li> <a href="qptrlistiterator.html">TQPtrListIterator</a>
-<li> <a href="qvaluelistiterator.html">TQValueListIterator</a>, and
-<a href="qvaluelistconstiterator.html">TQValueListConstIterator</a>
-<li> <a href="qmapiterator.html">TQMapIterator</a>, and
-<a href="qmapconstiterator.html">TQMapConstIterator</a>
+<li> <a href="tqvaluelistiterator.html">TQValueListIterator</a>, and
+<a href="tqvaluelistconstiterator.html">TQValueListConstIterator</a>
+<li> <a href="tqmapiterator.html">TQMapIterator</a>, and
+<a href="tqmapconstiterator.html">TQMapConstIterator</a>
</ul>
<p> The value-based collections plus algorithms operating on them are
grouped together in the <a href="qt-template-lib.html">TQt Template