diff options
author | Michele Calgaro <[email protected]> | 2018-10-20 21:47:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-20 21:47:53 +0900 |
commit | c048ce6e8cc109b317293d380a5053e19a37dd31 (patch) | |
tree | 48aec6b3314b880d050fb9d243b3b50b4c6fc658 /doc/qcollection-compat.doc | |
parent | 789e7c7f92e09fb31549a5126281331b86834008 (diff) | |
download | tqt3-c048ce6e8cc109b317293d380a5053e19a37dd31.tar.gz tqt3-c048ce6e8cc109b317293d380a5053e19a37dd31.zip |
Removed obsolete Qt2's TQVector class and replaced
with TQt3's TQPtrVector.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/qcollection-compat.doc')
-rw-r--r-- | doc/qcollection-compat.doc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/qcollection-compat.doc b/doc/qcollection-compat.doc index c2a86eb72..b9209881e 100644 --- a/doc/qcollection-compat.doc +++ b/doc/qcollection-compat.doc @@ -75,13 +75,3 @@ The QStack class has been renamed <b> \l QPtrStack </b> in TQt 3.0. */ - -/*! \page ntqvector.html - - \title QVector Class Reference (obsolete) - - \code -#include <ntqvector.h>\endcode - - The QVector class has been renamed <b> \l QPtrVector </b> in TQt 3.0. -*/ |