application/src/PodcastAppui.cpp
branchSymbian3
changeset 37 1644b7cd063e
parent 35 66c5303f3610
child 51 3a22449b5c73
child 125 70749e2f572d
equal deleted inserted replaced
36:e010fc411ddc 37:1644b7cd063e
    41 	}
    41 	}
    42 
    42 
    43 void CPodcastAppUi::ConstructL()
    43 void CPodcastAppUi::ConstructL()
    44     {
    44     {
    45     DP("CPodcastAppUi::ConstructL() BEGIN");
    45     DP("CPodcastAppUi::ConstructL() BEGIN");
       
    46 #ifndef SYMBIAN1_UI
    46     BaseConstructL(CAknAppUi::EAknEnableSkin); 
    47     BaseConstructL(CAknAppUi::EAknEnableSkin); 
       
    48 #else
       
    49     BaseConstructL(CAknAppUi::EAknEnableSkin | EAknSingleClickCompatible);
       
    50 #endif
    47 
    51 
    48     iPodcastModel->ConnectionEngine().AddObserver(this);
    52     iPodcastModel->ConnectionEngine().AddObserver(this);
    49     
    53     
    50     DP("Constructing FeedView");
    54     DP("Constructing FeedView");
    51 	iFeedView = CPodcastFeedView::NewL(*iPodcastModel);
    55 	iFeedView = CPodcastFeedView::NewL(*iPodcastModel);