diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:50:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:50:39 +0900 |
commit | a73cc1e9f3e31ca44036ca2a231fa58978e7836b (patch) | |
tree | 3b45e78e1898e75a43f34a81fb756d0fb083f550 /libk3b/tools | |
parent | a1169ddf04628c0e3c3fcfbfa83f0d3df4512fc7 (diff) | |
download | k3b-a73cc1e9f3e31ca44036ca2a231fa58978e7836b.tar.gz k3b-a73cc1e9f3e31ca44036ca2a231fa58978e7836b.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libk3b/tools')
-rw-r--r-- | libk3b/tools/k3btempfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/tools/k3btempfile.cpp b/libk3b/tools/k3btempfile.cpp index 55d8491..bf54d10 100644 --- a/libk3b/tools/k3btempfile.cpp +++ b/libk3b/tools/k3btempfile.cpp @@ -16,7 +16,7 @@ #include "k3btempfile.h" #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> static inline TQString defaultTempDir() |