src/hbcore/gestures/hbswipegesture.h
changeset 34 ed14f46c0e55
parent 1 f7ac710697a9
--- a/src/hbcore/gestures/hbswipegesture.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbcore/gestures/hbswipegesture.h	Mon Oct 18 18:23:13 2010 +0300
@@ -37,10 +37,6 @@
     Q_PROPERTY(SwipeDirection sceneVerticalDirection READ sceneVerticalDirection STORED false)
     Q_PROPERTY(qreal sceneSwipeAngle READ sceneSwipeAngle WRITE setSceneSwipeAngle)
 
-    // Deprecated
-    Q_PROPERTY(qreal speed READ speed WRITE setSpeed)
-    Q_PROPERTY(int touchPointCount READ touchPointCount WRITE setTouchPointCount)
-
 public:
     explicit HbSwipeGesture(QObject *parent = 0);
     virtual ~HbSwipeGesture();
@@ -60,12 +56,7 @@
     Q_DISABLE_COPY(HbSwipeGesture)
 
     friend class HbSwipeGestureLogic;
-
-public: // Deprecated
-    qreal speed() const;
-    void setSpeed(qreal speed);
-    int touchPointCount() const;
-    void setTouchPointCount(int touchPointCount);
+    friend class HbSwipeGestureRecognizer;
 };
 
 #endif // HBSWIPEGESTURE_H