summaryrefslogtreecommitdiffstats
path: root/kate/xmlcheck/plugin_katexmlcheck.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-18 20:02:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-18 20:06:32 +0900
commita4fa8e6a15a1062f4d8a7834674c1f09d3ceeceb (patch)
tree49a498cd687499a918115866145834b85c052df9 /kate/xmlcheck/plugin_katexmlcheck.cpp
parent10e237d33d753970abd8ae5552877d1ef4cb8113 (diff)
downloadtdeaddons-a4fa8e6a15a1062f4d8a7834674c1f09d3ceeceb.tar.gz
tdeaddons-a4fa8e6a15a1062f4d8a7834674c1f09d3ceeceb.zip
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/xmlcheck/plugin_katexmlcheck.cpp')
-rw-r--r--kate/xmlcheck/plugin_katexmlcheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/xmlcheck/plugin_katexmlcheck.cpp b/kate/xmlcheck/plugin_katexmlcheck.cpp
index 1b98555..9fa439e 100644
--- a/kate/xmlcheck/plugin_katexmlcheck.cpp
+++ b/kate/xmlcheck/plugin_katexmlcheck.cpp
@@ -44,7 +44,7 @@
#include <kcursor.h>
#include <kdebug.h>
#include <kdockwidget.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <tdestandarddirs.h>