diff --git a/plasmoid/package/contents/ui/FullRepresentation.qml b/plasmoid/package/contents/ui/FullRepresentation.qml index abab7a3f5..93df63c7f 100644 --- a/plasmoid/package/contents/ui/FullRepresentation.qml +++ b/plasmoid/package/contents/ui/FullRepresentation.qml @@ -58,7 +58,7 @@ PlasmaExtras.Representation { helpfulAction: Action { text: i18n("Pair a Device...") icon.name: "list-add" - onTriggered: KdeConnect.DaemonDbusInterface.openConfiguration() + onTriggered: KdeConnect.OpenConfig.openConfiguration() enabled: pairedDevicesModel.count == 0 && KCMShell.authorize("kcm_kdeconnect.desktop").length > 0 }