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