Removed obsolete Qt2's TQList/TQListIterator classes and replaced

with TQt3's TQPtrList/TQPtrListIterator ones.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 yıl önce
ebeveyn 236600854b
işleme 7a47f8a625
İmzalayan: MicheleC
GPG Anahtar Kimliği: 2A75B7CA8ADED5CF

@ -42,7 +42,7 @@ public:
void addMap(const TQString &);
/**
* Adds all maps of the given TQList to the ListView
* Adds all maps of the given TQPtrList to the ListView
*/
void addMaps(TQPtrList<MapTag> *);

@ -1209,7 +1209,7 @@ private:
KDockWidget::DockPosition curPos;
/**
* A TQList of all objects that are important for docking.
* A TQPtrList of all objects that are important for docking.
* Some serve as group widgets of dockwidgets, others encapsulate normal widgets.
*/
TQObjectList* childDock;

Yükleniyor…
İptal
Kaydet