--- a/calendarui/controller/inc/calencontroller.h Fri Jun 11 13:37:54 2010 +0300
+++ b/calendarui/controller/inc/calencontroller.h Wed Jun 23 18:11:28 2010 +0300
@@ -67,7 +67,7 @@
/**
* C++ constructor
*/
- CCalenController(bool isFromServiceFrmwrk);
+ CCalenController();
/**
* Constructs CCalenController with existing CAknViewAppUi. If the
@@ -214,6 +214,12 @@
*/
CCalenCustomisationManager& CustomisationManager();
+ /**
+ * Filters the events eg. Locale/language change events
+ * @param event
+ */
+ bool eventFilter(QObject *object, QEvent *event);
+
private: // Construction and destruction
/**