summaryrefslogtreecommitdiffstats
path: root/src/backends/recipedb.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:35:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:35:21 +0900
commitfb3f1c534eeed67560638a98bbbe86255119848e (patch)
treed3a692d662d3023acdd1f4312fa404eea2fbcc4b /src/backends/recipedb.cpp
parentb51834c65a8ba062fe9f8206a29206e5e4f32883 (diff)
downloadkrecipes-fb3f1c534eeed67560638a98bbbe86255119848e.tar.gz
krecipes-fb3f1c534eeed67560638a98bbbe86255119848e.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/backends/recipedb.cpp')
-rw-r--r--src/backends/recipedb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/recipedb.cpp b/src/backends/recipedb.cpp
index 0968c13..0dedcae 100644
--- a/src/backends/recipedb.cpp
+++ b/src/backends/recipedb.cpp
@@ -20,7 +20,7 @@
#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kdebug.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kprogress.h>
#include <tdeglobal.h>
#include <tdelocale.h>