From f8cdf8c2e3eabaf5e0c05791579e05cccd64fdd2 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 23 Jun 2010 21:16:20 +0000 Subject: [PATCH] setUseGlobalSettings(false); should work also with applications that start with plasma- svn path=/trunk/KDE/kdelibs/; revision=1141943 --- theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.cpp b/theme.cpp index a83f58c70..8fd1cd016 100644 --- a/theme.cpp +++ b/theme.cpp @@ -111,7 +111,7 @@ public: if (!useGlobal) { QString app = KGlobal::mainComponent().componentName(); - if (!app.isEmpty() && !app.startsWith("plasma-")) { + if (!app.isEmpty()) { kDebug() << "using theme for app" << app; groupName.append("-").append(app); }