diff options
-rw-r--r-- | src/main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp index 422025aa..a9082d7a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -128,6 +128,11 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) "furkanuzumcu@gmail.com", ""); + about.addAuthor(ki18n("Johannes Tröscher"), + ki18n("QGraphicsEffect expert. Tabbar highlight animation"), + "fritz_van_tom@hotmail.com", + ""); + // --------------- about credits ----------------------------- about.addCredit(ki18n("Dawit Alemayehu"), ki18n("KDEWebKit (main) developer. And KIO. And KUriFilter. And more.."), @@ -179,11 +184,6 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) "jondeandres@gmail.com", ""); - about.addCredit(ki18n("Johannes Troscher"), - ki18n("QGraphicsEffect expert. Tabbar highlight animation"), - "fritz_van_tomas@hotmail.com", - ""); - // Initialize command line args KCmdLineArgs::init(argc, argv, &about); |