equal
deleted
inserted
replaced
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 } |