]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsDelim.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormMathsDelim.h
index 5d1cf4eef495d6375afa42c10cb187c406a07095..4ab44f16a0cf970b777957af085340895ad8dd0e 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_MATHSDELIM_H
 #define FORM_MATHSDELIM_H
 
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
-class ControlMathSub;
+
+class ControlMath;
 struct FD_maths_delim;
 
 /**
  * This class provides an XForms implementation of the maths delim.
  */
-class FormMathsDelim : public FormCB<ControlMathSub, FormDB<FD_maths_delim> > {
+class FormMathsDelim
+       : public FormController<ControlMath, FormView<FD_maths_delim> > {
 public:
        ///
-       FormMathsDelim();
+       FormMathsDelim(Dialog &);
 
 private:
        ///