diff -r 16d8024aca5e -r f7ac710697a9 src/hbcore/style/hbstyleoptionnavigationbutton.cpp --- a/src/hbcore/style/hbstyleoptionnavigationbutton.cpp Mon Apr 19 14:02:13 2010 +0300 +++ b/src/hbcore/style/hbstyleoptionnavigationbutton.cpp Mon May 03 12:48:33 2010 +0300 @@ -30,13 +30,26 @@ \brief HbStyleOptionNavigationButton has the style component for the navigation button */ + + +/*! + + \deprecated HbStyleOptionNavigationButton::HbStyleOptionNavigationButton() + is deprecated. Styleoptions will not be public. + +*/ HbStyleOptionNavigationButton::HbStyleOptionNavigationButton() : HbStyleOption(), mode(QIcon::Normal), transparent(false) { type = Type; version = Version; } +/*! + \deprecated HbStyleOptionNavigationButton::HbStyleOptionNavigationButton(const HbStyleOptionNavigationButton&) + is deprecated. Styleoptions will not be public. + +*/ HbStyleOptionNavigationButton::HbStyleOptionNavigationButton(const HbStyleOptionNavigationButton &other) : HbStyleOption(other), mode(other.mode), transparent(other.transparent) {