Tim Beaulen schrieb:
> It's part of kactioncollection
Thanks for this pointer,
but how could the code in ktoolbar.cpp work, when KAction has no
associatedWidgets() ?
KAction *tbAction = kmw->toolBarMenuAction();
if ( !toolBarsLocked() && tbAction &&
tbAction->associatedWidgets().count() > 0 )
Ralf