src/hbwidgets/widgets/hbgroupboxheadingwidget_p.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
--- a/src/hbwidgets/widgets/hbgroupboxheadingwidget_p.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbwidgets/widgets/hbgroupboxheadingwidget_p.h	Mon May 03 12:48:33 2010 +0300
@@ -32,6 +32,8 @@
 #include "hbgroupbox_p.h"
 
 class HbStyleOptionGroupBox;
+class QGestureEvent;
+
 
 class HB_AUTOTEST_EXPORT HbGroupBoxHeadingWidget : public HbWidget
 {
@@ -76,6 +78,9 @@
     QVariant itemChange(GraphicsItemChange change, const QVariant &value);
     void mousePressEvent(QGraphicsSceneMouseEvent *event);
     void mouseReleaseEvent(QGraphicsSceneMouseEvent *event);
+#ifdef HB_GESTURE_FW
+    void gestureEvent(QGestureEvent *event);
+#endif 
 };
 
 #endif // HBGROUPBOXHEADINGWIDGET_H