src/hbcore/gestures/hbtapandholdgesture.h
changeset 34 ed14f46c0e55
parent 1 f7ac710697a9
--- a/src/hbcore/gestures/hbtapandholdgesture.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbcore/gestures/hbtapandholdgesture.h	Mon Oct 18 18:23:13 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