summaryrefslogtreecommitdiffstats
path: root/doc/qmemarray.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qmemarray.doc')
-rw-r--r--doc/qmemarray.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qmemarray.doc b/doc/qmemarray.doc
index 35c18939..79fe4bb8 100644
--- a/doc/qmemarray.doc
+++ b/doc/qmemarray.doc
@@ -42,7 +42,7 @@
*****************************************************************************/
/*!
- \class QMemArray qmemarray.h
+ \class QMemArray ntqmemarray.h
\reentrant
\brief The QMemArray class is a template class that provides arrays of simple types.
@@ -77,7 +77,7 @@
Example:
\code
- #include <qmemarray.h>
+ #include <ntqmemarray.h>
#include <stdio.h>
QMemArray<int> fib( int num ) // returns fibonacci array