summaryrefslogtreecommitdiffstats
path: root/kalarm/daemon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/daemon.cpp')
-rw-r--r--kalarm/daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/daemon.cpp b/kalarm/daemon.cpp
index fd0996326..06206cc93 100644
--- a/kalarm/daemon.cpp
+++ b/kalarm/daemon.cpp
@@ -132,7 +132,7 @@ bool Daemon::start()
{
if (mStartTimer)
return true; // we're currently waiting for the daemon to start
- // Start the alarm daemon. It is a KUniqueApplication, which means that
+ // Start the alarm daemon. It is a TDEUniqueApplication, which means that
// there is automatically only one instance of the alarm daemon running.
TQString execStr = locate("exe", TQString::fromLatin1(DAEMON_APP_NAME));
if (execStr.isEmpty())