diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-03 10:43:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-03 10:43:37 +0900 |
commit | a75445b4c3c2fe24d377625acd8bb058b2bd971a (patch) | |
tree | a624fa03bd81f105a9c499e3a8ea229a6509c97a /doc/porting3.doc | |
parent | 0b3c8dfbc927e2843c2c62842d53a723d1f1e727 (diff) | |
download | tqt3-a75445b4c3c2fe24d377625acd8bb058b2bd971a.tar.gz tqt3-a75445b4c3c2fe24d377625acd8bb058b2bd971a.zip |
Drop Qt2 obsolete classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r-- | doc/porting3.doc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc index c3024625f..01f8fb052 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -355,23 +355,6 @@ resulting from these directives. We strongly recommend that you either make use of the safe qstr* variants directly or ensure that no 0 pointer is passed to the standard C functions in your code base. -\section1 Collection Class Renaming - -The classes QArray, QCollection, QList, QListIterator, QQueue, QStack -and QVector have been renamed. To ease porting, the old names and the -old header-file names are still supported. - -\table -\header \i Old Name \i New Name \i New Header File -\row \i QArray \i \l QMemArray \i \c <ntqmemarray.h> -\row \i QCollection \i \l QPtrCollection \i \c <ntqptrcollection.h> -\row \i QList \i \l QPtrList \i \c <ntqptrlist.h> -\row \i QListIterator \i \l QPtrListIterator \i \c <ntqptrlist.h> -\row \i QQueue \i \l QPtrQueue \i \c <ntqptrqueue.h> -\row \i QStack \i \l QPtrStack \i \c <ntqptrstack.h> -\row \i QVector \i \l QPtrVector \i \c <ntqptrvector.h> -\endtable - \section1 QButtonGroup In TQt 2.x, the function QButtonGroup::selected() returns the selected |