diff options
Diffstat (limited to 'doc/qcollection-compat.doc')
-rw-r--r-- | doc/qcollection-compat.doc | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/qcollection-compat.doc b/doc/qcollection-compat.doc index c642d29f2..e1b76a99f 100644 --- a/doc/qcollection-compat.doc +++ b/doc/qcollection-compat.doc @@ -36,32 +36,32 @@ ** **********************************************************************/ -/*! \page qarray.html +/*! \page ntqarray.html \title QArray Class Reference (obsolete) \code -#include <qarray.h>\endcode +#include <ntqarray.h>\endcode The QArray class has been renamed <b> \l QMemArray </b> in Qt 3.0. */ -/*! \page qcollection.html +/*! \page ntqcollection.html \title QCollection Class Reference (obsolete) \code -#include <qcollection.h>\endcode +#include <ntqcollection.h>\endcode The QCollection class has been renamed <b> \l QPtrCollection </b> in Qt 3.0. */ -/*! \page qlist.html +/*! \page ntqlist.html \title QList Class Reference (obsolete) \code -#include <qlist.h>\endcode +#include <ntqlist.h>\endcode The QList class has been renamed <b> \l QPtrList </b> in Qt 3.0. */ @@ -71,38 +71,38 @@ \title QListIterator Class Reference (obsolete) \code -#include <qlist.h>\endcode +#include <ntqlist.h>\endcode The QListIterator class has been renamed <b> \l QPtrListIterator </b> in Qt 3.0. */ -/*! \page qqueue.html +/*! \page ntqqueue.html \title QQueue Class Reference (obsolete) \code -#include <qqueue.h>\endcode +#include <ntqqueue.h>\endcode The QQueue class has been renamed <b> \l QPtrQueue </b> in Qt 3.0. */ -/*! \page qstack.html +/*! \page ntqstack.html \title QStack Class Reference (obsolete) \code -#include <qstack.h>\endcode +#include <ntqstack.h>\endcode The QStack class has been renamed <b> \l QPtrStack </b> in Qt 3.0. */ -/*! \page qvector.html +/*! \page ntqvector.html \title QVector Class Reference (obsolete) \code -#include <qvector.h>\endcode +#include <ntqvector.h>\endcode The QVector class has been renamed <b> \l QPtrVector </b> in Qt 3.0. */ |