From 4e16ef22eb014b11d35232165c22a63930b2eca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 10 Jul 2020 11:28:23 +0200 Subject: Fix FTBFS with clang. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kxmleditor/kxmleditorshell.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kxmleditor/kxmleditorshell.h b/kxmleditor/kxmleditorshell.h index b5f47e0..438c32c 100644 --- a/kxmleditor/kxmleditorshell.h +++ b/kxmleditor/kxmleditorshell.h @@ -24,7 +24,9 @@ #include -class KParts::ReadWritePart; +namespace KParts { + class ReadWritePart; +} class KXMLEditorShellIface; class TDEAction; class KXEShellManager; -- cgit v1.2.3