summaryrefslogtreecommitdiffstats
path: root/doc/html/tqvaluelistiterator.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqvaluelistiterator.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz
tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 a659d8bf..98ea8475 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>