diff options
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-x | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index bab7fa9..06dd9ae 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,8 +30,8 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("soundkonverter", I18N_NOOP("soundKonverter"), version, description, - KAboutData::License_GPL, "(C) 2008 Daniel Faust", 0, 0, "[email protected]"); + TDEAboutData about("soundkonverter", I18N_NOOP("soundKonverter"), version, description, + TDEAboutData::License_GPL, "(C) 2008 Daniel Faust", 0, 0, "[email protected]"); about.addAuthor( "Daniel Faust", 0, "[email protected]" ); about.addCredit( "David Vignoni", "Nuvola icon theme", 0, "http://www.icon-king.com" ); about.addCredit( "Scott Wheeler", "TagLib", "[email protected]", "http://ktown.kde.org/~wheeler" ); |