summaryrefslogtreecommitdiffstats
path: root/doc/html/collection.html
diff options
context:
space:
mode:
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