controlpanelplugins/themeplugin/src/cpthemelistview.cpp
changeset 41 ab0490982943
parent 33 0cfa53de576f
equal deleted inserted replaced
36:2fee987ebaff 41:ab0490982943
    69     layout->addItem(mThemeList);
    69     layout->addItem(mThemeList);
    70     
    70     
    71     //Create the toolbar for Ovi Store.
    71     //Create the toolbar for Ovi Store.
    72     HbToolBar* toolBar = new HbToolBar(this);
    72     HbToolBar* toolBar = new HbToolBar(this);
    73 
    73 
    74     HbAction* oviAction = new HbAction(HbIcon("qtg_large_ovistore"), hbTrId("txt_cp_list_get_more_tones"));
    74     HbAction* oviAction = new HbAction(HbIcon("qtg_large_ovistore"), hbTrId("txt_cp_list_get_more_themes"));
    75     QObject::connect( oviAction, SIGNAL(triggered()), 
    75     QObject::connect( oviAction, SIGNAL(triggered()), 
    76                           this, SIGNAL(oviClicked()));
    76                           this, SIGNAL(oviClicked()));
    77        
    77        
    78     //Add Action to the toolbar and show toolbar
    78     //Add Action to the toolbar and show toolbar
    79     toolBar->addAction(oviAction);
    79     toolBar->addAction(oviAction);