diff --git a/krunner/view.cpp b/krunner/view.cpp --- a/krunner/view.cpp +++ b/krunner/view.cpp @@ -60,7 +60,7 @@ //used only by screen readers setTitle(i18n("KRunner")); - m_config = KConfigGroup(KSharedConfig::openConfig(QStringLiteral("krunnerrc")), "General"); + m_config = KConfigGroup(KSharedConfig::openConfig(), "General"); loadConfig();