summaryrefslogtreecommitdiffstats
path: root/kalarm/functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/functions.cpp')
-rw-r--r--kalarm/functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/functions.cpp b/kalarm/functions.cpp
index 455c27a2c..d91d65ae0 100644
--- a/kalarm/functions.cpp
+++ b/kalarm/functions.cpp
@@ -1044,7 +1044,7 @@ bool runKOrganizer()
TQCString dummy;
if (!kapp->dcopClient()->findObject(dcopService, KORG_DCOP_OBJECT, "", TQByteArray(), dummy, dummy))
{
- DCOPRef ref(dcopService, dcopService); // talk to the KUniqueApplication or its Kontact wrapper
+ DCOPRef ref(dcopService, dcopService); // talk to the TDEUniqueApplication or its Kontact wrapper
DCOPReply reply = ref.call("load()");
if (!reply.isValid() || !(bool)reply)
{