the app is no longer "plasma" and we have several of them, so fix this matching

svn path=/trunk/KDE/kdelibs/; revision=1138352
This commit is contained in:
Aaron J. Seigo 2010-06-15 20:08:46 +00:00
parent 5df21d2137
commit 404981d52b

View File

@ -111,7 +111,7 @@ public:
if (!useGlobal) {
QString app = KGlobal::mainComponent().componentName();
if (!app.isEmpty() && app != "plasma") {
if (!app.isEmpty() && !app.startsWith("plasma-")) {
kDebug() << "using theme for app" << app;
groupName.append("-").append(app);
}