summaryrefslogtreecommitdiffstats
path: root/twin/notifications.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:11:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:11:21 -0600
commitf537c21b68e08f649b1b297bce8f3904603137e0 (patch)
treefb33065387509dea898c90022ddec9c3f8ede86d /twin/notifications.cpp
parentdc5f267664506a312203c26bfe9001a448b0bb0f (diff)
downloadtdebase-f537c21b68e08f649b1b297bce8f3904603137e0.tar.gz
tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.zip
Rename a number of classes to enhance compatibility with KDE4
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;