[PyKDE] PyKDE uses qt2 compat header
Andreas Pakulat
apaku at gmx.de
Sun Apr 23 13:28:38 BST 2006
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/'
Also I noticed a few warnings about inclusion of internal headers from
KDE in the kdeprint-part. And a few warnings about returning addresses
from temporary objects:
sip/kmdi/kmdichildfrm.sip: In function ‘PyObject* convertFrom_QDict_0500QWidget_FocusPolicy(void*, PyObject*)’:
sip/kmdi/kmdichildfrm.sip:223: warning: taking address of temporary
Andreas
--
You are wise, witty, and wonderful, but you spend too much time reading
this sort of trash.
More information about the PyQt
mailing list