2010-12-26 00:05, Erik skrev:
> 2010-12-25 15:50, Oswald Buddenhagen skrev:
>> On Sat, Dec 25, 2010 at 08:01:46AM +0100, Erik wrote:
>>> +// clean up after X.h/Xlib.h
>>> +#undef Bool
>>> +#undef Unsorted
>>>
>> #include
>
> Thanks, here is a patch that uses that:
Bug report created: https://bugs.
Hi Dario,
first of all: thanks for the reply!
In this days, thinking about a solution, I get to the point to try to
write a helper in C++ and you confirmed my idea. But there are some
problems. I'm writing a KDE interface for an existing python program
(timekpr). This program have a library for ac
Hi Simone,
ideally, you probably want to write the helper in C++ and access KAuth's API
from pykde, which should provide it. I never tried creating a helper in a
language different than C++, but usually, if your application is designed
well, you need to write a very small portion of code in the he