summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-14 23:30:24 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-14 23:30:24 +0100
commitd5faa8f51e49f058ee64d1ac99f58c2a402e4915 (patch)
treee40147ae4dd061386dfff06839b4a45e9739ef04 /src/main.cpp
parentHighlights inactive tabs if title changes. (diff)
downloadrekonq-d5faa8f51e49f058ee64d1ac99f58c2a402e4915.tar.xz
Added credit for Johannes Troscher
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index dcf996ec..fd37df23 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -179,6 +179,11 @@ 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);