On Wed, Jan 30, 2002 at 09:18:03PM +0100, Wilco Greven wrote: > Hello, > > I noticed a comment from David in kaction.h about setExclusiveGroup being a > slot. I can't think of a situation where one wants to change the group more > than once, so I also think it should be turned into a normal method. Should I > change it? Agreed. You could also make the accessor (exclusiveGroup()) non-virtual, I think. Simon