]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsSpace.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormMathsSpace.h
index 95d9cae9b57c612f6ce286af2dff4b92cb5348be..f68c1c6638019284c0122b5284ef061978fdebfd 100644 (file)
@@ -8,25 +8,27 @@
  * \author John Levon
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORM_MATHSSPACE_H
 #define FORM_MATHSSPACE_H
 
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
-class ControlMathSub;
+
+class ControlMath;
 struct FD_maths_space;
 
 /**
  * This class provides an XForms implementation of the maths space.
  */
-class FormMathsSpace : public FormCB<ControlMathSub, FormDB<FD_maths_space> > {
+class FormMathsSpace
+       : public FormController<ControlMath, FormView<FD_maths_space> > {
 public:
        ///
-       FormMathsSpace();
+       FormMathsSpace(Dialog &);
 
 private:
        ///