Fwd: Fwd: I can't start kde 3

2012-01-16 Thread Michael Parchet
Hello, I have installed kde 3 on mac os x lion using macport but I have an error message. The macport community as no answers for my question. I send you this email to ask your opinon about my problem. Have you a support for kde on mac os x lion ? Tans for your help Best regards mparchet

Re: extracting mime type comments for i18n

2012-01-16 Thread Albert Astals Cid
El Diumenge, 15 de gener de 2012, a les 19:39:55, Robby Stephenson va escriure: > Hi, > > As I understand it, the proper way to define a mimetype with the > shared-mime-info framework is to use an XML file, and install it in > the xdg mime directory. How do I set up my KDE application so scripty

Re: Can't use read() in class derived from KIO::SlaveBase

2012-01-16 Thread Tomaz Canabrava
you need to call a function that has the same name as the class-method, you can use ::read(); if I'm not mistaken Blah::Blah(){ read(); <- class method read. ::read(); <- outside of the class, function read. } On Mon, Jan 16, 2012 at 7:33 AM, Philipp Schmidt wrote: > Hi, > > > > while

Can't use read() in class derived from KIO::SlaveBase

2012-01-16 Thread Philipp Schmidt
Hi, while implementing the get() method of my MTP Kio-Slave I ran into the problem that SlaveBase implements a read() function itself, therefore the compiler tells me there is no candidate for read(int fd, void* buffer, int length) [...]/kio_mtp.cpp:160:50: error: no matching function for call