From kde-core-devel Mon Sep 26 16:27:37 2005 From: Matt Newell Date: Mon, 26 Sep 2005 16:27:37 +0000 To: kde-core-devel Subject: Re: KApplication::cut().... Message-Id: <200509260927.37374.newellm () blur ! com> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=112775201115518 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