From 9252de77f99a161fd89cd2acc6cd4425ef21f25b Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 2 Sep 2013 19:26:48 +0200 Subject: [PATCH] don't depend from shellpluginloader --- src/shell/shellmanager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shell/shellmanager.cpp b/src/shell/shellmanager.cpp index 033463fa3..ad3c708f9 100644 --- a/src/shell/shellmanager.cpp +++ b/src/shell/shellmanager.cpp @@ -31,7 +31,6 @@ #include #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,