summaryrefslogtreecommitdiffstats
path: root/akregator/src/mk4storage
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 22:49:43 +0900
committerMichele Calgaro <[email protected]>2025-02-25 22:49:43 +0900
commit3971704ec5b8fc81d1a94a4e664c153fc0f2cdaa (patch)
tree017a35279357684a1be7012ca70bce472598676f /akregator/src/mk4storage
parent1fe06c323b791af9bf16d14a72e8cffa4c6ac8cd (diff)
downloadtdepim-master.tar.gz
tdepim-master.zip
Use tdestandarddirs.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'akregator/src/mk4storage')
-rw-r--r--akregator/src/mk4storage/feedstoragemk4impl.cpp2
-rw-r--r--akregator/src/mk4storage/storagemk4impl.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/mk4storage/feedstoragemk4impl.cpp b/akregator/src/mk4storage/feedstoragemk4impl.cpp
index 501b8b260..8a4af99ce 100644
--- a/akregator/src/mk4storage/feedstoragemk4impl.cpp
+++ b/akregator/src/mk4storage/feedstoragemk4impl.cpp
@@ -36,7 +36,7 @@
#include <kdebug.h>
#include <tdeglobal.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
namespace Akregator {
namespace Backend {
diff --git a/akregator/src/mk4storage/storagemk4impl.cpp b/akregator/src/mk4storage/storagemk4impl.cpp
index 0331e0f1a..9c504c2f4 100644
--- a/akregator/src/mk4storage/storagemk4impl.cpp
+++ b/akregator/src/mk4storage/storagemk4impl.cpp
@@ -33,7 +33,7 @@
#include <tqtimer.h>
#include <kdebug.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
namespace Akregator {
namespace Backend {