summaryrefslogtreecommitdiffstats
path: root/kate/make
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/make
parentc66ac89f1a329e3705d28a4dd7d7658d325593ff (diff)
downloadtdeaddons-90ddc2d5c7704f0a5b230a8a6c7e94f63395a006.tar.gz
tdeaddons-90ddc2d5c7704f0a5b230a8a6c7e94f63395a006.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kate/make')
-rw-r--r--kate/make/plugin_katemake.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/make/plugin_katemake.cpp b/kate/make/plugin_katemake.cpp
index d935fa7..a203f57 100644
--- a/kate/make/plugin_katemake.cpp
+++ b/kate/make/plugin_katemake.cpp
@@ -47,7 +47,7 @@
#include <kinstance.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kpassivepopup.h>
#include <klineedit.h>
#include <kdialogbase.h>