diff --git a/indicator/main.cpp b/indicator/main.cpp index 5847b3e46..78386bb78 100644 --- a/indicator/main.cpp +++ b/indicator/main.cpp @@ -81,7 +81,7 @@ int main(int argc, char **argv) QObject::connect(configure, &QAction::triggered, configure, [&dialog]() { if (dialog == nullptr) { dialog = new KCMultiDialog; - dialog->addModule(KPluginMetaData(QStringLiteral("kcm_kdeconnect"))); + dialog->addModule(KPluginMetaData(QStringLiteral("plasma/kcms/systemsettings_qwidgets/kcm_kdeconnect"))); dialog->setAttribute(Qt::WA_DeleteOnClose); dialog->show(); dialog->raise();