mpxmusicplayer/commonui/src/mpxfilenamequerydlg.cpp
branchRCL_3
changeset 66 1f1dad4af8f8
parent 53 3de6c4cf6b67
equal deleted inserted replaced
60:bdd9da0d70fe 66:1f1dad4af8f8
   234 // 
   234 // 
   235 TKeyResponse CMPXFileNameQueryDlg::OfferKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType ) 
   235 TKeyResponse CMPXFileNameQueryDlg::OfferKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType ) 
   236     { 
   236     { 
   237     TKeyResponse response = EKeyWasNotConsumed;
   237     TKeyResponse response = EKeyWasNotConsumed;
   238     // consume 'enter' so it won't acknowledge the dialog
   238     // consume 'enter' so it won't acknowledge the dialog
   239 
       
   240     TBool vkbOpen = EFalse;
   239     TBool vkbOpen = EFalse;
   241     CAknQueryControl* queryControl = QueryControl();
   240     CAknQueryControl* queryControl = QueryControl();
   242     if ( queryControl )
   241     if ( queryControl )
   243         {
   242         {
   244         CEikEdwin* edwin = static_cast< CEikEdwin* >(
   243         CEikEdwin* edwin = static_cast< CEikEdwin* >(