]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xformsBC.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / xformsBC.h
index d000484bb44ca591acc9489d2698bbd1f108a72e..4121f7bb3bad858e6f85ed1d58fce4f55a68a357 100644 (file)
@@ -1,34 +1,28 @@
-/* This file is part of
- * ======================================================
- *
- *           LyX, The Document Processor
- *
- *           Copyright 2001 The LyX Team.
+// -*- C++ -*-
+/**
+ * \file xformsBC.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * ======================================================
+ * \author Allan Rae
+ * \author Angus Leeming 
+ * \author Baruch Even
  *
- * \file xformsBC.h
- * \author Allan Rae, rae@lyx.org
- * \author Angus Leeming, a.leeming@ic.ac.uk
- * \author Baruch Even, baruch.even@writeme.com
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef XFORMSBC_H
 #define XFORMSBC_H
 
-#include FORMS_H_LOCATION
-#include <list>
+#include "forms_fwd.h"
 
 #ifdef __GNUG__
 #pragma interface
 #endif
 
-#include "gettext.h"
-#include "ButtonControllerBase.h"
 #include "ButtonController.h"
 
-class xformsBC : public GuiBC<FL_OBJECT, FL_OBJECT>
-{
+class xformsBC : public GuiBC<FL_OBJECT, FL_OBJECT> {
 public:
        ///
        xformsBC(string const &, string const &);