diff options
| author | Alexander Lohnau <[email protected]> | 2021-09-02 20:11:11 +0200 |
|---|---|---|
| committer | Alexander Lohnau <[email protected]> | 2021-10-09 14:14:27 +0200 |
| commit | 2f5e4cb02933e3317098bdf090b3f6103061d4ae (patch) | |
| tree | d8f1363cf7b64cadd3479a893a71a8ef18540bd3 /src/settings/kcm/kcmdolphinnavigation.cpp | |
| parent | 1937681d50d12a8c1a7f21c854aa99d3f4b0277b (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/kcmdolphinnavigation.cpp')
| -rw-r--r-- | src/settings/kcm/kcmdolphinnavigation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/kcm/kcmdolphinnavigation.cpp b/src/settings/kcm/kcmdolphinnavigation.cpp index f749628ab..c8a011ab7 100644 --- a/src/settings/kcm/kcmdolphinnavigation.cpp +++ b/src/settings/kcm/kcmdolphinnavigation.cpp @@ -13,7 +13,7 @@ #include <QVBoxLayout> -K_PLUGIN_FACTORY(KCMDolphinNavigationConfigFactory, registerPlugin<DolphinNavigationConfigModule>();) +K_PLUGIN_CLASS_WITH_JSON(DolphinNavigationConfigModule, "kcmdolphinnavigation.json") DolphinNavigationConfigModule::DolphinNavigationConfigModule(QWidget *parent, const QVariantList &args) : KCModule(parent, args), |
