From e61e756e7f0c1188ae3ecdbdc2223d6025e7f985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Tr=C3=B6scher?= Date: Wed, 21 Sep 2011 17:09:25 +0200 Subject: fixed my name and email, put myselve into developers list REVIEWED-BY: trustMe --- src/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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); -- cgit v1.2.1