--- qsampler/trunk/src/qsampler.cpp 2013/02/14 14:57:43 2415 +++ qsampler/trunk/src/qsampler.cpp 2013/07/08 10:06:57 2459 @@ -28,15 +28,11 @@ #include #include #include + #if defined(__APPLE__) // Toshi Nagata 20080105 #include #endif -#if QT_VERSION < 0x040300 -#define lighter(x) light(x) -#define darker(x) dark(x) -#endif - #define CONFIG_QUOTE1(x) #x #define CONFIG_QUOTED(x) CONFIG_QUOTE1(x)