]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsStyle.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormMathsStyle.h
index 0c15347da41d93f939a98ecde7f96679b6292a0d..83ec9ae972649868073264eb7dc5bb6c9ec2134f 100644 (file)
@@ -6,30 +6,29 @@
  *
  * \author Alejandro Aguilar Sierra
  * \author John Levon
- * \author Angus Leeming 
+ * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORM_MATHSSTYLE_H
 #define FORM_MATHSSTYLE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
-class ControlMathSub;
+
+class ControlMath;
 struct FD_maths_style;
 
 /**
  * This class provides an XForms implementation of the maths style.
  */
-class FormMathsStyle : public FormCB<ControlMathSub, FormDB<FD_maths_style> > {
+class FormMathsStyle
+       : public FormController<ControlMath, FormView<FD_maths_style> > {
 public:
        ///
-       FormMathsStyle();
+       FormMathsStyle(Dialog &);
 
 private:
        ///