diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qmapconstiterator.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
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> |