summaryrefslogtreecommitdiffstats
path: root/kicker/applets/naughty
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/naughty
parent5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd (diff)
downloadtdebase-e0602f96ec0eea1dab12e83b5fcd598c9a400c65.tar.gz
tdebase-e0602f96ec0eea1dab12e83b5fcd598c9a400c65.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'kicker/applets/naughty')
-rw-r--r--kicker/applets/naughty/NaughtyApplet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/naughty/NaughtyApplet.cpp b/kicker/applets/naughty/NaughtyApplet.cpp
index c953ec637..c3138e447 100644
--- a/kicker/applets/naughty/NaughtyApplet.cpp
+++ b/kicker/applets/naughty/NaughtyApplet.cpp
@@ -166,7 +166,7 @@ NaughtyApplet::about()
"(C) 2000 Rik Hemsley (rikkus) <rik@kde.org>"
);
- KAboutApplication a(&about, this);
+ TDEAboutApplication a(&about, this);
a.exec();
}