summaryrefslogtreecommitdiffstats
path: root/arts/knotify
diff options
context:
space:
mode:
Diffstat (limited to 'arts/knotify')
-rw-r--r--arts/knotify/knotify.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/knotify/knotify.cpp b/arts/knotify/knotify.cpp
index c080ba30b..b8d5b8d26 100644
--- a/arts/knotify/knotify.cpp
+++ b/arts/knotify/knotify.cpp
@@ -65,7 +65,7 @@
#include <kprocess.h>
#include <kstandarddirs.h>
#include <kuniqueapplication.h>
-#include <kwin.h>
+#include <twin.h>
#include "knotify.h"
#include "knotify.moc"
@@ -130,7 +130,7 @@ KDE_EXPORT int kdemain(int argc, char **argv)
// KNotifClient::startDaemon()) whenever a KNotify event occurs. Especially
// KWin may fire many events (e.g. when a window pops up). When we have
// problems with aRts or the installation, we might get an infinite loop
- // of knotify crashing, popping up the crashhandler window and kwin firing
+ // of knotify crashing, popping up the crashhandler window and twin firing
// another event, starting knotify again...
// We try to prevent this by tracking our startup and offer options to
// abort this.