diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:45:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:59:01 +0900 |
commit | 90ddc2d5c7704f0a5b230a8a6c7e94f63395a006 (patch) | |
tree | 9e3c304e6c964108b478f9483749e0c13a4291f9 /kate/filetemplates | |
parent | c66ac89f1a329e3705d28a4dd7d7658d325593ff (diff) | |
download | tdeaddons-master.tar.gz tdeaddons-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kate/filetemplates')
-rw-r--r-- | kate/filetemplates/plugin/filetemplates.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kate/filetemplates/plugin/filetemplates.cpp b/kate/filetemplates/plugin/filetemplates.cpp index 39c0c40..ce2edc3 100644 --- a/kate/filetemplates/plugin/filetemplates.cpp +++ b/kate/filetemplates/plugin/filetemplates.cpp @@ -41,8 +41,7 @@ #include <tdenewstuff/knewstuff.h> #include <tdenewstuff/entry.h> #include <tdeprocess.h> -#include <kstandarddirs.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdetempfile.h> #include <kurlrequester.h> #include <kuser.h> |