fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepPredictiveSettingDialog.h
branchRCL_3
changeset 12 5e18d8c489d6
parent 8 4eb1ae11334f
--- a/fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepPredictiveSettingDialog.h	Tue May 11 16:31:42 2010 +0300
+++ b/fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepPredictiveSettingDialog.h	Tue May 25 13:03:44 2010 +0300
@@ -105,6 +105,13 @@
 		virtual void DynInitMenuPaneL( TInt aResourceId, 
 		                               CEikMenuPane* aMenuPane );
 	    
+	protected:
+        /**
+        * From CAknDialog
+        * Lays out the dialog's components when the size of the dialog 
+        * is changed.
+        */
+        virtual void SizeChanged();
 	private:
 		void ConstructL( TInt aMenuTitleResourceId );
 		CAknFepPredictiveSettingDialog(TInt aConfirmationQueryResId, TInt aTitlePaneResId);
@@ -138,6 +145,7 @@
 	    // the settings item and the flip staus changes.
 	    TBool 						iSettingItemInEditingState; 
 	    CIdle* 						iItemCloseEventCheck;
+		TBool                       iSimuKey;
 	
 	protected:
 	CAknFepPredictiveSettingList*	iSettingsList;