┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/trash/dolphintrash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/trash/dolphintrash.cpp')
-rw-r--r--src/trash/dolphintrash.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/trash/dolphintrash.cpp b/src/trash/dolphintrash.cpp
index 007f48a33..dd71135a5 100644
--- a/src/trash/dolphintrash.cpp
+++ b/src/trash/dolphintrash.cpp
@@ -9,12 +9,11 @@
#include <KConfig>
#include <KConfigGroup>
+#include <KIO/DeleteOrTrashJob>
#include <KLocalizedString>
#include <KNotification>
-#include <QList>
-#include <KIO/DeleteOrTrashJob>
-#include <kio_version.h>
+#include <QList>
Trash::Trash()
: m_trashDirLister(new KDirLister())
@@ -51,7 +50,6 @@ static void notifyEmptied()
i18n("Trash Emptied"),
i18n("The Trash was emptied."),
QStringLiteral("user-trash"),
- nullptr,
KNotification::DefaultEvent);
}