]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsMatrix.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormMathsMatrix.h
index 25a1dab1ead96c03628c9f077d0c4543c29baf19..7dfd416e933f542fe05025a4e1e55c80b1eff856 100644 (file)
@@ -8,29 +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_MATHSMATRIX_H
 #define FORM_MATHSMATRIX_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
-class ControlMathSub;
+
+class ControlMath;
 struct FD_maths_matrix;
 
 /**
  * This class provides an XForms implementation of the maths matrix.
  */
-class FormMathsMatrix : public FormCB<ControlMathSub, FormDB<FD_maths_matrix> >
-{
+class FormMathsMatrix
+       : public FormController<ControlMath, FormView<FD_maths_matrix> > {
 public:
        ///
-       FormMathsMatrix();
+       FormMathsMatrix(Dialog &);
        ///
        int AlignFilter(char const *, int);