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;