diff --git a/kdecoration/config/CMakeLists.txt b/kdecoration/config/CMakeLists.txt index 45b28544..ac62ef1d 100644 --- a/kdecoration/config/CMakeLists.txt +++ b/kdecoration/config/CMakeLists.txt @@ -1,4 +1,4 @@ -kcoreaddons_add_plugin(kcm_breezedecoration SOURCES kcm_breezedecoration.cpp INSTALL_NAMESPACE "plasma/kcms/systemsettings_qwidgets") +kcoreaddons_add_plugin(kcm_breezedecoration SOURCES kcm_breezedecoration.cpp INSTALL_NAMESPACE "plasma/kcms/breeze") target_include_directories(kcm_breezedecoration PRIVATE ${CMAKE_SOURCE_DIR}/kdecoration ${CMAKE_BINARY_DIR}/kdecoration/) target_link_libraries(kcm_breezedecoration breezecommon5 breezedecoration_STATIC KF5::I18n KF5::CoreAddons KF5::ConfigWidgets Qt::DBus) kcmutils_generate_desktop_file(kcm_breezedecoration) diff --git a/kstyle/config/main.cpp b/kstyle/config/main.cpp index 7a779ccc..d183eded 100644 --- a/kstyle/config/main.cpp +++ b/kstyle/config/main.cpp @@ -28,7 +28,7 @@ int main(int argc, char *argv[]) KCMultiDialog dialog; dialog.setWindowTitle(i18n("Breeze Settings")); dialog.addModule(KPluginMetaData(QStringLiteral("plasma/kcms/systemsettings_qwidgets/breezestyleconfig"))); - dialog.addModule(KPluginMetaData(QStringLiteral("plasma/kcms/systemsettings_qwidgets/kcm_breezedecoration"))); + dialog.addModule(KPluginMetaData(QStringLiteral("plasma/kcms/breeze/kcm_breezedecoration"))); dialog.show(); foreach (auto child, dialog.findChildren()) {