From 789e7c7f92e09fb31549a5126281331b86834008 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 23:25:45 +0900 Subject: Removed obsolete Qt2's TQList/TQListIterator classes and replaced with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro --- doc/html/index | 1 - doc/html/ntqlist.html | 47 -------------------------------------------- doc/html/porting.html | 4 +--- doc/html/porting2.html | 2 +- doc/html/qlistiterator.html | 48 --------------------------------------------- doc/html/qptrlist-h.html | 5 ----- doc/html/qt.dcf | 6 ------ doc/html/titleindex | 2 -- 8 files changed, 2 insertions(+), 113 deletions(-) delete mode 100644 doc/html/ntqlist.html delete mode 100644 doc/html/qlistiterator.html (limited to 'doc/html') diff --git a/doc/html/index b/doc/html/index index 84209a107..0464d66ec 100644 --- a/doc/html/index +++ b/doc/html/index @@ -3592,7 +3592,6 @@ "QLinuxFbScreen::shutdownDevice" qlinuxfbscreen.html#shutdownDevice "QLinuxFbScreen::uncache" qlinuxfbscreen.html#uncache "QLinuxFbScreen::~QLinuxFbScreen" qlinuxfbscreen.html#~QLinuxFbScreen -"QList Class Reference (obsolete)" ntqlist.html "QListBox" ntqlistbox.html "QListBox::LayoutMode" ntqlistbox.html#LayoutMode "QListBox::SelectionMode" ntqlistbox.html#SelectionMode diff --git a/doc/html/ntqlist.html b/doc/html/ntqlist.html deleted file mode 100644 index eadb6b2e7..000000000 --- a/doc/html/ntqlist.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - -TQList Class Reference (obsolete) - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQList Class Reference (obsolete)

- - -

-#include <ntqlist.h>
- -

The TQList class has been renamed TQPtrList in TQt 3.0. - - -


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- diff --git a/doc/html/porting.html b/doc/html/porting.html index 19f45c3e7..24c53efe3 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -398,15 +398,13 @@ use of the safe qstr* variants directly or ensure that no 0 pointer is passed to the standard C functions in your code base.

Collection Class Renaming

-

The classes TQArray, TQCollection, TQList, TQListIterator, TQQueue, TQStack +

The classes TQArray, TQCollection, TQQueue, TQStack and TQVector have been renamed. To ease porting, the old names and the old header-file names are still supported.

Old Name New Name New Header File
TQArray TQMemArray <ntqmemarray.h>
TQCollection TQPtrCollection <ntqptrcollection.h> -
TQList TQPtrList <ntqptrlist.h> -
TQListIterator TQPtrListIterator <ntqptrlist.h>
TQQueue TQPtrQueue <ntqptrqueue.h>
TQStack TQPtrStack <ntqptrstack.h>
TQVector TQPtrVector <ntqptrvector.h> diff --git a/doc/html/porting2.html b/doc/html/porting2.html index f53af35de..3402721cb 100644 --- a/doc/html/porting2.html +++ b/doc/html/porting2.html @@ -202,7 +202,7 @@ function that is not in a subclass of TQListViewIte

Collection classes

The collection classes include generic classes such as TQGDict, TQGList, and -the subclasses such as TQDict and TQList. +the subclasses such as TQDict and TQPtrList.

The macro-based TQt collection classes are obsolete; use the template-based classes instead. Simply remove includes of ntqgeneric.h and replace e.g. Q_DECLARE(TQCache,TQPixmap) with TQCache. diff --git a/doc/html/qlistiterator.html b/doc/html/qlistiterator.html deleted file mode 100644 index c75f0689c..000000000 --- a/doc/html/qlistiterator.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -TQListIterator Class Reference (obsolete) - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQListIterator Class Reference (obsolete)

- - -

-#include <ntqlist.h>
- -

The TQListIterator class has been renamed TQPtrListIterator in -TQt 3.0. - - -


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- diff --git a/doc/html/qptrlist-h.html b/doc/html/qptrlist-h.html index 6f212c6cb..d3d5dc02d 100644 --- a/doc/html/qptrlist-h.html +++ b/doc/html/qptrlist-h.html @@ -221,11 +221,6 @@ public: { TQGListIterator::operator=(it); return *this; } }; -#ifndef TQT_NO_COMPAT -#define TQList TQPtrList -#define TQListIterator TQPtrListIterator -#endif - #define Q_DEFINED_QPTRLIST #include "ntqwinexport.h" diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index cfa7b6891..f74a43122 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -10119,12 +10119,6 @@
qfont-examples
-
- QList Class Reference (obsolete) -
-
- QListIterator Class Reference (obsolete) -
QMag
diff --git a/doc/html/titleindex b/doc/html/titleindex index 3958ab06b..90d8dbc6a 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -568,7 +568,6 @@ QLibrary Class | ntqlibrary.html QLibrary Member List | qlibrary-members.html QLineEdit Class | ntqlineedit.html QLineEdit Member List | qlineedit-members.html -QList Class Reference (obsolete) | ntqlist.html QListBox Class | ntqlistbox.html QListBox Member List | qlistbox-members.html QListBoxItem Class | qlistboxitem.html @@ -577,7 +576,6 @@ QListBoxPixmap Class | qlistboxpixmap.html QListBoxPixmap Member List | qlistboxpixmap-members.html QListBoxText Class | qlistboxtext.html QListBoxText Member List | qlistboxtext-members.html -QListIterator Class Reference (obsolete) | qlistiterator.html QListView Class | ntqlistview.html QListView Member List | qlistview-members.html QListViewItem Class | qlistviewitem.html -- cgit v1.2.1