diff --git a/yakuake/src/main.cpp b/yakuake/src/main.cpp index 53286e9..4579d3d 100644 --- a/yakuake/src/main.cpp +++ b/yakuake/src/main.cpp @@ -26,8 +26,8 @@ static KCmdLineOptions options[] = { KCmdLineLastOption }; int main(int argc, char ** argv) { - KAboutData about("yakuake", I18N_NOOP("Yakuake"), version, description, - KAboutData::License_GPL, "(C) 2005-2008 The Yakuake Team", 0, 0, 0); + TDEAboutData about("yakuake", I18N_NOOP("Yakuake"), version, description, + TDEAboutData::License_GPL, "(C) 2005-2008 The Yakuake Team", 0, 0, 0); about.addAuthor("Eike Hein", I18N_NOOP("Maintainer"), "hein@kde.org"); about.addAuthor("Francois Chazal", I18N_NOOP("Project Founder (Inactive)"), "neptune3k@free.fr");