diff --git a/keep/app/main.cpp b/keep/app/main.cpp index 7af5692..38ac613 100644 --- a/keep/app/main.cpp +++ b/keep/app/main.cpp @@ -30,7 +30,7 @@ static const char *description = int main(int argc, char **argv) { - KAboutData aboutData( "keep", I18N_NOOP( "Keep" ),"0.4.0", description, KAboutData::License_GPL_V2, + TDEAboutData aboutData( "keep", I18N_NOOP( "Keep" ),"0.4.0", description, TDEAboutData::License_GPL_V2, "(c) 2005 Jean-Rémy Falleri" ); aboutData.addAuthor( "Jean-Rémy Falleri", I18N_NOOP( "Maintainer" ), "jr.falleri@laposte.net" );