src/hbinput/inputwidgets/hbinputmodeindicator.h
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 6 c3690ec91ef8
--- a/src/hbinput/inputwidgets/hbinputmodeindicator.h	Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbinput/inputwidgets/hbinputmodeindicator.h	Thu Jul 22 16:36:53 2010 +0100
@@ -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