--- a/videocollection/tsrc/stubs/inc/hbmenu.h Fri Sep 03 12:37:43 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/hbmenu.h Mon Sep 20 18:25:37 2010 +0300
@@ -19,36 +19,13 @@
#ifndef HBMENU_H
#define HBMENU_H
-#include <hbwidget.h>
+#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
{