--- a/src/hbcore/inputfw/hbinputmethodnull.cpp Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbcore/inputfw/hbinputmethodnull.cpp Wed Jun 23 18:33:25 2010 +0300
@@ -29,7 +29,7 @@
/*!
\internal
*/
-HbInputMethodNull* HbInputMethodNull::Instance()
+HbInputMethodNull *HbInputMethodNull::Instance()
{
static HbInputMethodNull myInstance;
return &myInstance;
@@ -83,7 +83,7 @@
/*!
\internal
*/
-bool HbInputMethodNull::filterEvent(const QEvent* event)
+bool HbInputMethodNull::filterEvent(const QEvent *event)
{
Q_UNUSED(event);
return false;
@@ -92,7 +92,7 @@
/*!
\internal
*/
-void HbInputMethodNull::mouseHandler(int x, QMouseEvent* event)
+void HbInputMethodNull::mouseHandler(int x, QMouseEvent *event)
{
Q_UNUSED(x);
Q_UNUSED(event);