diff --git systemsettings/app/SettingsBase.cpp systemsettings/app/SettingsBase.cpp
index 74ccd4f..c08fce7 100644
|
|
void SettingsBase::initHelpMenu() |
159 | 159 | // Add the custom actions |
160 | 160 | aboutModuleAction = actionCollection()->addAction( KStandardAction::AboutApp, "help_about_module", this, SLOT(about()) ); |
161 | 161 | changeAboutMenu( 0, aboutModuleAction, i18n("About Active Module") ); |
| 162 | aboutModuleAction->setMenuRole(QAction::NoRole); |
162 | 163 | aboutViewAction = actionCollection()->addAction( KStandardAction::AboutApp, "help_about_view", this, SLOT(about()) ); |
| 164 | aboutViewAction->setMenuRole(QAction::NoRole); |
163 | 165 | } |
164 | 166 | |
165 | 167 | void SettingsBase::initConfig() |