diff options
Diffstat (limited to 'src/Tab.hh')
-rw-r--r-- | src/Tab.hh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,15 +19,15 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Tab.hh,v 1.17 2002/12/01 13:42:00 rathnor Exp $ | 22 | // $Id: Tab.hh,v 1.18 2003/04/09 17:20:03 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef TAB_HH | 24 | #ifndef TAB_HH |
25 | #define TAB_HH | 25 | #define TAB_HH |
26 | 26 | ||
27 | #include <X11/Xlib.h> | 27 | #include <X11/Xlib.h> |
28 | #include <strings.h> | 28 | #include <strings.h> |
29 | class FluxboxWindow; | 29 | //class FluxboxWindow; |
30 | 30 | #include "Window.hh" | |
31 | /** | 31 | /** |
32 | Note: Tab is a friend of FluxboxWindow | 32 | Note: Tab is a friend of FluxboxWindow |
33 | */ | 33 | */ |