From: Nicolas Fella Date: Tue, 15 Aug 2023 21:59:21 +0000 (+0200) Subject: Adapt to KNotifcations API change X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/b7e859827d405ff15b6039f35cefa869868d2733 Adapt to KNotifcations API change --- 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); }