On Monday 24 April 2006 16:19, Andreas Pakulat wrote: > On 24.04.06 15:50:37, Jim Bublitz wrote: > > On Sunday 23 April 2006 05:28, Andreas Pakulat wrote: > > > Hi, > > > > > > the latest PyKDE snapshots includes qlist.h in various places, however > > > this is a "deprecated" header file, the correct one to use is > > > qptrlist.h (which is included from qlist.h). I stumbled over this > > > because Debian has split the compatibility headers into a separate > > > package which is not installed here. Would be cool to have this fixed > > > as it's really only a sed 's/qlist.h/qptrlist.h/' > > > > I only found 3 occurrences. Two appear to be obsolete %MappedTypes which > > are no longer referenced anywhere else (deleted those) and the third I > > fixed. If you find more, let me know > > I count 4 here: > > [EMAIL PROTECTED]:~/compiling/python/PyKDE-snapshot20060422>grep -r qlist.h > * sip/kdeui/klistview.sip:#include <qlist.h> > sip/kfile/kfileviewitem.sip:#include <qlist.h> > sip/kfile/kfilebookmark.sip:#include <qlist.h> > sip/khtml/khtmlview.sip:#include <qlist.h>
Right - but only three of those actually used QList. I got 'em all. Jim _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
