From e0602f96ec0eea1dab12e83b5fcd598c9a400c65 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 11:06:00 -0600 Subject: Rename KAbout to avoid conflicts with KDE4 --- kicker/applets/launcher/quictdelauncher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kicker/applets/launcher') diff --git a/kicker/applets/launcher/quictdelauncher.cpp b/kicker/applets/launcher/quictdelauncher.cpp index 8a1c1c9dc..1ba3544ab 100644 --- a/kicker/applets/launcher/quictdelauncher.cpp +++ b/kicker/applets/launcher/quictdelauncher.cpp @@ -500,7 +500,7 @@ void QuickLauncher::about() I18N_NOOP("A simple application launcher"), TDEAboutData::License_GPL_V2, "(C) 2000 Bill Nagel\n(C) 2004 Dan Bullok\n(C) 2005 Fred Schaettgen"); - KAboutApplication a(&about, this); + TDEAboutApplication a(&about, this); a.exec(); } -- cgit v1.2.1