src/hbcore/gestures/hbtapandholdgesture.h
changeset 30 80e4d18b72f5
parent 1 f7ac710697a9
--- a/src/hbcore/gestures/hbtapandholdgesture.h	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbcore/gestures/hbtapandholdgesture.h	Mon Oct 04 00:38:12 2010 +0300
@@ -48,8 +48,10 @@
     HbTapAndHoldGesture(HbTapAndHoldGesturePrivate* data, QObject* parent = NULL);
 
 private:
+    Q_DECLARE_PRIVATE_D(priv, HbTapAndHoldGesture)
     HbTapAndHoldGesturePrivate* priv;
     friend class HbTapAndHoldGestureLogic;
+    friend class HbTapAndHoldGestureRecognizer;
 };
 
 #endif // HBTAPANDHOLDGESTURE_P_H