Port away from KGlobal::mainComponent().componentName()

This commit is contained in:
David Faure 2012-09-16 18:53:38 +02:00
parent 6620a16b73
commit f128824f4b

View File

@ -135,7 +135,7 @@ public:
QString groupName = "Theme";
if (!useGlobal) {
QString app = KGlobal::mainComponent().componentName();
QString app = QCoreApplication::applicationName();
if (!app.isEmpty()) {
#ifndef NDEBUG