diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:53:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-28 10:43:13 +0900 |
commit | a6b8cc41e27c15bb670aa7c0c0464b6eb44099e9 (patch) | |
tree | 74f9303eb3397985d5838dee0fbed0330b25f3e9 /lib/kofficecore/KoGlobal.cpp | |
parent | 7bc34c7d4a07099da42038b83c543fb4274b1e56 (diff) | |
download | koffice-a6b8cc41e27c15bb670aa7c0c0464b6eb44099e9.tar.gz koffice-a6b8cc41e27c15bb670aa7c0c0464b6eb44099e9.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/kofficecore/KoGlobal.cpp')
-rw-r--r-- | lib/kofficecore/KoGlobal.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/kofficecore/KoGlobal.cpp b/lib/kofficecore/KoGlobal.cpp index b7c0ea572..0bc10c3cd 100644 --- a/lib/kofficecore/KoGlobal.cpp +++ b/lib/kofficecore/KoGlobal.cpp @@ -27,11 +27,10 @@ #include <tdeglobal.h> #include <tdelocale.h> #include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kstaticdeleter.h> #include <kimageio.h> #include <kiconloader.h> -#include <kstandarddirs.h> #include <locale.h> KoGlobal* KoGlobal::s_global = 0L; |