]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.h
fix #1073
[lyx.git] / src / mathed / math_sqrtinset.h
index 80c72fc794c72d96cf3f17670fed9942c1beb02c..d9cdcfd26124bac4950f04000d38552530c5c0bf 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** The square root inset.
  *  \author Alejandro Aguilar Siearra
@@ -20,9 +17,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
        void drawT(TextPainter &, int x, int y) const;
        ///
@@ -33,11 +30,11 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
 };