videocollection/tsrc/stubs/inc/hbmenu.h
changeset 63 4707a0db12f6
parent 36 8aed59de29f9
--- 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
 {