diff options
Diffstat (limited to 'kaudiocreator/main.cpp')
-rw-r--r-- | kaudiocreator/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaudiocreator/main.cpp b/kaudiocreator/main.cpp index 16fb3631..8bd6c94b 100644 --- a/kaudiocreator/main.cpp +++ b/kaudiocreator/main.cpp @@ -31,8 +31,8 @@ static const KCmdLineOptions options[] = { int main(int argc, char *argv[]){ - KAboutData aboutData("kaudiocreator", I18N_NOOP("KAudioCreator"), "1.13", - I18N_NOOP("CD ripper and audio encoder frontend"), KAboutData::License_LGPL, "(c) 2003-2005, Benjamin Meyer", + TDEAboutData aboutData("kaudiocreator", I18N_NOOP("KAudioCreator"), "1.13", + I18N_NOOP("CD ripper and audio encoder frontend"), TDEAboutData::License_LGPL, "(c) 2003-2005, Benjamin Meyer", 0, "http://www.icefox.net/"); aboutData.addAuthor("Benjamin Meyer", I18N_NOOP("Original author"), "ben+kaudiocreator@meyerhome.net", "http://www.icefox.net/"); |