equal
deleted
inserted
replaced
44 } |
44 } |
45 |
45 |
46 void CCnvAppUi::ConstructL() |
46 void CCnvAppUi::ConstructL() |
47 { |
47 { |
48 // Construct softkeys and menubar using the base class |
48 // Construct softkeys and menubar using the base class |
49 BaseConstructL( CAknAppUi::EAknEnableSkin | EAknEnableMSK); |
49 BaseConstructL( CAknAppUi::EAknEnableSkin | EAknEnableMSK | EAknSingleClickCompatible); |
50 |
50 |
51 // Construct and show our main form |
51 // Construct and show our main form |
52 iMainForm = new( ELeave ) CCnvMainForm( iFormDeleted ); |
52 iMainForm = new( ELeave ) CCnvMainForm( iFormDeleted ); |
53 iMainForm->ConstructL(); |
53 iMainForm->ConstructL(); |
54 iMainForm->ExecuteLD( R_CNV_MAINFORM ); |
54 iMainForm->ExecuteLD( R_CNV_MAINFORM ); |