diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:46:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:46:47 +0900 |
commit | af1d900091ce7c28c7e726df7641004cc0cfb01a (patch) | |
tree | dcf19b93096afb798a74c36e1df9ab0294ebda5b /kshisen | |
parent | d79350771083586c8d57322e49b6bce56a1ff11d (diff) | |
download | tdegames-af1d900091ce7c28c7e726df7641004cc0cfb01a.tar.gz tdegames-af1d900091ce7c28c7e726df7641004cc0cfb01a.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kshisen')
-rw-r--r-- | kshisen/board.cpp | 2 | ||||
-rw-r--r-- | kshisen/tileset.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kshisen/board.cpp b/kshisen/board.cpp index 2c74773e..3d85ab14 100644 --- a/kshisen/board.cpp +++ b/kshisen/board.cpp @@ -38,7 +38,7 @@ #include <tdeapplication.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeglobalsettings.h> #include <kdebug.h> diff --git a/kshisen/tileset.cpp b/kshisen/tileset.cpp index 45497576..2b00ad58 100644 --- a/kshisen/tileset.cpp +++ b/kshisen/tileset.cpp @@ -22,7 +22,7 @@ */ #include <tdeapplication.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <tdemessagebox.h> #include <kdebug.h> |