From 7accedffa6770e0e4e16edece6480c0caebe4891 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 5 Mar 2013 16:08:09 +0100 Subject: [PATCH] port away from kglobal --- panelview.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/panelview.cpp b/panelview.cpp index 296414093..cb4af2b85 100644 --- a/panelview.cpp +++ b/panelview.cpp @@ -21,7 +21,6 @@ #include #include -#include #include #include @@ -71,7 +70,7 @@ KConfigGroup PanelView::config() const if (!containment()) { return KConfigGroup(); } - KConfigGroup views(KGlobal::config(), "PlasmaViews"); + KConfigGroup views(KSharedConfig::openConfig(), "PlasmaViews"); views = KConfigGroup(&views, QString("Panel %1").arg(containment()->id())); if (containment()->formFactor() == Plasma::Vertical) {