summaryrefslogtreecommitdiffstats
path: root/src/kompose.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kompose.cpp')
-rw-r--r--src/kompose.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kompose.cpp b/src/kompose.cpp
index 60cec12..ddbdafa 100644
--- a/src/kompose.cpp
+++ b/src/kompose.cpp
@@ -24,7 +24,7 @@
#include "komposesettings.h"
#include "komposetaskmanager.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kuniqueapplication.h>
#include <X11/Xlib.h>
@@ -80,8 +80,8 @@ bool Kompose::x11EventFilter (XEvent *event)
#endif
// This costed me nerves:
- // Call this or kwinmodule won't work
- return KApplication::x11EventFilter(event);
+ // Call this or twinmodule won't work
+ return TDEApplication::x11EventFilter(event);
}