Some fairly recent changes broke KDE and I'm trying to fix them but I
don't quite follow what's been done.

I have to implement a virtual method update() to un-abstractise my Form
derived classes, but I also need an updateSlot(bool) method to connect
with SigC.

Why do I need two separate things like this, it seems ugly. Is KDE
frontend really being punished for xforms stuff ? Why can't the virtual
method by update(bool sw=false) ???

Must I really add :

        virtual void update() { updateSlot(false); };

to every FormXXX.h header file in KDE ?

thanks for any hints

john

-- 
"It is well to remember, my son, that the entire population of the
 universe, with one trifling exception, is composed of others."
        - John Andrew Holmes 

Reply via email to