From 78f8b2d68bde64c6e656effef397080ddfa1048d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:17:27 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- klettres/klettres/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klettres') diff --git a/klettres/klettres/main.cpp b/klettres/klettres/main.cpp index 837fe00d..6f728051 100644 --- a/klettres/klettres/main.cpp +++ b/klettres/klettres/main.cpp @@ -45,8 +45,8 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("klettres", I18N_NOOP("KLettres"), KLETTRES_VERSION, description, - KAboutData::License_GPL, "(C) 2001-2006 Anne-Marie Mahfouf",0, "http://edu.kde.org/klettres", "submit@bugs.kde.org"); + TDEAboutData about("klettres", I18N_NOOP("KLettres"), KLETTRES_VERSION, description, + TDEAboutData::License_GPL, "(C) 2001-2006 Anne-Marie Mahfouf",0, "http://edu.kde.org/klettres", "submit@bugs.kde.org"); about.addAuthor( "Anne-Marie Mahfouf", 0, "annma AT kde.org"); about.addCredit("Ludovic Grossard", I18N_NOOP("French sounds"), "grossard AT kde.org"); -- cgit v1.2.1