diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Basemenu.hh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/Basemenu.hh b/src/Basemenu.hh index 056c8de..c68dad5 100644 --- a/src/Basemenu.hh +++ b/src/Basemenu.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Basemenu.hh,v 1.22 2002/12/13 20:39:41 fluxgen Exp $ | 25 | // $Id: Basemenu.hh,v 1.23 2003/01/09 21:57:46 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef BASEMENU_HH | 27 | #ifndef BASEMENU_HH |
28 | #define BASEMENU_HH | 28 | #define BASEMENU_HH |
@@ -35,9 +35,12 @@ | |||
35 | #include "EventHandler.hh" | 35 | #include "EventHandler.hh" |
36 | 36 | ||
37 | class BasemenuItem; | 37 | class BasemenuItem; |
38 | class BImageControl; | ||
39 | class BScreen; | 38 | class BScreen; |
40 | 39 | ||
40 | namespace FbTk { | ||
41 | class ImageControl; | ||
42 | }; | ||
43 | |||
41 | /** | 44 | /** |
42 | Base class for menus | 45 | Base class for menus |
43 | */ | 46 | */ |
@@ -136,7 +139,7 @@ private: | |||
136 | BScreen *m_screen; | 139 | BScreen *m_screen; |
137 | Display *m_display; | 140 | Display *m_display; |
138 | Basemenu *m_parent; | 141 | Basemenu *m_parent; |
139 | BImageControl *m_image_ctrl; | 142 | FbTk::ImageControl *m_image_ctrl; |
140 | Menuitems menuitems; | 143 | Menuitems menuitems; |
141 | 144 | ||
142 | bool moving, visible, movable, torn, internal_menu, title_vis, shifted, | 145 | bool moving, visible, movable, torn, internal_menu, title_vis, shifted, |