]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormERT.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormERT.h
index ce3c6c4994228dfc318a9a93371642aaca719e10..8e286b39183605dc8d22fabe220d2fb17cd40f32 100644 (file)
@@ -1,22 +1,20 @@
 // -*- C++ -*-
 /**
- * \file xforms/FormERT.h
+ * \file FormERT.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Jürgen Vigna
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMERT_H
 #define FORMERT_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
+
 
 class ControlERT;
 struct FD_ert;
@@ -24,11 +22,10 @@ struct FD_ert;
 /** This class provides an XForms implementation of the ERT
     Dialog.
  */
-class FormERT
-       : public FormCB<ControlERT, FormDB<FD_ert> > {
+class FormERT : public FormController<ControlERT, FormView<FD_ert> > {
 public:
        ///
-       FormERT();
+       FormERT(Dialog &);
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();