summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/kbabeldict/main.cpp')
-rw-r--r--kbabel/kbabeldict/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/kbabeldict/main.cpp b/kbabel/kbabeldict/main.cpp
index fb783fa4..9cdffa29 100644
--- a/kbabel/kbabeldict/main.cpp
+++ b/kbabel/kbabeldict/main.cpp
@@ -111,8 +111,8 @@ int main(int argc, char **argv)
{
KLocale::setMainCatalogue("kbabel");
- KAboutData about("kbabeldict",I18N_NOOP("KBabel - Dictionary"),VERSION,
- I18N_NOOP("A dictionary for translators"),KAboutData::License_GPL,
+ TDEAboutData about("kbabeldict",I18N_NOOP("KBabel - Dictionary"),VERSION,
+ I18N_NOOP("A dictionary for translators"),TDEAboutData::License_GPL,
I18N_NOOP("(c) 2000,2001,2002,2003 The KBabeldict developers"),0,"http://kbabel.kde.org");
about.addAuthor("Matthias Kiefer",I18N_NOOP("Original author"),"kiefer@kde.org");