diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:58:15 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:58:15 +0900 |
| commit | a4e89f2b45c154949c07fab788df9f14aa0f25e8 (patch) | |
| tree | f4e030f262633f2b97dd00ba4d2a1bd6cf7e1028 /ksim/library/themeloader.cpp | |
| parent | 1691a30e333c87cb9afd06a0e967dbd9aef38260 (diff) | |
| download | tdeutils-a4e89f2b45c154949c07fab788df9f14aa0f25e8.tar.gz tdeutils-a4e89f2b45c154949c07fab788df9f14aa0f25e8.zip | |
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksim/library/themeloader.cpp')
| -rw-r--r-- | ksim/library/themeloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/library/themeloader.cpp b/ksim/library/themeloader.cpp index ded0d7e..c1eb655 100644 --- a/ksim/library/themeloader.cpp +++ b/ksim/library/themeloader.cpp @@ -33,7 +33,7 @@ #include <tqbitmap.h> #include <kdebug.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tdeglobalsettings.h> #include <tdestandarddirs.h> #include <tdeglobal.h> |
