diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(print-manager VERSION ${RELEASE_SERVICE_VERSION}) set(QT_MIN_VERSION "5.9.0") -set(KF5_MIN_VERSION "5.70.0") +set(KF5_MIN_VERSION "5.71.0") diff --git a/plasmoid/package/contents/ui/printmanager.qml b/plasmoid/package/contents/ui/printmanager.qml --- a/plasmoid/package/contents/ui/printmanager.qml +++ b/plasmoid/package/contents/ui/printmanager.qml @@ -109,6 +109,6 @@ } function action_printerskcm() { - KCMShell.open([printmanager.kcmName]); + KCMShell.openSystemSettings(printmanager.kcmName); } }