don't depend from shellpluginloader

This commit is contained in:
Marco Martin 2013-09-02 19:26:48 +02:00
parent 03b812ea06
commit 9252de77f9

View File

@ -31,7 +31,6 @@
#include <config-prefix.h>
#include "shellcorona.h"
#include "shellpluginloader.h"
static const QString s_shellsDir(
QString(CMAKE_INSTALL_PREFIX) + "/" + DATA_INSTALL_DIR + "/" + "plasma/shells/");
@ -59,7 +58,6 @@ public:
ShellManager::ShellManager()
: d(new Private())
{
ShellPluginLoader::init();
connect(
&d->shellUpdateDelay, &QTimer::timeout,