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/4/head
Michele Calgaro 6 years ago
parent deb3e1e0eb
commit 578577c47f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1115,7 +1115,7 @@ private:
PMDockWidget::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;

@ -97,7 +97,7 @@ KScanOption *KScanDevice::getExistingGuiElement( const TQCString& name )
TQCString alias = aliasName( name );
/* gui_elements is a TQList<KScanOption> */
/* gui_elements is a TQPtrList<KScanOption> */
for( ret = gui_elements.first(); ret != 0; ret = gui_elements.next())
{
if( ret->getName() == alias ) break;

Loading…
Cancel
Save