src/hbcore/style/hbstyleoptionprogressdialog.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
--- a/src/hbcore/style/hbstyleoptionprogressdialog.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/style/hbstyleoptionprogressdialog.h	Mon May 03 12:48:33 2010 +0300
@@ -29,6 +29,7 @@
 #include <hbstyleoption.h>
 #include <hbicon.h>
 
+//Deprecated
 class HB_CORE_EXPORT HbStyleOptionProgressDialog : public HbStyleOption
 {
 public:
@@ -36,13 +37,13 @@
     HbStyleOptionProgressDialog(const HbStyleOptionProgressDialog &other);
     ~HbStyleOptionProgressDialog();
     HbIcon icon;
-	QString text;
-    Qt::Alignment iconAlignment;
+    QString text;
+    Qt::Alignment iconAlignment;    // deprecated
     enum StyleOptionType { Type = HbSO_ProgressDialog };
     enum StyleOptionVersion { Version = 1 };
-	QSizeF progressBarSize;
-	bool wrap;
-	Qt::Alignment textAlignment;
+    QSizeF progressBarSize;    // deprecated
+    bool wrap;    // deprecated
+    Qt::Alignment textAlignment;    // deprecated
 };
 
 #endif