src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasic12keyhandler.h
changeset 34 ed14f46c0e55
parent 1 f7ac710697a9
--- a/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasic12keyhandler.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasic12keyhandler.h	Mon Oct 18 18:23:13 2010 +0300
@@ -30,17 +30,17 @@
 class HbHardwareInputBasic12KeyHandlerPrivate;
 class HbHardwareInputBasic12KeyHandler: public HbInputBasicHandler
 {
-	Q_OBJECT
+    Q_OBJECT
 public:
-	HbHardwareInputBasic12KeyHandler(HbInputAbstractMethod* inputMethod);
-	~HbHardwareInputBasic12KeyHandler();
+    HbHardwareInputBasic12KeyHandler(HbInputAbstractMethod* inputMethod);
+    ~HbHardwareInputBasic12KeyHandler();
 
-	bool isComposing() const;
-	bool actionHandler(HbInputModeAction action);
-	bool filterEvent(const QKeyEvent * event);
+    bool isComposing() const;
+    bool actionHandler(HbInputModeAction action);
+    bool filterEvent(const QKeyEvent * event);
 
 private:
-	Q_DECLARE_PRIVATE(HbHardwareInputBasic12KeyHandler)
+    Q_DECLARE_PRIVATE(HbHardwareInputBasic12KeyHandler)
     Q_DISABLE_COPY(HbHardwareInputBasic12KeyHandler)
 };