diff options
Diffstat (limited to 'noatun')
-rw-r--r-- | noatun/app/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/app/main.cpp b/noatun/app/main.cpp index 3aae6274..f78dc506 100644 --- a/noatun/app/main.cpp +++ b/noatun/app/main.cpp @@ -16,8 +16,8 @@ static KCmdLineOptions options[] = extern "C" KDE_EXPORT int kdemain(int argc, char **argv) { - KAboutData aboutData("noatun", I18N_NOOP("Noatun"), - version, description, KAboutData::License_BSD, + TDEAboutData aboutData("noatun", I18N_NOOP("Noatun"), + version, description, TDEAboutData::License_BSD, I18N_NOOP("(c) 2000-2004, The Noatun Developers"), 0, "http://noatun.kde.org"); aboutData.addAuthor("Charles Samuels", I18N_NOOP("Noatun Developer"), |