]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDFrac.cpp
rename LColor into Color
[features.git] / src / mathed / InsetMathDFrac.cpp
index 5dded132b687f7d2ec0c5da8b3f5f222cb7a253d..70da736cf9f815412444c84ea753e9289bea09dc 100644 (file)
@@ -14,7 +14,7 @@
 #include "MathData.h"
 #include "MathStream.h"
 #include "LaTeXFeatures.h"
-#include "LColor.h"
+#include "Color.h"
 #include "frontends/Painter.h"
 
 
@@ -56,7 +56,7 @@ void InsetMathDFrac::draw(PainterInfo & pi, int x, int y) const
        int m = x + dim_.wid / 2;
        cell(0).draw(pi, m - cell(0).width() / 2, y - cell(0).descent() - 2 - 5);
        cell(1).draw(pi, m - cell(1).width() / 2, y + cell(1).ascent()  + 2 - 5);
-       pi.pain.line(x + 1, y - 5, x + dim_.wid - 2, y - 5, LColor::math);
+       pi.pain.line(x + 1, y - 5, x + dim_.wid - 2, y - 5, Color::math);
        setPosCache(pi, x, y);
 }