From 6c803088da56a690fd2b2cee806dd46171d79874 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Fri, 18 Feb 2022 10:45:51 +0100 Subject: [PATCH] inputmethod: Remove unused references to KStatusNotifierItem Signed-off-by: Eike Hein --- src/inputmethod.cpp | 1 - src/inputmethod.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/inputmethod.cpp b/src/inputmethod.cpp index 96b63fb029..91a4f4c06b 100644 --- a/src/inputmethod.cpp +++ b/src/inputmethod.cpp @@ -29,7 +29,6 @@ #include #include -#include #include #include diff --git a/src/inputmethod.h b/src/inputmethod.h index 0b7cdb2eed..7b0aa135f6 100644 --- a/src/inputmethod.h +++ b/src/inputmethod.h @@ -21,7 +21,6 @@ #include #include -class KStatusNotifierItem; class QProcess; namespace KWaylandServer