src/hbinput/inputwidgets/hbinputmodeindicator.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 6 c3690ec91ef8
--- a/src/hbinput/inputwidgets/hbinputmodeindicator.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputmodeindicator.h	Fri May 14 16:09:54 2010 +0300
@@ -28,7 +28,7 @@
 
 #include <hbwidget.h>
 #include <hbinputdef.h>
-#include <hbinputtouchkeypadbutton.h>
+#include <hbinputbutton.h>
 
 class HbInputModeIndicatorPrivate;
 
@@ -37,12 +37,11 @@
 {
     Q_OBJECT
 public:
-    HbInputModeIndicator(HbTouchKeypadButton& button, QGraphicsWidget* parent = 0);
+    HbInputModeIndicator(HbInputButton *button, QGraphicsWidget *parent = 0);
     virtual ~HbInputModeIndicator();
 
 public slots:
     void updateIndicator();
-    void udpdatePredictionStatus(int newStatus);
     void updatePredictionStatus(HbKeyboardSettingFlags keyboardType, bool newStatus);
 
 private: