diff -r e6ad4ef83b23 -r b7da29130b0e src/hbcore/gui/hbpopup_p.h --- a/src/hbcore/gui/hbpopup_p.h Thu Sep 02 20:44:51 2010 +0300 +++ b/src/hbcore/gui/hbpopup_p.h Fri Sep 17 08:32:10 2010 +0300 @@ -127,7 +127,7 @@ bool addPopupToScene(); void handleBackgroundMousePressEvent(); - void handleBackgroundMouseReleaseEvent(QGraphicsSceneMouseEvent *event); + virtual void handleBackgroundMouseReleaseEvent(QGraphicsSceneMouseEvent *event); void calculateShape(); static int timeoutValue(HbPopup::DefaultTimeout timeout); @@ -154,6 +154,7 @@ friend class HbPopupManagerPrivate; friend class HbPopupLayoutProxy; friend class HbDeviceDialogManagerPrivate; + friend class HbInputCommonDialogs; // To be able to unit test private features friend class TestHbPopup;