#include "applyviewpropsjob.h"
#include "views/viewproperties.h"
-#include <KConfigGroup>
#include <KLocalizedString>
#include <QDialogButtonBox>
m_viewProps->setAutoSaveEnabled(false);
auto layout = new QVBoxLayout(this);
- setLayout(layout);
m_label = new QLabel(i18nc("@info:progress", "Counting folders: %1", 0), this);
layout->addWidget(m_label);