Rename KInstance and KAboutData to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 5658325ce0
commit 7a60262828

@ -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");

Loading…
Cancel
Save