]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/trash/dolphintrash.cpp
Adapt to KNotifcations API change
[dolphin.git] / src / trash / dolphintrash.cpp
index ea13100c659fa2be808336a881b4e8938b666d4a..dd71135a52b166cd980d904d2cde73b6cd1df188 100644 (file)
@@ -50,7 +50,6 @@ static void notifyEmptied()
                          i18n("Trash Emptied"),
                          i18n("The Trash was emptied."),
                          QStringLiteral("user-trash"),
-                         nullptr,
                          KNotification::DefaultEvent);
 }
 
@@ -67,3 +66,5 @@ bool Trash::isEmpty()
     KConfig trashConfig(QStringLiteral("trashrc"), KConfig::SimpleConfig);
     return (trashConfig.group("Status").readEntry("Empty", true));
 }
+
+#include "moc_dolphintrash.cpp"