--- a/src/hbcore/inputfw/hbinputmethodnull.cpp Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbcore/inputfw/hbinputmethodnull.cpp Thu Jul 22 16:36:53 2010 +0100
@@ -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);