On Monday 26 September 2005 04:50, Benjamin Meyer wrote: > Ok, attached is a new patch. Rather then going into KMainWindow or making > a new slotsClass, I have added several new functions to kstdaction such as: > > KAction *cut(KActionCollection* parent); > > These create a AutomaticAction which is a (kstdaction private) subclass of > KAction that have the invokeMethod call. > > Please RFC In kstdaction.cpp:262 you have return buildAutomaticAction(parent, Clear, SLOT(cleare())); I'm guessing that is a typo? Matt