diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:49:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:49:43 +0900 |
commit | 3971704ec5b8fc81d1a94a4e664c153fc0f2cdaa (patch) | |
tree | 017a35279357684a1be7012ca70bce472598676f /kode/kxml_compiler | |
parent | 1fe06c323b791af9bf16d14a72e8cffa4c6ac8cd (diff) | |
download | tdepim-master.tar.gz tdepim-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kode/kxml_compiler')
-rw-r--r-- | kode/kxml_compiler/creator.cpp | 2 | ||||
-rw-r--r-- | kode/kxml_compiler/creator.h | 2 | ||||
-rw-r--r-- | kode/kxml_compiler/kxml_compiler.cpp | 2 | ||||
-rw-r--r-- | kode/kxml_compiler/parser.cpp | 2 | ||||
-rw-r--r-- | kode/kxml_compiler/parser.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/kode/kxml_compiler/creator.cpp b/kode/kxml_compiler/creator.cpp index 26eb2e22a..70d2eead8 100644 --- a/kode/kxml_compiler/creator.cpp +++ b/kode/kxml_compiler/creator.cpp @@ -34,7 +34,7 @@ #include <tdeglobal.h> #include <tdeconfig.h> #include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqfile.h> #include <tqtextstream.h> diff --git a/kode/kxml_compiler/creator.h b/kode/kxml_compiler/creator.h index 39cac4c6b..0e0af4423 100644 --- a/kode/kxml_compiler/creator.h +++ b/kode/kxml_compiler/creator.h @@ -36,7 +36,7 @@ #include <tdeglobal.h> #include <tdeconfig.h> #include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqfile.h> #include <tqtextstream.h> diff --git a/kode/kxml_compiler/kxml_compiler.cpp b/kode/kxml_compiler/kxml_compiler.cpp index 317515b6b..f3d557b7c 100644 --- a/kode/kxml_compiler/kxml_compiler.cpp +++ b/kode/kxml_compiler/kxml_compiler.cpp @@ -34,7 +34,7 @@ #include <tdeglobal.h> #include <tdeconfig.h> #include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqfile.h> #include <tqtextstream.h> diff --git a/kode/kxml_compiler/parser.cpp b/kode/kxml_compiler/parser.cpp index 5fc72f97a..23ca86f28 100644 --- a/kode/kxml_compiler/parser.cpp +++ b/kode/kxml_compiler/parser.cpp @@ -33,7 +33,7 @@ #include <tdeglobal.h> #include <tdeconfig.h> #include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqfile.h> #include <tqtextstream.h> diff --git a/kode/kxml_compiler/parser.h b/kode/kxml_compiler/parser.h index 9f0f21a18..2c2e7faf0 100644 --- a/kode/kxml_compiler/parser.h +++ b/kode/kxml_compiler/parser.h @@ -33,7 +33,7 @@ #include <tdeglobal.h> #include <tdeconfig.h> #include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqfile.h> #include <tqtextstream.h> |