diff --git a/notifications/notificationabstract.h b/notifications/notificationabstract.h
index 0f5de4fddc7ef91f72c30a1d5bf175ee03a89bc2..2d18b15e6b2aa3ec7747e5a991dea3ee312207ed 100755
--- a/notifications/notificationabstract.h
+++ b/notifications/notificationabstract.h
@@ -45,7 +45,7 @@ class NotificationAbstract : public QObject
 
     signals:
         void tokenReceived( QString pToken );
-        void messageReceived( QString &pServer, QString pRid, QString pName, QString pType );
+        void messageReceived( QString pServer, QString pRid, QString pName, QString pType );
         void switchChannelByName( QString &pChannel );
 
 };