Re: How to add a menu-item to the Settings menu

2011-12-02 Thread Thomas Baumgart
Hi, on Saturday 03 December 2011 02:08:05 mtk...@btinternet.com wrote: > HI. > > I am developing a kde application with a main window derived from > KXmlGuiWindow. I want to add an action to the menu to configure the > application. Since there is a Settings menu by default, I want to add the > a

How to add a menu-item to the Settings menu

2011-12-02 Thread mtk001
HI. I am developing a kde application with a main window derived from KXmlGuiWindow. I want to add an action to the menu to configure the application. Since there is a Settings menu by default, I want to add the action to that. Trouble is I can't seem to get a handle on the Settings menu. Can a