diff options
-rw-r--r-- | src/Basemenu.hh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Basemenu.hh b/src/Basemenu.hh index d094185..056c8de 100644 --- a/src/Basemenu.hh +++ b/src/Basemenu.hh | |||
@@ -1,8 +1,8 @@ | |||
1 | // Basemenu.hh for Fluxbox Window manager | 1 | // Basemenu.hh for Fluxbox Window manager |
2 | // Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) | 2 | // Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen at linuxmail.org) |
3 | // | 3 | // |
4 | // Basemenu.hh for Blackbox - an X11 Window manager | 4 | // Basemenu.hh for Blackbox - an X11 Window manager |
5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) | 5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net) |
6 | // | 6 | // |
7 | // Permission is hereby granted, free of charge, to any person obtaining a | 7 | // Permission is hereby granted, free of charge, to any person obtaining a |
8 | // copy of this software and associated documentation files (the "Software"), | 8 | // copy of this software and associated documentation files (the "Software"), |
@@ -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.21 2002/12/03 23:21:42 fluxgen Exp $ | 25 | // $Id: Basemenu.hh,v 1.22 2002/12/13 20:39:41 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef BASEMENU_HH | 27 | #ifndef BASEMENU_HH |
28 | #define BASEMENU_HH | 28 | #define BASEMENU_HH |
@@ -34,7 +34,6 @@ | |||
34 | #include "FbWindow.hh" | 34 | #include "FbWindow.hh" |
35 | #include "EventHandler.hh" | 35 | #include "EventHandler.hh" |
36 | 36 | ||
37 | class Basemenu; | ||
38 | class BasemenuItem; | 37 | class BasemenuItem; |
39 | class BImageControl; | 38 | class BImageControl; |
40 | class BScreen; | 39 | class BScreen; |