diff options
Diffstat (limited to 'src/FbMenu.hh')
-rw-r--r-- | src/FbMenu.hh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/FbMenu.hh b/src/FbMenu.hh index 53266bf..6e43d8f 100644 --- a/src/FbMenu.hh +++ b/src/FbMenu.hh | |||
@@ -29,7 +29,11 @@ | |||
29 | #include <memory> | 29 | #include <memory> |
30 | 30 | ||
31 | class MenuTheme; | 31 | class MenuTheme; |
32 | |||
33 | namespace FbTk { | ||
32 | class Shape; | 34 | class Shape; |
35 | } | ||
36 | |||
33 | /// a layered and shaped menu | 37 | /// a layered and shaped menu |
34 | class FbMenu:public FbTk::Menu { | 38 | class FbMenu:public FbTk::Menu { |
35 | public: | 39 | public: |
@@ -44,7 +48,7 @@ public: | |||
44 | void buttonReleaseEvent(XButtonEvent &be); | 48 | void buttonReleaseEvent(XButtonEvent &be); |
45 | private: | 49 | private: |
46 | FbTk::XLayerItem m_layeritem; | 50 | FbTk::XLayerItem m_layeritem; |
47 | std::auto_ptr<Shape> m_shape; | 51 | std::auto_ptr<FbTk::Shape> m_shape; |
48 | }; | 52 | }; |
49 | 53 | ||
50 | #endif // FBMENU_HH | 54 | #endif // FBMENU_HH |