X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBranchList.cpp;h=5c1a2076fa0c2074944fb373c8f68f383b40318d;hb=5008ee540f84715cd10e87f3fa0cd5dc7b974784;hp=128d27c59051c5929c9b31df649cae9c10611f34;hpb=06baeac0646a2d63145ff3b18a3180ca69c6b288;p=features.git diff --git a/src/BranchList.cpp b/src/BranchList.cpp index 128d27c590..5c1a2076fa 100644 --- a/src/BranchList.cpp +++ b/src/BranchList.cpp @@ -11,7 +11,7 @@ #include #include "BranchList.h" -#include "LColor.h" +#include "Color.h" #include "frontends/Application.h" @@ -25,7 +25,7 @@ using std::string; Branch::Branch() { - theApp()->getRgbColor(LColor::background, color_); + theApp()->getRgbColor(Color::background, color_); } @@ -74,7 +74,7 @@ void Branch::setColor(string const & c) color_ = RGBColor(c); else // no color set or invalid color - use normal background - theApp()->getRgbColor(LColor::background, color_); + theApp()->getRgbColor(Color::background, color_); }