diff -r a949c2543c15 -r ea672fcb0ea0 calendarui/views/inc/calenmonthgrid.h --- a/calendarui/views/inc/calenmonthgrid.h Fri May 14 15:51:09 2010 +0300 +++ b/calendarui/views/inc/calenmonthgrid.h Thu May 27 12:51:15 2010 +0300 @@ -66,8 +66,11 @@ protected: void orientationChanged(Qt::Orientation newOrientation); + void gestureEvent(QGestureEvent *event); private: + void downGesture(); + void upGesture(); void handlePrependingRows(QList &monthDataList); void handleAppendingRows(QList &monthDataList); void handlePanGestureFinished(); @@ -84,11 +87,6 @@ void appendRows(); void itemActivated(const QModelIndex &index); -protected slots: - void downGesture(int value); - void upGesture(int value); - void panGesture(const QPointF &delta); - private: QStandardItemModel *mModel; QList mMonthDataArray;