]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormERT.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormERT.h
index ce3c6c4994228dfc318a9a93371642aaca719e10..f5890a287689df94def82d9a61c1e12d71d62685 100644 (file)
@@ -1,6 +1,6 @@
 // -*- 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.
  *
 #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();