--- a/src/hbwidgets/popups/hbprogressdialog.h Mon May 03 12:48:33 2010 +0300
+++ b/src/hbwidgets/popups/hbprogressdialog.h Fri May 14 16:09:54 2010 +0300
@@ -43,11 +43,6 @@
Q_PROPERTY( HbIcon icon READ icon WRITE setIcon )
Q_PROPERTY( ProgressDialogType progressDialogType READ progressDialogType WRITE setProgressDialogType )
- /* Deprecated */
- Q_PROPERTY( Qt::Alignment textAlignment READ textAlignment WRITE setTextAlignment )
- /* Deprecated */
- Q_PROPERTY( Qt::Alignment iconAlignment READ iconAlignment WRITE setIconAlignment )
-
public:
enum ProgressDialogType { ProgressDialog, WaitDialog };
@@ -79,16 +74,6 @@
QGraphicsItem* primitive(HbStyle::Primitive primitive) const;
- /* Deprecated */
- void setTextAlignment(Qt::Alignment align);
- /* Deprecated */
- Qt::Alignment textAlignment() const;
-
- /* Deprecated */
- void setIconAlignment(Qt::Alignment align);
- /* Deprecated */
- Qt::Alignment iconAlignment() const;
-
signals:
void cancelled();