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/kcmdolphinviewmodes.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/kcmdolphinviewmodes.cpp')
| -rw-r--r-- | src/settings/kcm/kcmdolphinviewmodes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/kcm/kcmdolphinviewmodes.cpp b/src/settings/kcm/kcmdolphinviewmodes.cpp index 0c287ed22..57698e0a9 100644 --- a/src/settings/kcm/kcmdolphinviewmodes.cpp +++ b/src/settings/kcm/kcmdolphinviewmodes.cpp @@ -17,7 +17,7 @@ #include <QTabWidget> #include <QVBoxLayout> -K_PLUGIN_FACTORY(KCMDolphinViewModesConfigFactory, registerPlugin<DolphinViewModesConfigModule>();) +K_PLUGIN_CLASS_WITH_JSON(DolphinViewModesConfigModule, "kcmdolphinviewmodes.json") DolphinViewModesConfigModule::DolphinViewModesConfigModule(QWidget *parent, const QVariantList &args) : KCModule(parent, args), |
