X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetText.h;h=0c70080fcebc1d06ae4d91eda47911bb9ecfc550;hb=eea79637c78bb9916031924eca7b305cfb8e83df;hp=2e0aa579febf38feac7633d644372e8c4c3e60f2;hpb=1f07a7f929d34b0d64d839d5d7963ed60e04b5a3;p=features.git diff --git a/src/insets/InsetText.h b/src/insets/InsetText.h index 2e0aa579fe..0c70080fce 100644 --- a/src/insets/InsetText.h +++ b/src/insets/InsetText.h @@ -25,7 +25,6 @@ class BufferParams; class BufferView; class CursorSlice; class Dimension; -class Color_color; class ParagraphList; class InsetTabular; @@ -87,9 +86,9 @@ public: /// void setDrawFrame(bool); /// - Color_color frameColor() const; + ColorCode frameColor() const; /// - void setFrameColor(Color_color); + void setFrameColor(ColorCode); /// bool showInsetDialog(BufferView *) const; /// @@ -149,7 +148,7 @@ private: /// bool drawFrame_; - /** We store the Color::color value as an int to get Color.h out + /** We store the ColorCode value as an int to get Color.h out * of the header file. */ int frame_color_;