summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d0458f1a..d465d50f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -53,6 +53,11 @@ int main(int argc, char **argv)
"adjam7@gmail.com",
"http://www.adjam.org");
+// about.addAuthor(ki18n("your name"),
+// ki18n("your role"),
+// "your mail",
+// "your site");
+
// Initialize command line args
KCmdLineArgs::init(argc, argv, &about);