Enable all buttons in Scripts KCM
Apply button is required in Systemsettings.
This commit is contained in:
parent
ea5c84dd35
commit
04701b3057
1 changed files with 0 additions and 3 deletions
|
@ -61,9 +61,6 @@ Module::Module(QWidget *parent, const QVariantList &args) :
|
|||
connect(ui->importScriptButton, SIGNAL(clicked()), SLOT(importScript()));
|
||||
connect(ui->ghnsButton, SIGNAL(clicked(bool)), SLOT(slotGHNSClicked()));
|
||||
|
||||
// We have no help and defaults and apply buttons.
|
||||
setButtons(buttons() ^ KCModule::Help ^ KCModule::Default ^ KCModule::Apply);
|
||||
|
||||
updateListViewContents();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue