diff -r 16d8024aca5e -r f7ac710697a9 src/hbcore/style/hbstyleoptionprogressbar.h --- a/src/hbcore/style/hbstyleoptionprogressbar.h Mon Apr 19 14:02:13 2010 +0300 +++ b/src/hbcore/style/hbstyleoptionprogressbar.h Mon May 03 12:48:33 2010 +0300 @@ -30,6 +30,7 @@ #include #include +//Deprecated class HB_CORE_EXPORT HbStyleOptionProgressBar : public HbStyleOption { public: @@ -41,15 +42,14 @@ enum StyleOptionType { Type = HbSO_ProgressBar }; enum StyleOptionVersion { Version = 1 }; - // deprecated - enum HandleState { + enum HandleState { // deprecated PlayNormal, PlayPressed, PauseNormal, PausePressed }; - enum SliderState + enum SliderState // deprecated { SliderStatePlayNormal, SliderStatePlayPressed, @@ -60,19 +60,19 @@ int progressValue; int minimum; int maximum; - uint inverted : 1;//mirrored - QString text; // deprecated + uint inverted : 1; //mirrored + QString text; // deprecated bool isSlider; uint stopWaitAnimation : 1; QString minText; QString maxText; Qt::Orientation orientation; - int sliderValue; - QRectF handleRect; - HbIcon thumbIcon; // deprecated - qreal maskWidth; - bool secondoryType; + int sliderValue; // deprecated + QRectF handleRect; // deprecated + HbIcon thumbIcon; // deprecated + qreal maskWidth; // deprecated + bool secondaryType; // deprecated HandleState handleState; // deprecated SliderState sliderState; // deprecated Qt::Alignment minMaxTextAlignment;