From adc838008b8fb8b4a0c9ba985c87a7d200f56107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Wed, 6 Mar 2013 01:28:08 +0100 Subject: [PATCH] update KAboutData semantics in shell --- src/shell/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/shell/main.cpp b/src/shell/main.cpp index 5ef297fc5..adf96b6c3 100644 --- a/src/shell/main.cpp +++ b/src/shell/main.cpp @@ -37,11 +37,11 @@ static const char version[] = "1.0"; int main(int argc, char** argv) { - KAboutData aboutData("testplasma2", QString(), i18n("Plasma2 test app"), - version, i18n(description), KAboutData::License_GPL, - i18n("Copyright 2012, The KDE Team")); - aboutData.addAuthor(i18n("Marco Martin"), - i18n("Author and maintainer"), + KAboutData aboutData("testplasma2", QByteArray(), qi18n("Plasma2 test app"), + version, qi18n(description), KAboutData::License_GPL, + qi18n("Copyright 2012, The KDE Team")); + aboutData.addAuthor(qi18n("Marco Martin"), + qi18n("Author and maintainer"), "mart@kde.org"); KCmdLineArgs::init(argc, argv, "testplasma2", "",