extras/converter/Ui/Src/CCnvAppUi.cpp
changeset 2 c4c2ac0facfd
parent 0 3ee3dfdd8d69
equal deleted inserted replaced
1:a662ab7f60a8 2:c4c2ac0facfd
    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 );