--- 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();
};