summaryrefslogtreecommitdiffstats
path: root/kicker/applets/naughty/NaughtyApplet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/applets/naughty/NaughtyApplet.cpp')
-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();
}