summaryrefslogtreecommitdiffstats
path: root/twin/notifications.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/notifications.cpp')
-rw-r--r--twin/notifications.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/notifications.cpp b/twin/notifications.cpp
index 288cbd029..5a83e9bce 100644
--- a/twin/notifications.cpp
+++ b/twin/notifications.cpp
@@ -105,9 +105,9 @@ bool Notify::raise( Event e, const TQString& message, Client* c )
return false;
// There may be a deadlock if KNotify event is sent while KWin has X grabbed.
-// If KNotify is not running, KLauncher may do X requests (startup notification, whatever)
+// If KNotify is not running, TDELauncher may do X requests (startup notification, whatever)
// that will block it. And KNotifyClient waits for the launch to succeed, which means
-// KLauncher waits for X and KWin waits for KLauncher. So postpone events in such case.
+// TDELauncher waits for X and KWin waits for TDELauncher. So postpone events in such case.
if( grabbedXServer())
{
EventData data;