diff options
Diffstat (limited to 'kscd')
-rw-r--r-- | kscd/kscd.cpp | 4 | ||||
-rw-r--r-- | kscd/kscdmagic/main.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kscd/kscd.cpp b/kscd/kscd.cpp index 6c26e1d3..cc9bc389 100644 --- a/kscd/kscd.cpp +++ b/kscd/kscd.cpp @@ -1605,9 +1605,9 @@ static const KCmdLineOptions options[] = */ int main( int argc, char *argv[] ) { - KAboutData aboutData("kscd", I18N_NOOP("KsCD"), + TDEAboutData aboutData("kscd", I18N_NOOP("KsCD"), KSCDVERSION, description, - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 2001, Dirk Försterling\n(c) 2003, Aaron J. Seigo"); aboutData.addAuthor("Aaron J. Seigo", I18N_NOOP("Current maintainer"), "aseigo@kde.org"); aboutData.addAuthor("Alexander Kern",I18N_NOOP("Workman library update, CDTEXT, CDDA"), "kernalex@kde.org"); diff --git a/kscd/kscdmagic/main.cpp b/kscd/kscdmagic/main.cpp index 1c9a7eae..77a2e77c 100644 --- a/kscd/kscdmagic/main.cpp +++ b/kscd/kscdmagic/main.cpp @@ -188,9 +188,9 @@ main(int argc, char **argv) opterr = 0; /* - KAboutData aboutData( "kscdmagic", I18N_NOOP("kscdmagic"), + TDEAboutData aboutData( "kscdmagic", I18N_NOOP("kscdmagic"), KSCDMAGICVERSION, I18N_NOOP("sound visualisation"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 2000, Dirk Försterling"); aboutData.addAuthor("Paul Harrison",0, "pfh@yoyo.cc.monash.edu.au"); aboutData.addAuthor("Dirk Försterling",0, "milliByte@gmx.net"); |