Hello, > You don't need to call either doJob nor scheduleJob. Just create the job,> the rest happens atomatically. ok - thanks for the hint. > > but -> I don't get informed about the result/data signals. > receivedResult is never called?? I can't see why this would be the case. > You don't delete the "myclass" instance before the job finishes, right? ohh my god. You're absolutely right! First I just used MyClass tmp(myArg); so now I use MyClass *tmp = new MyClass(myArg); and now it of course works as expected! sorry - for this really basic problem... thank you, stefan walkner >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<