From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/qmap.doc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/qmap.doc') 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\ 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 - #include - #include + #include + #include + #include 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 */ -- cgit v1.2.1