From 30b8e7d176900a601f6d8f2d7d3b5d1584981de3 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 13 Jan 2016 10:06:00 +0100 Subject: [PATCH] Fix build problem. --- src/gui/notifications/notification.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/notifications/notification.h b/src/gui/notifications/notification.h index 8e849afe6..9b84cc1a7 100755 --- a/src/gui/notifications/notification.h +++ b/src/gui/notifications/notification.h @@ -86,7 +86,7 @@ class Notification : public QWidget { int m_widgetMargin; int m_timerId; - const QObject *m_clickTarget; + QObject *m_clickTarget; const char *m_clickSlot; #if defined(Q_OS_LINUX)