]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/main.cpp
Remove K_EXPORT_PLUGIN
[dolphin.git] / src / main.cpp
index 2eada9aab173f66bcf5f5039909d5725608c74a2..bcd19d4d202a4d56b2b9cee325235a552f002557 100644 (file)
 
 #include <k4aboutdata.h>
 #include <KCmdLineArgs>
-#include <KLocale>
+#include <KLocalizedString>
 #include <kmainwindow.h>
-#include <kdemacros.h>
 #include <kdeversion.h>
 #include <KDebug>
 
-extern "C"
-KDE_EXPORT int kdemain(int argc, char **argv)
+extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv)
 {
     K4AboutData about("dolphin", 0,
                      ki18nc("@title", "Dolphin"),
-                     KDE_VERSION_STRING,
+                     "4.60",
                      ki18nc("@title", "File Manager"),
                      K4AboutData::License_GPL,
-                     ki18nc("@info:credit", "(C) 2006-2014 Peter Penz and Frank Reininghaus"));
+                     ki18nc("@info:credit", "(C) 2006-2014 Peter Penz, Frank Reininghaus, and Emmanuel Pescosta"));
     about.setHomepage("http://dolphin.kde.org");
+    about.addAuthor(ki18nc("@info:credit", "Emmanuel Pescosta"),
+                    ki18nc("@info:credit", "Maintainer (since 2014) and developer"),
+                    "emmanuelpescosta099@gmail.com");
     about.addAuthor(ki18nc("@info:credit", "Frank Reininghaus"),
-                    ki18nc("@info:credit", "Maintainer (since 2012) and developer"),
+                    ki18nc("@info:credit", "Maintainer (2012-2014) and developer"),
                     "frank78ac@googlemail.com");
     about.addAuthor(ki18nc("@info:credit", "Peter Penz"),
                     ki18nc("@info:credit", "Maintainer and developer (2006-2012)"),
@@ -52,9 +53,6 @@ KDE_EXPORT int kdemain(int argc, char **argv)
     about.addAuthor(ki18nc("@info:credit", "David Faure"),
                     ki18nc("@info:credit", "Developer"),
                     "faure@kde.org");
-    about.addAuthor(ki18nc("@info:credit", "Emmanuel Pescosta"),
-                    ki18nc("@info:credit", "Developer"),
-                    "emmanuelpescosta099@gmail.com");
     about.addAuthor(ki18nc("@info:credit", "Aaron J. Seigo"),
                     ki18nc("@info:credit", "Developer"),
                     "aseigo@kde.org");