summaryrefslogtreecommitdiffstats
path: root/doc/html/tqvaluevector.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqvaluevector.html')
-rw-r--r--doc/html/tqvaluevector.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqvaluevector.html b/doc/html/tqvaluevector.html
index 5930a8cd7..a8a28bdf6 100644
--- a/doc/html/tqvaluevector.html
+++ b/doc/html/tqvaluevector.html
@@ -110,11 +110,11 @@ part of the <a href="ntqtl.html">TQt Template Library</a>.
of values that all have the class T. TQValueVector does not store
pointers to the members of the vector; it holds a copy of every
member. TQValueVector is said to be value based; in contrast,
-<a href="ntqptrlist.html">TQPtrList</a> and <a href="ntqdict.html">TQDict</a> are pointer based.
+<a href="tqptrlist.html">TQPtrList</a> and <a href="ntqdict.html">TQDict</a> are pointer based.
<p> TQValueVector contains and manages a collection of objects of type
T and provides random access iterators that allow the contained
objects to be addressed. TQValueVector owns the contained
-elements. For more relaxed ownership semantics, see <a href="ntqptrcollection.html">TQPtrCollection</a>
+elements. For more relaxed ownership semantics, see <a href="tqptrcollection.html">TQPtrCollection</a>
and friends, which are pointer-based containers.
<p> TQValueVector provides good performance if you append or remove
elements from the end of the vector. If you insert or remove