diff -r 0e1e938beb1a -r a9d57bd8d7b7 videocollection/tsrc/stubs/inc/hbmenu.h --- a/videocollection/tsrc/stubs/inc/hbmenu.h Fri Sep 17 08:30:05 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/hbmenu.h Mon Oct 04 00:19:07 2010 +0300 @@ -19,36 +19,13 @@ #ifndef HBMENU_H #define HBMENU_H -#include +#include "hbwidget.h" +#include "hbpopup.h" class QGraphicsItem; class QPointF; class HbAction; -class HbPopup -{ -public: - enum Placement - { - TopLeftCorner, - TopRightCorner, - BottomLeftCorner, - BottomRightCorner, - TopEdgeCenter, - RightEdgeCenter, - BottomEdgeCenter, - LeftEdgeCenter, - Center - }; - - enum DismissPolicy - { - NoDismiss = 0, - TapInside = 1, - TapOutside = 2, - TapAnywhere = TapInside | TapOutside - }; -}; class HbMenu: public HbWidget {