]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormAboutlyx.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormAboutlyx.h
index f09a36704ad410f8782f4e81b012a9a0893e330c..91a0e197129e51c7cdafea757730e016dcb46ec7 100644 (file)
@@ -1,23 +1,21 @@
 // -*- C++ -*-
 /**
  * \file FormAboutlyx.h
- * Copyright 2001 The LyX Team.
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Edwin Leuven, leuven@fee.uva.nl
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author Edwin Leuven
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMABOUTLYX_H
 #define FORMABOUTLYX_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
-#include <boost/scoped_ptr.hpp>
 
 class ControlAboutlyx;
 struct FD_aboutlyx;
@@ -27,10 +25,11 @@ struct FD_aboutlyx_license;
 
 /** This class provides an XForms implementation of the FormAboutlyx Dialog.
  */
-class FormAboutlyx : public FormCB<ControlAboutlyx, FormDB<FD_aboutlyx> > {
+class FormAboutlyx
+       : public FormController<ControlAboutlyx, FormView<FD_aboutlyx> > {
 public:
        ///
-       FormAboutlyx(ControlAboutlyx &, Dialogs &);
+       FormAboutlyx(Dialog &);
 
 private:
        /// not needed.