X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetOptArg.cpp;h=d6a85574bb3e74c21f5b0486036159416c7f7aa8;hb=5008ee540f84715cd10e87f3fa0cd5dc7b974784;hp=64bf9fa3f173b4034648420fe4ea37f1de37d685;hpb=06baeac0646a2d63145ff3b18a3180ca69c6b288;p=features.git diff --git a/src/insets/InsetOptArg.cpp b/src/insets/InsetOptArg.cpp index 64bf9fa3f1..d6a85574bb 100644 --- a/src/insets/InsetOptArg.cpp +++ b/src/insets/InsetOptArg.cpp @@ -14,7 +14,7 @@ #include "debug.h" #include "gettext.h" -#include "LColor.h" +#include "Color.h" #include "Paragraph.h" #include @@ -32,7 +32,7 @@ InsetOptArg::InsetOptArg(BufferParams const & ins) : InsetCollapsable(ins) { LyXFont font(LyXFont::ALL_SANE); - font.setColor(LColor::collapsable); + font.setColor(Color::collapsable); setLabelFont(font); setLabel(_("opt")); } @@ -42,7 +42,7 @@ InsetOptArg::InsetOptArg(InsetOptArg const & in) : InsetCollapsable(in) { LyXFont font(LyXFont::ALL_SANE); - font.setColor(LColor::collapsable); + font.setColor(Color::collapsable); setLabelFont(font); setLabel(_("opt")); }