┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information
diff options
context:
space:
mode:
authorLuc Schrijvers <[email protected]>2025-03-16 04:10:22 +0000
committerLuc Schrijvers <[email protected]>2025-03-16 12:02:38 +0000
commitbe51e7233294263e3c2866e101e1151dbc61ccbe (patch)
treeef4c4a9c0631a13821cc1f65dc8e37ab9cca6e0c /src/panels/information
parentfad3305b8cbbdcc39de69740167326aff6fe6616 (diff)
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Felix Ernst <[email protected]>
Diffstat (limited to 'src/panels/information')
-rw-r--r--src/panels/information/informationpanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/information/informationpanel.cpp b/src/panels/information/informationpanel.cpp
index b0b7a8581..8adb64ff0 100644
--- a/src/panels/information/informationpanel.cpp
+++ b/src/panels/information/informationpanel.cpp
@@ -10,8 +10,8 @@
#define HAVE_KDIRNOTIFY __has_include(<KDirNotify>)
#if HAVE_KDIRNOTIFY
-#endif
#include <KDirNotify>
+#endif
#include <KIO/StatJob>
#include <KJobWidgets>
#include <KLocalizedString>