diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:35:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 18:35:21 +0900 |
commit | fb3f1c534eeed67560638a98bbbe86255119848e (patch) | |
tree | d3a692d662d3023acdd1f4312fa404eea2fbcc4b /src/pref.cpp | |
parent | b51834c65a8ba062fe9f8206a29206e5e4f32883 (diff) | |
download | krecipes-fb3f1c534eeed67560638a98bbbe86255119848e.tar.gz krecipes-fb3f1c534eeed67560638a98bbbe86255119848e.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/pref.cpp')
-rw-r--r-- | src/pref.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pref.cpp b/src/pref.cpp index 05c9a45..6efefd2 100644 --- a/src/pref.cpp +++ b/src/pref.cpp @@ -34,7 +34,7 @@ #include <tdeconfig.h> #include <kiconloader.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdefiledialog.h> #include <knuminput.h> #include <klineedit.h> |