summaryrefslogtreecommitdiffstats
path: root/kicker/applets/launcher
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:06:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:06:00 -0600
commite0602f96ec0eea1dab12e83b5fcd598c9a400c65 (patch)
tree9a7594d505b915f4bcb1030449f6b29d95c06db5 /kicker/applets/launcher
parent5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd (diff)
downloadtdebase-e0602f96ec0eea1dab12e83b5fcd598c9a400c65.tar.gz
tdebase-e0602f96ec0eea1dab12e83b5fcd598c9a400c65.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'kicker/applets/launcher')
-rw-r--r--kicker/applets/launcher/quictdelauncher.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}