diff -r 4633027730f5 -r e6ad4ef83b23 src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasic12keyhandler.h --- a/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasic12keyhandler.h Wed Aug 18 10:05:37 2010 +0300 +++ b/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasic12keyhandler.h Thu Sep 02 20:44:51 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) };