Skip to content

Fix config dialog apply/ok not doing anything

Albert Astals Cid requested to merge work/aacid/475891 into master

If we set new buttons we create new buttons and the connects done in the KConfigDialogPrivate constructor are lost.

Also, why set new buttons that hide the "Set defaults" button, let the default button set of KConfigDialog shine :)

BUGS: 475891

Merge request reports