]> git.lyx.org Git - features.git/blobdiff - src/BranchList.cpp
rename LColor into Color
[features.git] / src / BranchList.cpp
index 128d27c59051c5929c9b31df649cae9c10611f34..5c1a2076fa0c2074944fb373c8f68f383b40318d 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #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_);
 }