diff options
Diffstat (limited to 'doc/tqmap.doc')
-rw-r--r-- | doc/tqmap.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tqmap.doc b/doc/tqmap.doc index cad832f46..c7db0dc0f 100644 --- a/doc/tqmap.doc +++ b/doc/tqmap.doc @@ -60,7 +60,7 @@ dictionary with keys of type Key and values of type Data. TQMap does not store pointers to the members of the map; instead, it holds a copy of every member. For this reason, TQMap is - value-based, whereas TQPtrList and QDict are pointer-based. + value-based, whereas TQPtrList and TQDict are pointer-based. TQMap contains and manages a collection of objects of type Data with associated key values of type Key and provides iterators that @@ -624,7 +624,7 @@ iterators, and the iterators don't even know to which map they belong. That makes things fast but a bit dangerous because it is up to you to make sure that the iterators you are using are still - valid. QDictIterator will be able to give warnings, whereas + valid. TQDictIterator will be able to give warnings, whereas TQMapIterator may end up in an undefined state. For every Iterator there is also a ConstIterator. You must use the |