]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/ColorCache.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ColorCache.h
index 1716d5c04448bf6f5f1e6baad898706989ef747f..88db6bb565879a7991bb6e59ce1bc29c27927589 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef COLORCACHE_H
 #define COLORCACHE_H
 
-#include "ColorCode.h"
+#include "Color.h"
 
 #include <QColor>
 
@@ -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; }