calendarui/views/dayview/inc/calendayutils.h
changeset 58 ef813d54df51
parent 50 579cc610882e
child 77 b0711afde476
--- a/calendarui/views/dayview/inc/calendayutils.h	Tue Jul 06 14:14:56 2010 +0300
+++ b/calendarui/views/dayview/inc/calendayutils.h	Wed Aug 18 09:47:38 2010 +0300
@@ -38,8 +38,6 @@
     
     HbMainWindow* mainWindow();
     
-    bool isHorizontalSwipe(qreal angle) const;
-    
     /**
      * Get event's start/end time fromm agenda entry.
      * Start/end time are validated to be within the current day (the case of
@@ -50,7 +48,7 @@
      * @param currentDate [in] current date
      */
     void getEventValidStartEndTime( QDateTime& start, QDateTime& end,
-                                   AgendaEntry& entry, QDateTime& currentDate );
+                                   const AgendaEntry& entry, QDateTime& currentDate );
     
 protected:
     CalenDayUtils();