diff --git a/launcher/src/main.cpp b/launcher/src/main.cpp index d107441..7ce93fa 100755 --- a/launcher/src/main.cpp +++ b/launcher/src/main.cpp @@ -5,7 +5,7 @@ #include #include #include -#include // NOTE: do not remove this, if your IDE suggests to do so +#include // NOTE: do not remove this, if your IDE suggests to do so #include #include #include @@ -30,7 +30,7 @@ int main(int argc, char *argv[]) KIconTheme::initTheme(); - const QGuiApplication app(argc, argv); + const QApplication app(argc, argv); const KDSingleApplication singleApplication; if (!singleApplication.isPrimaryInstance()) {