summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJohannes Tröscher <fritz_van_tom@hotmail.com>2011-09-21 17:09:25 +0200
committerJohannes Tröscher <fritz_van_tom@hotmail.com>2011-09-21 17:09:25 +0200
commite61e756e7f0c1188ae3ecdbdc2223d6025e7f985 (patch)
treec93fca98b5ad1114282ef2acb32e589dc7ce8ff9 /src/main.cpp
parentadd margin for notifyLabel (diff)
downloadrekonq-e61e756e7f0c1188ae3ecdbdc2223d6025e7f985.tar.xz
fixed my name and email, put myselve into developers list
REVIEWED-BY: trustMe
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp10
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);