phonebookui/pbkcommonui/inc/cntimagelabel.h
changeset 37 fd64c38c277d
parent 27 de1630741fbe
child 53 e6aff7b69165
--- a/phonebookui/pbkcommonui/inc/cntimagelabel.h	Fri May 14 15:42:23 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntimagelabel.h	Thu May 27 12:45:19 2010 +0300
@@ -21,6 +21,8 @@
 #include <QObject>
 #include <hblabel.h>
 
+class QGesture;
+
 class CntImageLabel : public HbLabel
 {
     Q_OBJECT
@@ -30,11 +32,11 @@
     ~CntImageLabel();
 
 protected:
-    void mousePressEvent(QGraphicsSceneMouseEvent *event);
-    void mouseReleaseEvent(QGraphicsSceneMouseEvent *event);
+    void gestureEvent(QGestureEvent* event);
     
 signals:
     void iconClicked();
+    void iconLongPressed(const QPointF&);
 };
 
 #endif // CNTEDITVIEWHEADINGITEM_H