Re: [PyKDE] Extra args in KDialogBase.slotOk, slotCancel

2004-05-13 Thread Jim Bublitz
On Thursday 13 May 2004 00:45, Troy Melhase wrote: Hi Folks: I've noticed a strange difference between pykde-3.8 and pykde-3.11rc1. The methods 'slotOk' and 'slotCancel' on KDialogBase now expect two args: one for the instance (i.e., self) and another, unnamed argument. Both methods

Re: [PyKDE] PyKDE-3.11rc1 release

2004-05-13 Thread Simon Edwards
On Thursday 13 May 2004 03:38, Paul Evans wrote: On Saturday 08 May 2004 11:43 am, Jim Bublitz wrote: Requirements: sip3.10.1 or sip4 (20040504 snapshot or a later snapshot or release - earlier snapshots or 4.0rc3 will NOT work), PyQt-3.11 or a later snapshot or release, Python2.2.2 or

[PyKDE] Extra args in KDialogBase.slotOk, slotCancel

2004-05-13 Thread Troy Melhase
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Folks: I've noticed a strange difference between pykde-3.8 and pykde-3.11rc1. The methods 'slotOk' and 'slotCancel' on KDialogBase now expect two args: one for the instance (i.e., self) and another, unnamed argument. Both methods previously

Re: [PyKDE] Extra args in KDialogBase.slotOk, slotCancel

2004-05-13 Thread Phil Thompson
Looks like this is a SIP4 bug (I haven't checked SIP3). Phil On Thursday 13 May 2004 8:55 pm, Troy Melhase wrote: On Thursday 13 May 2004 07:42 am, Jim Bublitz wrote: Could you post a short example, or at least your slotOK method and the connect stmt that goes with it? As you indicate,