diff -r 356f28cd5ca0 -r ed599363c2d7 calendarui/controller/src/calenlocationui.cpp --- a/calendarui/controller/src/calenlocationui.cpp Wed Sep 15 12:11:35 2010 +0300 +++ b/calendarui/controller/src/calenlocationui.cpp Wed Oct 13 14:30:35 2010 +0300 @@ -20,7 +20,7 @@ //debug #include "calendarui_debug.h" -#include +#include "calenlocationui.h" #include "calencontroller.h" #include #include "calenlocationactiveselector.h" @@ -193,7 +193,7 @@ break; case ECalenShowLocationQuery: { - TInt userResponse = ShowDefineLocationQueryL(); + TInt userResponse = ShowDefineLocationQuery(); if(userResponse) { isGetLocationAndSave = ETrue; @@ -772,7 +772,7 @@ // Queries user to validate the location frm maps or not // ----------------------------------------------------------------------------- // -TInt CCalenLocationUi::ShowDefineLocationQueryL() +TInt CCalenLocationUi::ShowDefineLocationQuery() { TRACE_ENTRY_POINT;