]> git.lyx.org Git - features.git/blobdiff - src/TextClass.h
Move Color::color enum to ColorCode.h
[features.git] / src / TextClass.h
index d8aa0f17ef4802dd980e77ea5312ffd779c5b0b3..4fcc1e8ea604d5de6d70c5a503b2a2cfa90f0b28 100644 (file)
 #ifndef LYXTEXTCLASS_H
 #define LYXTEXTCLASS_H
 
-#include "Color.h"
+#include "ColorCode.h"
 #include "Font.h"
 #include "LayoutEnums.h"
 #include "LayoutPtr.h"
 
+#include "support/docstring.h"
+
 #include <boost/shared_ptr.hpp>
 
 #include <vector>
@@ -43,7 +45,7 @@ public:
        std::string latexparam;
        Font font;
        Font labelfont;
-       Color::color bgcolor;
+       ColorCode bgcolor;
        std::string preamble;
        bool multipar;
        bool passthru;