diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbinput/inputwidgets/hbinputmodeindicator.h --- a/src/hbinput/inputwidgets/hbinputmodeindicator.h Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbinput/inputwidgets/hbinputmodeindicator.h Wed Jun 23 18:33:25 2010 +0300 @@ -37,7 +37,7 @@ { Q_OBJECT public: - HbInputModeIndicator(HbInputButton *button, QGraphicsWidget *parent = 0); + explicit HbInputModeIndicator(HbInputButton *button, QGraphicsWidget *parent = 0); virtual ~HbInputModeIndicator(); public slots: @@ -46,7 +46,7 @@ private: Q_DISABLE_COPY(HbInputModeIndicator) - HbInputModeIndicatorPrivate* mPrivate; + HbInputModeIndicatorPrivate *mPrivate; }; #endif // HB_INPUT_MODE_INDICATOR_H