diff -r 2c54b51f39c4 -r bb2d3e476f29 calendarui/caleneditor/inc/caleneditorcommon.h --- a/calendarui/caleneditor/inc/caleneditorcommon.h Mon Jul 26 13:54:38 2010 +0530 +++ b/calendarui/caleneditor/inc/caleneditorcommon.h Mon Aug 09 18:30:52 2010 +0530 @@ -31,6 +31,11 @@ #define CALEN_EDITOR_ADD_DESCRIPTION_ACTION "addDescriptionAction" #define CALEN_EDITOR_DELETE_EVENT_ACTION "deleteEventAction" +// Constants +const int SecsInOneHour( 3600 ); +const int MaxRowsInTextItem(10); +const int MaxCharacterLimit(255); + enum CustomItemOffset { CustomWidgetFrom = HbDataFormModelItem::CustomItemBase + 1, CustomWidgetTo,