src/hbwidgets/popups/hbmessagebox_p.h
changeset 23 e6ad4ef83b23
parent 21 4633027730f5
child 28 b7da29130b0e
--- a/src/hbwidgets/popups/hbmessagebox_p.h	Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbwidgets/popups/hbmessagebox_p.h	Thu Sep 02 20:44:51 2010 +0300
@@ -41,14 +41,14 @@
     ~HbMessageBoxPrivate();
 
     void init();
-	void _q_appearEffectEnded(HbEffect::EffectStatus status);
+    void _q_appearEffectEnded(HbEffect::EffectStatus status);
     HbIcon mIcon;
     HbMessageBoxContentWidget *mMessageBoxContentWidget;
     HbMessageBox::MessageBoxType mMessageBoxType;
-  	bool mIconVisible;
+    bool mIconVisible;
     QMap <HbAction* , HbMessageBox::StandardButton> mActionList;
     HbMessageBox::StandardButtons mStandardButtons;
-	QString mBoxText;
+    QString mBoxText;
 public slots:
     void _q_buttonClicked();
 };