diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:53:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:53:55 +0900 |
commit | 32f9c0698c7a431453fe22668d8b89cacbb8bf09 (patch) | |
tree | 609a7f0b37b130260b1f0393a7a421c6afcff8af /lib/idmapper.cpp | |
parent | 26d93b5b8387841815c59c0d55791d226f75e843 (diff) | |
download | kpilot-32f9c0698c7a431453fe22668d8b89cacbb8bf09.tar.gz kpilot-32f9c0698c7a431453fe22668d8b89cacbb8bf09.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/idmapper.cpp')
-rw-r--r-- | lib/idmapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/idmapper.cpp b/lib/idmapper.cpp index ebd25aa..82ee2fe 100644 --- a/lib/idmapper.cpp +++ b/lib/idmapper.cpp @@ -31,7 +31,7 @@ #include <tqfile.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> class IDMapperPrivate { |