]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsSpace.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormMathsSpace.C
index 165adbba220cfbc206184ac54137f76bf0016da8..80453a92838d8746d1b98c63021480a77c86d7de 100644 (file)
@@ -8,22 +8,24 @@
  * \author John Levon
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-
 #include "FormMathsSpace.h"
 #include "forms/form_maths_space.h"
-#include "ControlMath2.h"
+#include "ControlMath.h"
 #include "xformsBC.h"
 
 #include "lyx_forms.h"
 
 extern char * latex_mathspace[];
 
-typedef FormController<ControlMath2, FormView<FD_maths_space> > base_class;
+namespace lyx {
+namespace frontend {
+
+typedef FormController<ControlMath, FormView<FD_maths_space> > base_class;
 
 FormMathsSpace::FormMathsSpace(Dialog & parent)
        : base_class(parent, _("Math Spacing"), false),
@@ -66,3 +68,6 @@ ButtonPolicy::SMInput FormMathsSpace::input(FL_OBJECT *, long data)
        }
        return ButtonPolicy::SMI_VALID;
 }
+
+} // namespace frontend
+} // namespace lyx