]> git.lyx.org Git - features.git/blobdiff - src/BufferParams.cpp
rename LColor into Color
[features.git] / src / BufferParams.cpp
index a4c324ed7277c4853761b94a74e5b82d65080653..f9b037f35d969afd76ecda067c6450c5b4ab5a26 100644 (file)
@@ -25,7 +25,7 @@
 #include "gettext.h"
 #include "Language.h"
 #include "LaTeXFeatures.h"
-#include "LColor.h"
+#include "Color.h"
 #include "LyXFont.h"
 #include "Lexer.h"
 #include "LyXRC.h"
@@ -527,9 +527,9 @@ string const BufferParams::readToken(Lexer & lex, string const & token)
                                string color = lex.getString();
                                if (branch_ptr)
                                        branch_ptr->setColor(color);
-                               // Update also the LColor table:
+                               // Update also the Color table:
                                if (color == "none")
-                                       color = lcolor.getX11Name(LColor::background);
+                                       color = lcolor.getX11Name(Color::background);
                                // FIXME UNICODE
                                lcolor.setColor(to_utf8(branch), color);