]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsDelim.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / xforms / FormMathsDelim.h
index 5c53d716f6dec7fb0ac5b0c8f2cba5c627116647..6563896b25e3f53c9d6bd60f3bd28659653b6110 100644 (file)
@@ -8,24 +8,25 @@
  * \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 "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
 
-class ControlMath2;
+class ControlMath;
 struct FD_maths_delim;
 
 /**
  * This class provides an XForms implementation of the maths delim.
  */
 class FormMathsDelim
-       : public FormController<ControlMath2, FormView<FD_maths_delim> > {
+       : public FormController<ControlMath, FormView<FD_maths_delim> > {
 public:
        ///
        FormMathsDelim(Dialog &);
@@ -41,4 +42,7 @@ private:
        virtual void update();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif //  FORM_MATHSDELIM_H