Re: [PyKDE] PyKDE uses qt2 compat header

2006-04-24 Thread Jim Bublitz
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 corre

Re: [PyKDE] PyKDE uses qt2 compat header

2006-04-24 Thread Andreas Pakulat
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).

Re: [PyKDE] Compile crash

2006-04-24 Thread Phil Thompson
On Monday 24 April 2006 11:50 pm, Jim Bublitz wrote: > On Saturday 22 April 2006 03:02, Andreas Pakulat wrote: > > On 22.04.06 11:42:04, Ondrej Vlach wrote: > > > Sorry, > > > I forgot include information about version of PyKDE > > > So, version is : > > > snapshot20060122 > > > > IIRC that version

Re: [PyKDE] PyKDE uses qt2 compat header

2006-04-24 Thread Jim Bublitz
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 c

Re: [PyKDE] Compile crash

2006-04-24 Thread Jim Bublitz
On Saturday 22 April 2006 03:02, Andreas Pakulat wrote: > On 22.04.06 11:42:04, Ondrej Vlach wrote: > > Sorry, > > I forgot include information about version of PyKDE > > So, version is : > > snapshot20060122 > > IIRC that version cannot be used with the latest sip release. Jim hasn't > had the tim

Re: [PyKDE] Changed to uic API in PyQt4

2006-04-24 Thread Phil Thompson
On Monday 24 April 2006 11:13 pm, Patrick Stinson wrote: > On 4/24/06, Phil Thompson <[EMAIL PROTECTED]> wrote: > > Tonight's PyQt4 snapshot contains changes to the uic module. If you > > import any of the uic functions then you will need to change your code. > > > > If you are just using pyuic4 th

Re: [PyKDE] Changed to uic API in PyQt4

2006-04-24 Thread Patrick Stinson
On 4/24/06, Phil Thompson <[EMAIL PROTECTED]> wrote: > Tonight's PyQt4 snapshot contains changes to the uic module. If you import any > of the uic functions then you will need to change your code. > > If you are just using pyuic4 then you shouldn't be affected. > > PyQt 4.0 beta will be released in

[PyKDE] Changed to uic API in PyQt4

2006-04-24 Thread Phil Thompson
Tonight's PyQt4 snapshot contains changes to the uic module. If you import any of the uic functions then you will need to change your code. If you are just using pyuic4 then you shouldn't be affected. PyQt 4.0 beta will be released in the next couple of days. Phil _

Re: [PyKDE] PyKDE uses qt2 compat header

2006-04-24 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Pakulat wrote: > On 24.04.06 13:47:05, Torsten Marek wrote: >> 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 >>> q

Re: [PyKDE] PyKDE uses qt2 compat header

2006-04-24 Thread Andreas Pakulat
On 24.04.06 13:47:05, Torsten Marek wrote: > 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

Re: [PyKDE] PyKDE uses qt2 compat header

2006-04-24 Thread Andreas Pakulat
On 24.04.06 13:47:05, Torsten Marek wrote: > 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

[PyKDE] Recent sip, PyQt, PyKDE snapshot - error during building kdecore/ void release_Display(void*, int)

2006-04-24 Thread Mateusz Korniak
I have such problem building latest PyKDE: Any hints ? TIA for any help. M python-PyKDE.spec # $Revision: 1.35 $, $Date: 2006/01/14 16:52:53 $ Available branches: AC-branch RA-branch PyKDE-snapshot20060422.tar.gz having proper md5sum already exists Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.391

Re: [PyKDE] PyKDE uses qt2 compat header

2006-04-24 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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 > Debia