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 b92e3f3e..9ae28740 100644
--- a/kalarm/functions.cpp
+++ b/kalarm/functions.cpp
@@ -1053,7 +1053,7 @@ bool runKOrganizer()
}
if (!kapp->dcopClient()->findObject(dcopService, KORG_DCOP_OBJECT, "", TQByteArray(), dummy, dummy))
{
- kdWarning(5950) << "Unable to access KOrganizer's "KORG_DCOP_OBJECT" DCOP object" << endl;
+ kdWarning(5950) << "Unable to access KOrganizer's " KORG_DCOP_OBJECT " DCOP object" << endl;
return false;
}
}