From 1d061b286a8b183b39be60fe531f2b1c2915f03a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:15:55 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kcontrol/locale/toplevel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcontrol/locale') diff --git a/kcontrol/locale/toplevel.cpp b/kcontrol/locale/toplevel.cpp index 086d05d92..f561ecaf6 100644 --- a/kcontrol/locale/toplevel.cpp +++ b/kcontrol/locale/toplevel.cpp @@ -49,11 +49,11 @@ KLocaleApplication::KLocaleApplication(TQWidget *parent, const char* /*name*/, const TQStringList &args) : KCModule( KLocaleFactory::instance(), parent, args) { - KAboutData* aboutData = new KAboutData("kcmlocale", + TDEAboutData* aboutData = new TDEAboutData("kcmlocale", I18N_NOOP("KCMLocale"), "3.0", I18N_NOOP("Regional settings"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(C) 1998 Matthias Hoelzer, " "(C) 1999-2003 Hans Petter Bieker", 0, 0, "bieker@kde.org"); -- cgit v1.2.1