aboutsummaryrefslogtreecommitdiff
path: root/src/Tab.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tab.hh')
-rw-r--r--src/Tab.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Tab.hh b/src/Tab.hh
index ab50882..3681c09 100644
--- a/src/Tab.hh
+++ b/src/Tab.hh
@@ -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>
29class FluxboxWindow; 29//class FluxboxWindow;
30 30#include "Window.hh"
31/** 31/**
32Note: Tab is a friend of FluxboxWindow 32Note: Tab is a friend of FluxboxWindow
33*/ 33*/