#include "dolphin_iconsmodesettings.h"
#include "viewpropsprogressinfo.h"
-#include <config-baloo.h>
-
#include <KLocalizedString>
#include <KMessageBox>
-#include <QUrl>
#include <KComboBox>
-#include <KConfigGroup>
#include <KWindowConfig>
#include <QButtonGroup>
#include <QLabel>
#include <QPushButton>
#include <QRadioButton>
-#include <QDialogButtonBox>
-#include <QVBoxLayout>
#include <views/viewproperties.h>
layout->addWidget(buttonBox);
auto okButton = buttonBox->button(QDialogButtonBox::Ok);
- okButton->setShortcut(Qt::CTRL | Qt::Key_Return);
+ okButton->setShortcut(Qt::CTRL + Qt::Key_Return);
okButton->setDefault(true);
auto applyButton = buttonBox->button(QDialogButtonBox::Apply);