src/hbwidgets/popups/hbnotificationdialog.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
--- a/src/hbwidgets/popups/hbnotificationdialog.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbwidgets/popups/hbnotificationdialog.h	Mon May 03 12:48:33 2010 +0300
@@ -30,6 +30,7 @@
 
 class HbNotificationDialogPrivate;
 class HbIcon;
+class QGestureEvent;
 
 class HB_WIDGETS_EXPORT HbNotificationDialog : public HbDialog
 {
@@ -93,8 +94,7 @@
 
 protected:
     HbNotificationDialog( HbNotificationDialogPrivate &dd, QGraphicsItem *parent);
-    void mousePressEvent(QGraphicsSceneMouseEvent *event);
-    void mouseReleaseEvent(QGraphicsSceneMouseEvent *event);
+    void gestureEvent(QGestureEvent *event);
     void hideEvent(QHideEvent *event);
     void showEvent(QShowEvent *event);
     QVariant itemChange(GraphicsItemChange change, const QVariant &value);