--- a/src/hbwidgets/popups/hbmessagebox.h Tue Jul 06 14:36:53 2010 +0300
+++ b/src/hbwidgets/popups/hbmessagebox.h Wed Aug 18 10:05:37 2010 +0300
@@ -99,7 +99,7 @@
QGraphicsWidget *headWidget = 0,
QGraphicsScene *scene = 0,
QGraphicsItem *parent = 0 );
-
+
static void information(const QString &informationText,
QObject *receiver = 0,
const char *member = 0,
@@ -121,7 +121,7 @@
QGraphicsWidget *headingWidget = 0,
QGraphicsScene *scene = 0,
QGraphicsItem *parent = 0);
-
+
static void information(const QString &informationText,
QObject *receiver,
const char *member,
@@ -149,7 +149,7 @@
Q_PRIVATE_SLOT(d_func(), void _q_buttonClicked())
Q_DECLARE_PRIVATE_D(d_ptr, HbMessageBox)
Q_DISABLE_COPY(HbMessageBox)
-
+
};
Q_DECLARE_OPERATORS_FOR_FLAGS(HbMessageBox::StandardButtons)