From f537c21b68e08f649b1b297bce8f3904603137e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:11:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- twin/notifications.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'twin/notifications.cpp') 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; -- cgit v1.2.1