summaryrefslogtreecommitdiffstats
path: root/doc/qmap.doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/qmap.doc
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/qmap.doc')
-rw-r--r--doc/qmap.doc18
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
*/