Re: KDialogButtonBox

2010-12-27 Thread Steven Sroka
On 27 December 2010 19:29, Giovanni Venturi wrote: > On Tuesday, December 28, 2010 01:01:26 am Steven Sroka wrote: >> I've got a problem with a program of mine because it always looks for >> slots in the superclass (KDialogButtonBox) only and not also in the >> derived class. >> > When you derive

Re: KDialogButtonBox

2010-12-27 Thread Giovanni Venturi
On Tuesday, December 28, 2010 01:01:26 am Steven Sroka wrote: > I've got a problem with a program of mine because it always looks for > slots in the superclass (KDialogButtonBox) only and not also in the > derived class. > When you derive the class you need to add Q_OBJECT after the "{". Just so y

Re: KDialogButtonBox

2010-12-27 Thread Albert Astals Cid
A Dimarts, 28 de desembre de 2010, Steven Sroka va escriure: > I've got a problem with a program of mine because it always looks for > slots in the superclass (KDialogButtonBox) only and not also in the > derived class. > > I've created my slot in my subclass, but when my program gets to this line

KDialogButtonBox

2010-12-27 Thread Steven Sroka
I've got a problem with a program of mine because it always looks for slots in the superclass (KDialogButtonBox) only and not also in the derived class. I've created my slot in my subclass, but when my program gets to this line: connect(nextButton, SIGNAL(clicked()), this, SLOT(next())); It compl

[SOLVED] Re: old bug since KDE3 , device auto ejecting ?

2010-12-27 Thread Aaron Lewis
Just upgraded to RC1 (4.5.90) , and finally i got it , last time it crashes because i forgot to remove ~/.kde4/apps/config/plasma-* and rebuild all plasma related addons , so it crashes .. And it Seems my 3G Device was not rejected anymore ! I've up for a 30 minutes , and no suspend for my network

ioslave + KNotification problem

2010-12-27 Thread ch_weil
hi, http://gitweb.kde.org/scratch/weilbach/kio_magnet.git/blob/HEAD:/dbushandler.cpp : 344+ i've tried to access the static KNotification::event call to notify the user about a newly loaded torrent. It doesn't work. The load function is called from the slaves thread, so there might be a probl