diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 16:37:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 16:37:35 +0900 |
commit | 554e32508337c6529eadbb40bf1b01f2de066830 (patch) | |
tree | 7ca7ba2aad8b2fd55eecfcc71755884046e4ae5f /part | |
parent | ac934f3cb93b6baa730feeb47189ac48d9ec04ff (diff) | |
download | kxmleditor-master.tar.gz kxmleditor-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'part')
-rw-r--r-- | part/kxmleditorfactory.cpp | 2 | ||||
-rw-r--r-- | part/kxmleditorpart.cpp | 2 |
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> |