iaupdate/IAD/ui/src/iaupdateautomaticcheck.cpp
changeset 29 26b6f0522fd8
parent 0 ba25891c3a9e
child 33 8110bf1194d1
--- a/iaupdate/IAD/ui/src/iaupdateautomaticcheck.cpp	Fri Apr 16 15:05:20 2010 +0300
+++ b/iaupdate/IAD/ui/src/iaupdateautomaticcheck.cpp	Mon May 03 12:38:03 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -21,15 +21,13 @@
 //INCLUDES
 
 #include "iaupdateautomaticcheck.h"
-#include "iaupdatedialogutil.h"
 #include "iaupdatefirsttimeinfo.h"
 #include "iaupdate.hrh"
 #include "iaupdateprivatecrkeys.h"
-#include "iaupdateapplication.h"
+
 
-#include <avkon.rsg>
+
 #include <avkon.hrh>
-#include <iaupdate.rsg>
 #include <centralrepository.h> 
 
 
@@ -104,9 +102,10 @@
 	        }
 	    else
 	        {
-	        TInt ret = IAUpdateDialogUtil::ShowConfirmationQueryL( 
+	        /*TInt ret = IAUpdateDialogUtil::ShowConfirmationQueryL( 
 	                                          R_IAUPDATE_TURN_ON_AUTOUPD_CHECKS, 
-	                                          R_AVKON_SOFTKEYS_YES_NO );    
+	                                          R_AVKON_SOFTKEYS_YES_NO );*/ 
+	        TInt ret = EAknSoftkeyYes;
 	        firstTimeInfo->SetAutomaticUpdatesAskedL();
 	        if ( ret == EAknSoftkeyYes )
                 {