Port away from KGlobal::mainComponent().componentName()
This commit is contained in:
parent
6620a16b73
commit
f128824f4b
@ -135,7 +135,7 @@ public:
|
|||||||
QString groupName = "Theme";
|
QString groupName = "Theme";
|
||||||
|
|
||||||
if (!useGlobal) {
|
if (!useGlobal) {
|
||||||
QString app = KGlobal::mainComponent().componentName();
|
QString app = QCoreApplication::applicationName();
|
||||||
|
|
||||||
if (!app.isEmpty()) {
|
if (!app.isEmpty()) {
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user