summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kxmleditor/kxmleditorshell.h4
1 files changed, 3 insertions, 1 deletions
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 <tdeparts/mainwindow.h>
-class KParts::ReadWritePart;
+namespace KParts {
+ class ReadWritePart;
+}
class KXMLEditorShellIface;
class TDEAction;
class KXEShellManager;