summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJon Ander Peñalba <jonan88@gmail.com>2010-09-02 18:10:46 +0200
committerJon Ander Peñalba <jonan88@gmail.com>2010-09-03 08:27:20 +0200
commitd0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b (patch)
treef89adefce79c8bf0d5cde2e1bc015a443ccb39fe /src/main.cpp
parentThis commit hacks a merge request, to fast fixing a crash calling the bk toolbar (diff)
downloadrekonq-d0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b.tar.xz
Include clean-up in the big src directory
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/main.cpp b/src/main.cpp
index bda272b0..2a5ee528 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -29,12 +29,10 @@
// Local Includes
#include "application.h"
-#include "sessionmanager.h"
// KDE Includes
#include <KAboutData>
#include <KCmdLineArgs>
-#include <KDebug>
static const char description[] =
@@ -69,7 +67,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
ki18n("Developer, Ideas, Mockups, rekonq Icon"),
"megabigbug@yahoo.fr",
"");
-
+
about.addAuthor(ki18n("Johannes Zellner"),
ki18n("Patches, Suggestions, Testing, Bugfixing"),
"webmaster@nebulon.de",
@@ -114,23 +112,23 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
ki18n("Bookmarks code peer reviewer. A fantastic help"),
"jonan88@gmail.com",
"http://identi.ca/jonan");
-
+
about.addAuthor(ki18n("Benjamin Poulain"),
ki18n("The \"QtWebKit guy\". Code quality improvements"),
"ikipou@gmail.com",
"http://www.openyourcode.org/");
-
+
// --------------- about credits -----------------------------
about.addCredit(ki18n("Dawit Alemayehu"),
ki18n("KDEWebKit (main) developer. And KIO. And KUriFilter. And more.."),
"adawit@kde.org",
"");
-
+
about.addCredit(ki18n("Lindsay Mathieson"),
ki18n("Provided Patches & Hints, Discovered Bugs"),
"lindsay.mathieson@gmail.com",
"");
-
+
about.addCredit(ki18n("Abdurrahman AVCI"),
ki18n("Provided Patches & Hints"),
"abdurrahmanavci@gmail.com",