summaryrefslogtreecommitdiffstats
path: root/part
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-18 16:37:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-18 16:37:35 +0900
commit554e32508337c6529eadbb40bf1b01f2de066830 (patch)
tree7ca7ba2aad8b2fd55eecfcc71755884046e4ae5f /part
parentac934f3cb93b6baa730feeb47189ac48d9ec04ff (diff)
downloadkxmleditor-master.tar.gz
kxmleditor-master.zip
Use tdeinstance.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'part')
-rw-r--r--part/kxmleditorfactory.cpp2
-rw-r--r--part/kxmleditorpart.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/part/kxmleditorfactory.cpp b/part/kxmleditorfactory.cpp
index d1e4e06..02206e2 100644
--- a/part/kxmleditorfactory.cpp
+++ b/part/kxmleditorfactory.cpp
@@ -23,7 +23,7 @@
#include "kxeconfiguration.h"
#include "kxedocument.h"
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kdebug.h>
extern "C"
diff --git a/part/kxmleditorpart.cpp b/part/kxmleditorpart.cpp
index 01a4dcd..64d83fe 100644
--- a/part/kxmleditorpart.cpp
+++ b/part/kxmleditorpart.cpp
@@ -46,7 +46,7 @@
#include "actions.h"
#include "qdom_add.h"
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kdebug.h>
#include <tdelocale.h>
#include <tdeaction.h>