┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/kcm/kcmdolphingeneral.cpp
diff options
context:
space:
mode:
authorAlexander Lohnau <[email protected]>2021-09-02 20:11:11 +0200
committerAlexander Lohnau <[email protected]>2021-10-09 14:14:27 +0200
commit2f5e4cb02933e3317098bdf090b3f6103061d4ae (patch)
treed8f1363cf7b64cadd3479a893a71a8ef18540bd3 /src/settings/kcm/kcmdolphingeneral.cpp
parent1937681d50d12a8c1a7f21c854aa99d3f4b0277b (diff)
Install KCMs in dolphin/kcms namespace
This will allow consumers to load the plugin from this namespace without KServiceTypeTrader being involved.
Diffstat (limited to 'src/settings/kcm/kcmdolphingeneral.cpp')
-rw-r--r--src/settings/kcm/kcmdolphingeneral.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/kcm/kcmdolphingeneral.cpp b/src/settings/kcm/kcmdolphingeneral.cpp
index fd0044325..15419b234 100644
--- a/src/settings/kcm/kcmdolphingeneral.cpp
+++ b/src/settings/kcm/kcmdolphingeneral.cpp
@@ -17,7 +17,7 @@
#include <QTabWidget>
#include <QVBoxLayout>
-K_PLUGIN_FACTORY(KCMDolphinGeneralConfigFactory, registerPlugin<DolphinGeneralConfigModule>();)
+K_PLUGIN_CLASS_WITH_JSON(DolphinGeneralConfigModule, "kcmdolphingeneral.json")
DolphinGeneralConfigModule::DolphinGeneralConfigModule(QWidget *parent, const QVariantList &args) :
KCModule(parent, args),