From 29129afdb289a6e17146cc69867c95e0758cf4aa Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Tue, 30 Mar 2021 14:12:55 +0300 Subject: KDE3->TDE conversion Signed-off-by: Mavridis Philippe --- src/kompose.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kompose.cpp') 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 +#include #include #include @@ -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); } -- cgit v1.2.1