From 5341e7b2ab43df92e27698ccc2ca1cd8fae6a5ef Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Thu, 5 Feb 2015 16:25:36 +0100 Subject: [PATCH] fix linux --- .../backends/freedesktop/freedesktopnotification_backend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/backends/freedesktop/freedesktopnotification_backend.cpp b/src/plugins/backends/freedesktop/freedesktopnotification_backend.cpp index 1e5473c..d734bce 100644 --- a/src/plugins/backends/freedesktop/freedesktopnotification_backend.cpp +++ b/src/plugins/backends/freedesktop/freedesktopnotification_backend.cpp @@ -90,7 +90,7 @@ void FreedesktopBackend::slotActionInvoked(const uint &id, const QString &action return; } noti.data()->setActionInvoked(actionID.toInt()); - snore()->d()->notificationActionInvoked(noti); + SnoreCorePrivate::instance()->notificationActionInvoked(noti); } void FreedesktopBackend::slotCloseNotification(Notification notification)