Revert "kcmutils: fix kcm plugin path"

This reverts commit cb922bbd5855aba00b96f223dce50c4556472a25.
This commit is contained in:
Thomas Tuegel 2017-05-27 13:13:07 -05:00
parent 7c850a0fd6
commit 6ba0ab1b92
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59
2 changed files with 0 additions and 14 deletions

View file

@ -1,13 +0,0 @@
Index: kcmutils-5.33.0/src/kcmoduleloader.cpp
===================================================================
--- kcmutils-5.33.0.orig/src/kcmoduleloader.cpp
+++ kcmutils-5.33.0/src/kcmoduleloader.cpp
@@ -93,7 +93,7 @@ KCModule *KCModuleLoader::loadModule(con
if (module) {
return module;
} else {
- KPluginLoader loader(KPluginLoader::findPlugin(QLatin1String("kcms/") + mod.service()->library()));
+ KPluginLoader loader(KPluginLoader::findPlugin(mod.service()->library()));
KPluginFactory* factory = loader.factory();
if (!factory) {
qWarning() << "Error loading KCM plugin" << mod.service()->library() << loader.errorString();

View file

@ -1,3 +1,2 @@
kcmutils-follow-symlinks.patch
kcmutils-debug-module-loader.patch
kcmutils-fix-plugin-path.patch