unbreak dataengine loading after PLUGIN_INSTALL_DIR change in e-c-m

This commit is contained in:
Hrvoje Senjan 2014-04-28 02:42:02 +02:00
parent 9cd8f9fbeb
commit a4e2b38d51

View File

@ -113,7 +113,7 @@ QString PluginLoaderPrivate::parentAppConstraint(const QString &parentApp)
PluginLoader::PluginLoader() PluginLoader::PluginLoader()
: d(new PluginLoaderPrivate) : d(new PluginLoaderPrivate)
{ {
d->pluginDir = "kf5/plasma/dataengine"; d->pluginDir = "plasma/dataengine";
d->isDefaultLoader = false; d->isDefaultLoader = false;
} }