appsupport_plat/restore_factory_settings_api/inc/rfsHandler.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
--- a/appsupport_plat/restore_factory_settings_api/inc/rfsHandler.h	Tue Aug 31 15:24:25 2010 +0300
+++ b/appsupport_plat/restore_factory_settings_api/inc/rfsHandler.h	Wed Sep 01 12:24:48 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2002-2009 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"
@@ -41,11 +41,12 @@
 
 // FORWARD DECLARATIONS
 
+class CAknQueryDialog;
+class CAknInformationNote;
 class CEikonEnv;
 class CSecurityHandler;
 class CRfsSecurityHandler;
 class CRfsPdpObserver;
-class CHbDeviceMessageBoxSymbian;
 
 // CLASS DECLARATION
 
@@ -163,7 +164,7 @@
         TInt iFlags;
 
         // confirmation query
-        CHbDeviceMessageBoxSymbian* iQuery;
+        CAknQueryDialog* iQuery;
 
         // for security code query when using SecUI
         CSecurityHandler* iSecurityHandler;