src/colors.h

changeset 364
7c3af0a6f8ab
parent 359
bcdfc801658b
child 381
241f65769a57
--- a/src/colors.h	Mon Jul 08 01:29:28 2013 +0300
+++ b/src/colors.h	Mon Jul 08 01:36:12 2013 +0300
@@ -24,7 +24,7 @@
 
 #define MAX_COLORS 512
 
-class color
+class LDColor
 {
 public:
 	str name, hexcode;
@@ -37,6 +37,6 @@
 uchar luma( QColor& col );
 
 // Safely gets a color with the given number or null if no such color.
-color* getColor( short colnum );
+LDColor* getColor( short colnum );
 
 #endif // COLORS_H

mercurial