┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicolas Fella <[email protected]>2023-08-15 23:59:21 +0200
committerNicolas Fella <[email protected]>2023-08-18 20:39:15 +0000
commitb7e859827d405ff15b6039f35cefa869868d2733 (patch)
tree0539a93edc60a4cb24319dc66347359189a8f9bc /src
parent62ba2dd8772cbe040b4c8db7f73e2ac72868bdd0 (diff)
Adapt to KNotifcations API change
Diffstat (limited to 'src')
-rw-r--r--src/trash/dolphintrash.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/trash/dolphintrash.cpp b/src/trash/dolphintrash.cpp
index bbc9c579f..dd71135a5 100644
--- a/src/trash/dolphintrash.cpp
+++ b/src/trash/dolphintrash.cpp
@@ -50,7 +50,6 @@ static void notifyEmptied()
i18n("Trash Emptied"),
i18n("The Trash was emptied."),
QStringLiteral("user-trash"),
- nullptr,
KNotification::DefaultEvent);
}