--- a/calendarui/views/inc/calenpluginlabel.h Mon May 03 12:30:32 2010 +0300
+++ b/calendarui/views/inc/calenpluginlabel.h Mon Jun 28 15:22:02 2010 +0530
@@ -27,11 +27,12 @@
Q_OBJECT
public:
- CalenPluginLabel(MCalenServices &services, QGraphicsItem *parent = 0);
- ~CalenPluginLabel();
+ IMPORT_C CalenPluginLabel(MCalenServices &services, QGraphicsItem *parent = 0);
+ IMPORT_C ~CalenPluginLabel();
-private:
- void mousePressEvent(QGraphicsSceneMouseEvent *event);
+protected:
+ void gestureEvent(QGestureEvent *event);
+
private:
MCalenServices &mServices;