terminalsecurity/SCP/SCPClient/src/SCPQueryDialog.cpp
branchRCL_3
changeset 19 696f5dd11939
parent 16 915074efc433
child 21 490439ac0bd4
equal deleted inserted replaced
18:2de6635c154b 19:696f5dd11939
   153     {
   153     {
   154     Dprint( (_L("CSCPQueryDialog::PreLayoutDynInitL()") ));
   154     Dprint( (_L("CSCPQueryDialog::PreLayoutDynInitL()") ));
   155     
   155     
   156     CAknTextQueryDialog::PreLayoutDynInitL();
   156     CAknTextQueryDialog::PreLayoutDynInitL();
   157     
   157     
       
   158     CEikSecretEditor* queryControl = static_cast<CEikSecretEditor*>( 
       
   159                 QueryControl()->ControlByLayoutOrNull( QueryControl()->QueryType() ) );
       
   160 
       
   161     queryControl->SetFeature(CEikSecretEditor::ELockQuerySCT, ETrue);
       
   162 
   158     //disable in call bubble.
   163     //disable in call bubble.
   159     if ( AknLayoutUtils::PenEnabled() )
   164     if ( AknLayoutUtils::PenEnabled() )
   160         {
   165         {
   161         SetIncallBubbleAllowedInUsualL( EFalse );
   166         SetIncallBubbleAllowedInUsualL( EFalse );
   162         }
   167         }