diff --git a/kcms/runners/kcm.h b/kcms/runners/kcm.h --- a/kcms/runners/kcm.h +++ b/kcms/runners/kcm.h @@ -1,5 +1,6 @@ /* Copyright (c) 2014 Vishesh Handa + Copyright (c) 2020 Alexander Lohnau This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/kcms/runners/kcm.cpp b/kcms/runners/kcm.cpp --- a/kcms/runners/kcm.cpp +++ b/kcms/runners/kcm.cpp @@ -1,5 +1,6 @@ /* This file is part of the KDE Project Copyright (c) 2014 Vishesh Handa + Copyright (c) 2020 Alexander Lohnau This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -18,10 +19,7 @@ #include "kcm.h" -#include "kcmutils_version.h" - #include -#include #include #include #include @@ -36,7 +34,6 @@ #include #include #include -#include #include #include @@ -80,16 +77,10 @@ connect(m_pluginSelector, &KPluginSelector::changed, this, &SearchConfigModule::markAsChanged); connect(m_pluginSelector, &KPluginSelector::configCommitted, this, &SearchConfigModule::markAsChanged); - -#if KCMUTILS_VERSION >= QT_VERSION_CHECK(5, 67, 0) connect(m_pluginSelector, &KPluginSelector::defaulted, this, &KCModule::defaulted); -#endif layout->addLayout(headerLayout); layout->addWidget(m_pluginSelector); - - Plasma::RunnerManager *manager = new Plasma::RunnerManager(this); - manager->reloadConfiguration(); } void SearchConfigModule::load()