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/pilotLocalDatabase.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/pilotLocalDatabase.cpp')
-rw-r--r-- | lib/pilotLocalDatabase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pilotLocalDatabase.cpp b/lib/pilotLocalDatabase.cpp index ea78ac0..0e83364 100644 --- a/lib/pilotLocalDatabase.cpp +++ b/lib/pilotLocalDatabase.cpp @@ -46,7 +46,7 @@ #include <kdebug.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksavefile.h> #include "pilotRecord.h" |