diff options
author | Michele Calgaro <[email protected]> | 2020-05-23 21:21:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-05-23 21:21:04 +0900 |
commit | 292fa30f0fade0c2742ef4b4ccc28be79dfe747c (patch) | |
tree | 227b09b1a61514e2ccd3fbc548b5431a6fee6229 /doc/qcollection-compat.doc | |
parent | f0869718763cd6d04c9b225db8966df08ddaef44 (diff) | |
download | tqt3-292fa30f0fade0c2742ef4b4ccc28be79dfe747c.tar.gz tqt3-292fa30f0fade0c2742ef4b4ccc28be79dfe747c.zip |
Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.
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 b9209881e..32bb81ce8 100644 --- a/doc/qcollection-compat.doc +++ b/doc/qcollection-compat.doc @@ -65,13 +65,3 @@ The QQueue class has been renamed <b> \l QPtrQueue </b> in TQt 3.0. */ - -/*! \page ntqstack.html - - \title QStack Class Reference (obsolete) - - \code -#include <ntqstack.h>\endcode - - The QStack class has been renamed <b> \l QPtrStack </b> in TQt 3.0. -*/ |