diff options
| author | Laurent Montel <[email protected]> | 2022-03-15 13:30:13 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2022-03-15 13:30:13 +0100 |
| commit | c6bccbf6de33ba907f1cddfa64dadb8cfeea4d2c (patch) | |
| tree | e94096e471e2f4aa51f6cda17290193b0c490dbc /src/trash | |
| parent | db16b7d1cd6ec28399339d58f5f331587aafca44 (diff) | |
Fix some compile error against qt6
Diffstat (limited to 'src/trash')
| -rw-r--r-- | src/trash/dolphintrash.h | 2 |
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 { |
