On Wednesday 14 February 2007, Bertjan Broeksema wrote: > SVN commit 633698 by bbroeksema: > > Use QPtrList in stead of QValueVector. > I would recommend against using QPtrList in new code. QPtrList is not const correct, has dangerous first/next iterators, is difficult to port to KDE4. I suggest QValueVector or QValueList instead. Or, looking at how it's used in this code... a QValueList subclass with a find(conduit,pid) method :) -- David Faure, faure@kde.org, dfaure@klaralvdalens-datakonsult.se KDE/KOffice developer, Qt consultancy projects Klarälvdalens Datakonsult AB, Platform-independent software solutions