calendarui/views/src/calensettingsview.cpp
changeset 26 a949c2543c15
parent 18 c198609911f9
child 49 5de72ea7a065
equal deleted inserted replaced
23:fd30d51f876b 26:a949c2543c15
    79     {
    79     {
    80     mCalenSettings->populateSettingList();
    80     mCalenSettings->populateSettingList();
    81     
    81     
    82     // Add view on main window and set back softkey
    82     // Add view on main window and set back softkey
    83 	mServices.MainWindow().addView(this);
    83 	mServices.MainWindow().addView(this);
    84 	mSoftKeyAction = new HbAction(Hb::BackAction);
    84 	mSoftKeyAction = new HbAction(Hb::BackNaviAction);
    85 	setNavigationAction(mSoftKeyAction);
    85 	setNavigationAction(mSoftKeyAction);
    86 	connect(mSoftKeyAction, SIGNAL(triggered()), 
    86 	connect(mSoftKeyAction, SIGNAL(triggered()), 
    87 											this, SLOT(launchPreviousView()));
    87 											this, SLOT(launchPreviousView()));
    88     }
    88     }
    89 
    89