src/hbcore/gestures/hbtapgesture.cpp
changeset 30 80e4d18b72f5
parent 6 c3690ec91ef8
--- a/src/hbcore/gestures/hbtapgesture.cpp	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbcore/gestures/hbtapgesture.cpp	Mon Oct 04 00:38:12 2010 +0300
@@ -23,9 +23,8 @@
 **
 ****************************************************************************/
 
+#include "hbtapgesture.h"
 #include "hbgestures_p.h"
-#include "hbtapgesture.h"
-#include "hbtapgesture_p.h"
 
 #include <QPointF>
 #include <QVariant>
@@ -39,10 +38,6 @@
 #endif
 
 
-HbTapGesturePrivate::HbTapGesturePrivate(): mTapStyleHint(HbTapGesture::Tap), mTimerId(0)
-{
-}
-
 /*!
    @proto
    @hbcore