summaryrefslogtreecommitdiffstats
path: root/kmix/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/main.cpp')
-rw-r--r--kmix/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmix/main.cpp b/kmix/main.cpp
index b1a3cab6..e81fa21b 100644
--- a/kmix/main.cpp
+++ b/kmix/main.cpp
@@ -39,8 +39,8 @@ static KCmdLineOptions options[] =
extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
{
- KAboutData aboutData( "kmix", I18N_NOOP("KMix"),
- APP_VERSION, description, KAboutData::License_GPL,
+ TDEAboutData aboutData( "kmix", I18N_NOOP("KMix"),
+ APP_VERSION, description, TDEAboutData::License_GPL,
I18N_NOOP("(c) 1996-2000 Christian Esken\n(c) 2000-2003 Christian Esken, Stefan Schimanski\n(c) 2002-2005 Christian Esken, Helio Chissini de Castro"));
aboutData.addAuthor("Christian Esken", "Current maintainer", "esken@kde.org");