diff options
Diffstat (limited to 'doc/qmap.doc')
-rw-r--r-- | doc/qmap.doc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/qmap.doc b/doc/qmap.doc index bbd338209..78ffa93ef 100644 --- a/doc/qmap.doc +++ b/doc/qmap.doc @@ -42,7 +42,7 @@ *****************************************************************************/ /*! - \class QMap qmap.h + \class QMap ntqmap.h \brief The QMap class is a value-based template class that provides a dictionary. @@ -54,7 +54,7 @@ QMap is a Qt implementation of an STL-like map container. It can be used in your application if the standard \c map is not available on all your target platforms. QMap is part of the \link - qtl.html Qt Template Library\endlink. + ntqtl.html Qt Template Library\endlink. QMap\<Key, Data\> defines a template instance to create a dictionary with keys of type Key and values of type Data. QMap @@ -95,9 +95,9 @@ Example: \target qmap-eg \code - #include <qstring.h> - #include <qmap.h> - #include <qstring.h> + #include <ntqstring.h> + #include <ntqmap.h> + #include <ntqstring.h> class Employee { @@ -605,7 +605,7 @@ *****************************************************************************/ /*! - \class QMapIterator qmap.h + \class QMapIterator ntqmap.h \brief The QMapIterator class provides an iterator for QMap. \ingroup qtl @@ -616,7 +616,7 @@ machines that means 4 bytes, on 64-bit machines, 8 bytes. That makes copying iterators very fast. Iterators behave in a similar way to pointers, and they are almost as fast as pointers. See the - \link qmap.html#qmap-eg QMap example\endlink. + \link ntqmap.html#qmap-eg QMap example\endlink. QMap is highly optimized for performance and memory usage, but the trade-off is that you must be more careful. The only way to @@ -774,7 +774,7 @@ *****************************************************************************/ /*! - \class QMapConstIterator qmap.h + \class QMapConstIterator ntqmap.h \brief The QMapConstIterator class provides an iterator for QMap. \ingroup qtl @@ -785,7 +785,7 @@ because this would break the const semantics. For more information on QMap iterators, see \l{QMapIterator} and - the \link qmap.html#qmap-eg QMap example\endlink. + the \link ntqmap.html#qmap-eg QMap example\endlink. \sa QMap QMapIterator */ |