diff options
Diffstat (limited to 'doc/html/qmapconstiterator.html')
-rw-r--r-- | doc/html/qmapconstiterator.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qmapconstiterator.html b/doc/html/qmapconstiterator.html index 661fd3f41..564e0358e 100644 --- a/doc/html/qmapconstiterator.html +++ b/doc/html/qmapconstiterator.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQMapConstIterator class provides an iterator for TQMap. <a href="#details">More...</a> -<p><tt>#include <<a href="qmap-h.html">qmap.h</a>></tt> +<p><tt>#include <<a href="qmap-h.html">ntqmap.h</a>></tt> <p><a href="qmapconstiterator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -58,15 +58,15 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQMapConstIterator class provides an iterator for <a href="qmap.html">TQMap</a>. +The TQMapConstIterator class provides an iterator for <a href="ntqmap.html">TQMap</a>. <p> <p> In contrast to <a href="qmapiterator.html">TQMapIterator</a>, this class is used to iterate over a const map. It does not allow you to modify the values of the map because this would break the const semantics. <p> For more information on TQMap iterators, see <a href="qmapiterator.html">TQMapIterator</a> and -the <a href="qmap.html#qmap-eg">TQMap example</a>. -<p> <p>See also <a href="qmap.html">TQMap</a>, <a href="qmapiterator.html">TQMapIterator</a>, <a href="qtl.html">TQt Template Library Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +the <a href="ntqmap.html#qmap-eg">TQMap example</a>. +<p> <p>See also <a href="ntqmap.html">TQMap</a>, <a href="qmapiterator.html">TQMapIterator</a>, <a href="ntqtl.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="iterator_category"></a>TQMapConstIterator::iterator_category</h3> |