summaryrefslogtreecommitdiffstats
path: root/kate/xmltools
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 22:45:54 +0900
committerMichele Calgaro <[email protected]>2025-02-25 22:59:01 +0900
commit90ddc2d5c7704f0a5b230a8a6c7e94f63395a006 (patch)
tree9e3c304e6c964108b478f9483749e0c13a4291f9 /kate/xmltools
parentc66ac89f1a329e3705d28a4dd7d7658d325593ff (diff)
downloadtdeaddons-90ddc2d5c7704f0a5b230a8a6c7e94f63395a006.tar.gz
tdeaddons-90ddc2d5c7704f0a5b230a8a6c7e94f63395a006.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kate/xmltools')
-rw-r--r--kate/xmltools/plugin_katexmltools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/xmltools/plugin_katexmltools.cpp b/kate/xmltools/plugin_katexmltools.cpp
index 0bbc029..e60f4ec 100644
--- a/kate/xmltools/plugin_katexmltools.cpp
+++ b/kate/xmltools/plugin_katexmltools.cpp
@@ -100,7 +100,7 @@ TODO:
#include <tdeio/job.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kgenericfactory.h>
K_EXPORT_COMPONENT_FACTORY( katexmltoolsplugin, KGenericFactory<PluginKateXMLTools>( "katexmltools" ) )