From 7a60262828ffb2ac473bb8d1eb9d0f8356e481fd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:59:44 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- yakuake/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");