diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/qcollection-compat.doc | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
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. */ |