calendarui/controller/src/calenlocationui.cpp
branchRCL_3
changeset 86 ed599363c2d7
parent 74 97232defd20e
--- 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 <calenlocationui.h>
+#include "calenlocationui.h"
 #include "calencontroller.h"
 #include <calencommands.hrh>
 #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;