setUseGlobalSettings(false); should work also with applications that start with plasma-
svn path=/trunk/KDE/kdelibs/; revision=1141943
This commit is contained in:
parent
0543ed0f15
commit
f8cdf8c2e3
@ -111,7 +111,7 @@ public:
|
|||||||
if (!useGlobal) {
|
if (!useGlobal) {
|
||||||
QString app = KGlobal::mainComponent().componentName();
|
QString app = KGlobal::mainComponent().componentName();
|
||||||
|
|
||||||
if (!app.isEmpty() && !app.startsWith("plasma-")) {
|
if (!app.isEmpty()) {
|
||||||
kDebug() << "using theme for app" << app;
|
kDebug() << "using theme for app" << app;
|
||||||
groupName.append("-").append(app);
|
groupName.append("-").append(app);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user