X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FColorCache.cpp;h=514246a18fe459982848198e12c91dd146d72813;hb=eea79637c78bb9916031924eca7b305cfb8e83df;hp=4a77f0ff63eb3a1be43d48e3328ab3dab6374ac3;hpb=1f07a7f929d34b0d64d839d5d7963ed60e04b5a3;p=features.git diff --git a/src/frontends/qt4/ColorCache.cpp b/src/frontends/qt4/ColorCache.cpp index 4a77f0ff63..514246a18f 100644 --- a/src/frontends/qt4/ColorCache.cpp +++ b/src/frontends/qt4/ColorCache.cpp @@ -11,8 +11,8 @@ #include #include "ColorCache.h" -#include "Color.h" +#include "Color.h" namespace lyx { @@ -22,7 +22,7 @@ const QColor grey80(0xcc, 0xcc, 0xcc); const QColor grey90(0xe5, 0xe5, 0xe5); const QColor none = Qt::black; -QColor const & ColorCache::get(Color_color col) const +QColor const & ColorCache::get(ColorCode col) const { lcolor_map::const_iterator cit = colormap.find(col); if (cit != colormap.end())