summaryrefslogtreecommitdiffstats
path: root/src/pref.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 18:35:21 +0900
committerMichele Calgaro <[email protected]>2025-02-25 18:35:21 +0900
commitfb3f1c534eeed67560638a98bbbe86255119848e (patch)
treed3a692d662d3023acdd1f4312fa404eea2fbcc4b /src/pref.cpp
parentb51834c65a8ba062fe9f8206a29206e5e4f32883 (diff)
downloadkrecipes-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.cpp2
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>