calendarui/views/inc/calenpluginlabel.h
changeset 32 ea672fcb0ea0
parent 23 fd30d51f876b
child 49 5de72ea7a065
child 51 0b38fc5b94c6
--- a/calendarui/views/inc/calenpluginlabel.h	Fri May 14 15:51:09 2010 +0300
+++ b/calendarui/views/inc/calenpluginlabel.h	Thu May 27 12:51:15 2010 +0300
@@ -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;