X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FColorCache.h;h=88db6bb565879a7991bb6e59ce1bc29c27927589;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=1716d5c04448bf6f5f1e6baad898706989ef747f;hpb=814a8411ebeac155f9ee9df915bce4ff731dd21b;p=lyx.git diff --git a/src/frontends/qt4/ColorCache.h b/src/frontends/qt4/ColorCache.h index 1716d5c044..88db6bb565 100644 --- a/src/frontends/qt4/ColorCache.h +++ b/src/frontends/qt4/ColorCache.h @@ -12,7 +12,7 @@ #ifndef COLORCACHE_H #define COLORCACHE_H -#include "ColorCode.h" +#include "Color.h" #include @@ -29,7 +29,7 @@ public: ColorCache() : initialized_(false) {} /// get the given color - QColor get(ColorCode color) const; + QColor get(Color color) const; /// clear all colors void clear() { initialized_ = false; }