summaryrefslogtreecommitdiffstats
path: root/kdict/applet/kdictapplet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdict/applet/kdictapplet.cpp')
-rw-r--r--kdict/applet/kdictapplet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdict/applet/kdictapplet.cpp b/kdict/applet/kdictapplet.cpp
index 7cec38c9..054bf953 100644
--- a/kdict/applet/kdictapplet.cpp
+++ b/kdict/applet/kdictapplet.cpp
@@ -278,7 +278,7 @@ void DictApplet::sendCommand(const TQCString &fun, const TQString &data)
DCOPClient *client = kapp->dcopClient();
if (!client->isApplicationRegistered("kdict")) {
- KApplication::startServiceByDesktopName("kdict");
+ TDEApplication::startServiceByDesktopName("kdict");
waiting = 1;
delayedFunc = fun.copy();
delayedData = data;