diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:46:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:46:57 +0900 |
commit | bf4670b5b84b3973f94bb10448ddd8fcfda676f2 (patch) | |
tree | bf7de0f8be8b67e4c828b3999fb9141a2d39105c /kgamma | |
parent | e4fe34d1f4f6c512e444b183912d2ae1cbe18359 (diff) | |
download | tdegraphics-bf4670b5b84b3973f94bb10448ddd8fcfda676f2.tar.gz tdegraphics-bf4670b5b84b3973f94bb10448ddd8fcfda676f2.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kgamma')
-rw-r--r-- | kgamma/kcmkgamma/kgamma.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgamma/kcmkgamma/kgamma.cpp b/kgamma/kcmkgamma/kgamma.cpp index 305169b5..70aa3fc3 100644 --- a/kgamma/kcmkgamma/kgamma.cpp +++ b/kgamma/kcmkgamma/kgamma.cpp @@ -27,7 +27,7 @@ #include <tqcombobox.h> #include <tqwidgetstack.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <tdelocale.h> #include <tdeglobal.h> |