diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 19:10:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 19:10:28 +0900 |
commit | f276772516115980167be067cab4932838dd762e (patch) | |
tree | 654fbe243b35dcca190b8c3fc497ef1b4d832030 | |
parent | bab142eef3f10678a573166cfd8eef6d98c2e743 (diff) | |
download | tdeio-sword-f276772516115980167be067cab4932838dd762e.tar.gz tdeio-sword-f276772516115980167be067cab4932838dd762e.zip |
Use tdestandarddirs.hrename/kstandarddirs
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | src/tdeio_sword.cpp | 2 | ||||
-rw-r--r-- | src/template.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tdeio_sword.cpp b/src/tdeio_sword.cpp index b697edd..cd34ac8 100644 --- a/src/tdeio_sword.cpp +++ b/src/tdeio_sword.cpp @@ -35,7 +35,7 @@ #include <tdeglobal.h> #include <tdelocale.h> #include <kurl.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> // TQt #include <tqcstring.h> diff --git a/src/template.cpp b/src/template.cpp index abca04b..484354d 100644 --- a/src/template.cpp +++ b/src/template.cpp @@ -27,7 +27,7 @@ #include <tdeglobal.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqstring.h> |