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, "hessijames@gmail.com"); + TDEAboutData about("soundkonverter", I18N_NOOP("soundKonverter"), version, description, + TDEAboutData::License_GPL, "(C) 2008 Daniel Faust", 0, 0, "hessijames@gmail.com"); about.addAuthor( "Daniel Faust", 0, "hessijames@gmail.com" ); about.addCredit( "David Vignoni", "Nuvola icon theme", 0, "http://www.icon-king.com" ); about.addCredit( "Scott Wheeler", "TagLib", "wheeler@kde.org", "http://ktown.kde.org/~wheeler" );