┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorAlexander Lohnau <[email protected]>2023-12-26 17:11:32 +0100
committerAlexander Lohnau <[email protected]>2023-12-26 17:11:32 +0100
commit3f92ac800c5e52d0a5622367ff8ffe8cbbdfa184 (patch)
tree5373c6c962463559ad4c28de11f1b58a43b7551e /src/views
parent9a2fc1526c169fa179e49f8c097a0a0d421723eb (diff)
Do not rely on KIO source-code compat code
Diffstat (limited to 'src/views')
-rw-r--r--src/views/dolphinview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index 8b31f2b43..b6b3aa4a9 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -14,7 +14,7 @@
#include "config-dolphin.h"
#include <KFileItem>
-#include <KIO/Job>
+#include <KIO/StatJob>
#include <kio/fileundomanager.h>
#include <kparts/part.h>