|
|
|
@ -19,7 +19,6 @@ |
|
|
|
#include <QSessionManager> |
|
|
|
#include <QSessionManager> |
|
|
|
|
|
|
|
|
|
|
|
#include <KAboutData> |
|
|
|
#include <KAboutData> |
|
|
|
#include <KQuickAddons/QtQuickSettings> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef WITH_KUSERFEEDBACKCORE |
|
|
|
#ifdef WITH_KUSERFEEDBACKCORE |
|
|
|
#include "userfeedback.h" |
|
|
|
#include "userfeedback.h" |
|
|
|
@ -93,8 +92,6 @@ int main(int argc, char *argv[]) |
|
|
|
// This does not make much sense for plasmashell.
|
|
|
|
// This does not make much sense for plasmashell.
|
|
|
|
app.removeLibraryPath(QCoreApplication::applicationDirPath()); |
|
|
|
app.removeLibraryPath(QCoreApplication::applicationDirPath()); |
|
|
|
|
|
|
|
|
|
|
|
KQuickAddons::QtQuickSettings::init(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KAboutData aboutData(QStringLiteral("plasmashell"), i18n("Plasma"), QStringLiteral(PROJECT_VERSION), i18n("Plasma Shell"), KAboutLicense::GPL); |
|
|
|
KAboutData aboutData(QStringLiteral("plasmashell"), i18n("Plasma"), QStringLiteral(PROJECT_VERSION), i18n("Plasma Shell"), KAboutLicense::GPL); |
|
|
|
|
|
|
|
|
|
|
|
KAboutData::setApplicationData(aboutData); |
|
|
|
KAboutData::setApplicationData(aboutData); |
|
|
|
|