diff options
Diffstat (limited to 'krec')
-rw-r--r-- | krec/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krec/main.cpp b/krec/main.cpp index 1a841fe2..f59b22ab 100644 --- a/krec/main.cpp +++ b/krec/main.cpp @@ -44,8 +44,8 @@ extern "C" KDE_EXPORT int kdemain( int argc, char* argv[] ) { //cout<<endl<<"Starting kRec..."<<endl; - KAboutData aboutData( "krec", I18N_NOOP("KRec"), - "0.5.1", description, KAboutData::License_GPL, + TDEAboutData aboutData( "krec", I18N_NOOP("KRec"), + "0.5.1", description, TDEAboutData::License_GPL, "(c) 2002, 2003 Arnold Krille" ); aboutData.addAuthor("Arnold Krille", I18N_NOOP( "Creator \nLook at the website www.arnoldarts.de \nfor other good stuff." ), "arnold@arnoldarts.de"); aboutData.addCredit( "Matthias Kretz", I18N_NOOP( "Helped where he was asked" ), "kretz@kde.org" ); |