summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmap.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqmap.html')
-rw-r--r--doc/html/tqmap.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqmap.html b/doc/html/tqmap.html
index a0bb3b31e..ab5ed0abe 100644
--- a/doc/html/tqmap.html
+++ b/doc/html/tqmap.html
@@ -206,7 +206,7 @@ map. The advantage of using an iterator is that you can move
forward or backward by incrementing/decrementing the iterator.
The iterator returned by end() points to the element which is one
past the last element in the container. The past-the-end iterator
-is still associated with the map it belongs to, however it is <em>not</em> dereferenceable; <a href="ntqsize.html#operator*-4">operator*</a>() will not return a well-defined
+is still associated with the map it belongs to, however it is <em>not</em> dereferenceable; <a href="tqsize.html#operator*-4">operator*</a>() will not return a well-defined
value. If the map is empty, the iterator returned by begin() will
equal the iterator returned by end().
<p> Another way to find an element in the map is by using the <a href="#find">find</a>()
@@ -352,7 +352,7 @@ operator&lt;(Key, Key).
<p> The iterator returned by <a href="#end">end</a>() points to the element which is one
past the last element in the container. The past-the-end iterator
is still associated with the map it belongs to, but it is <em>not</em>
-dereferenceable; <a href="ntqsize.html#operator*-4">operator*</a>() will not return a well-defined value.
+dereferenceable; <a href="tqsize.html#operator*-4">operator*</a>() will not return a well-defined value.
<p> This iterator equals <a href="#constBegin">constBegin</a>() if the map is empty.
<p> <p>See also <a href="#constBegin">constBegin</a>() and <a href="tqmapconstiterator.html">TQMapConstIterator</a>.
@@ -400,7 +400,7 @@ to <a href="#isEmpty">isEmpty</a>().
<p> The iterator returned by <a href="#end">end</a>() points to the element which is one
past the last element in the container. The past-the-end iterator
is still associated with the map it belongs to, but it is <em>not</em>
-dereferenceable; <a href="ntqsize.html#operator*-4">operator*</a>() will not return a well-defined value.
+dereferenceable; <a href="tqsize.html#operator*-4">operator*</a>() will not return a well-defined value.
<p> This iterator equals <a href="#begin">begin</a>() if the map is empty.
<p> <p>See also <a href="#begin">begin</a>() and <a href="tqmapiterator.html">TQMapIterator</a>.