diff -r 9c5b1510919f -r bf573002ff72 calendarui/commonutils/inc/CalenStatusPaneUtilsImpl.h --- a/calendarui/commonutils/inc/CalenStatusPaneUtilsImpl.h Wed Jun 09 09:40:23 2010 +0300 +++ b/calendarui/commonutils/inc/CalenStatusPaneUtilsImpl.h Mon Jun 21 15:38:59 2010 +0300 @@ -25,6 +25,7 @@ class CEikStatusPane; class CAknNavigationDecorator; class CCalenTitlePane; +class TRgb; NONSHARABLE_CLASS( CCalenStatusPaneUtilsImpl ) : public CBase { @@ -40,6 +41,7 @@ void UnderLineTitleText( TBool aUnderline ); CAknNavigationDecorator* ShowNaviPaneL( const TTime& aActiveDay ); + CAknNavigationDecorator* ShowNaviPaneL( const TDesC& aName, const TRgb aColor ); void HideNaviPane();