┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/trash
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2022-03-15 13:30:13 +0100
committerLaurent Montel <[email protected]>2022-03-15 13:30:13 +0100
commitc6bccbf6de33ba907f1cddfa64dadb8cfeea4d2c (patch)
treee94096e471e2f4aa51f6cda17290193b0c490dbc /src/trash
parentdb16b7d1cd6ec28399339d58f5f331587aafca44 (diff)
Fix some compile error against qt6
Diffstat (limited to 'src/trash')
-rw-r--r--src/trash/dolphintrash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trash/dolphintrash.h b/src/trash/dolphintrash.h
index 12f10f101..2ee85e89a 100644
--- a/src/trash/dolphintrash.h
+++ b/src/trash/dolphintrash.h
@@ -11,7 +11,7 @@
#include <QWidget>
#include <KIO/EmptyTrashJob>
-#include <KIOWidgets/KDirLister>
+#include <KDirLister>
class Trash: public QObject
{