From f128824f4b280043929889ba61862361d78aa098 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 16 Sep 2012 18:53:38 +0200 Subject: [PATCH] Port away from KGlobal::mainComponent().componentName() --- theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.cpp b/theme.cpp index 096f212cd..05c1cd471 100644 --- a/theme.cpp +++ b/theme.cpp @@ -135,7 +135,7 @@ public: QString groupName = "Theme"; if (!useGlobal) { - QString app = KGlobal::mainComponent().componentName(); + QString app = QCoreApplication::applicationName(); if (!app.isEmpty()) { #ifndef NDEBUG