]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/bmtable.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / bmtable.h
index a7597c2dfbb890c5a1d25ecc9fe877212a7eb857..12ee3e12386cb164c8ae541c81189ae4972c13a1 100644 (file)
@@ -1,24 +1,22 @@
 /**
  * \file bmtable.h
- * Copyright 2002 the LyX Team
- * Copyright 1995-1996 Alejandro Aguilar Sierra
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
-/* A bitmap table uses a single bitmap to simulate a 2d array
- * of bitmap buttons. It can be used to build bitmap menus.
+/** A bitmap table uses a single bitmap to simulate a 2d array
+ *  of bitmap buttons. It can be used to build bitmap menus.
  */
 
 #ifndef BMTABLE_H
 #define BMTABLE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include FORMS_H_LOCATION
+#include "lyx_forms.h"
 
 #if defined(__cplusplus)
 extern "C"