summaryrefslogtreecommitdiffstats
path: root/doc/html/tqvaluelistiterator.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqvaluelistiterator.html')
-rw-r--r--doc/html/tqvaluelistiterator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqvaluelistiterator.html b/doc/html/tqvaluelistiterator.html
index a659d8bfc..98ea84750 100644
--- a/doc/html/tqvaluelistiterator.html
+++ b/doc/html/tqvaluelistiterator.html
@@ -92,7 +92,7 @@ about all its iterators and the iterators don't know to which list
they belong. This makes things very fast, but if you're not
careful, you can get spectacular bugs. Always make sure iterators
are valid before dereferencing them or using them as parameters to
-generic algorithms in the STL or the <a href="ntqtl.html">TQTL</a>.
+generic algorithms in the STL or the <a href="tqtl.html">TQTL</a>.
<p> Using an invalid iterator is undefined (your application will
probably crash). Many TQt functions return const value lists; to
iterate over these you should make a copy and iterate over the
@@ -102,7 +102,7 @@ TQValueList in a const environment or if the reference or pointer
to the list is itself const, then you must use the ConstIterator.
Its semantics are the same as the Iterator, but it only returns
const references.
-<p> <p>See also <a href="tqvaluelist.html">TQValueList</a>, <a href="tqvaluelistconstiterator.html">TQValueListConstIterator</a>, <a href="ntqtl.html">TQt Template Library Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
+<p> <p>See also <a href="tqvaluelist.html">TQValueList</a>, <a href="tqvaluelistconstiterator.html">TQValueListConstIterator</a>, <a href="tqtl.html">TQt Template Library Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="pointer"></a>TQValueListIterator::pointer</h3>