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:44:22 +0900 |
commit | 181528976e3e5862b7f53173d2bbae87b65b014e (patch) | |
tree | aeded9e5af411f802ec85eaf99b5a633f857c803 | |
parent | 9ee7ef99079ab2950ff2a8cd54e444ddb48d4563 (diff) | |
download | kxmleditor-r14.1.x.tar.gz kxmleditor-r14.1.x.zip |
Use tdeinstance.hr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 554e32508337c6529eadbb40bf1b01f2de066830)
-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> |