summaryrefslogtreecommitdiffstats
path: root/cervisia/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/main.cpp')
-rw-r--r--cervisia/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/main.cpp b/cervisia/main.cpp
index 1290995b..9d9c89a9 100644
--- a/cervisia/main.cpp
+++ b/cervisia/main.cpp
@@ -146,8 +146,8 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
{ "annotate <file>", I18N_NOOP("Show annotation dialog for the given file"), 0 },
KCmdLineLastOption
};
- KAboutData about("cervisia", I18N_NOOP("Cervisia"), CERVISIA_VERSION,
- I18N_NOOP("A CVS frontend"), KAboutData::License_GPL,
+ TDEAboutData about("cervisia", I18N_NOOP("Cervisia"), CERVISIA_VERSION,
+ I18N_NOOP("A CVS frontend"), TDEAboutData::License_GPL,
I18N_NOOP("Copyright (c) 1999-2002 Bernd Gehrmann\n"
"Copyright (c) 2002-2007 the Cervisia authors"), 0,
"http://www.kde.org/apps/cervisia");