--- qtcups-2.0/qtcups/marginpreview.cpp 2003-09-22 10:10:47.000000000 +1200 +++ qtcups-2.0/qtcups/marginpreview.cpp 2003-09-22 13:04:35.000000000 +1200 @@ -11,7 +11,7 @@ #define SCALE(d,z) ((int)(float(d)*z)) #if QT_VERSION >= 200 - #define COLOR_PREFIX(x) (Qt::##x) + #define COLOR_PREFIX(x) (Qt::x) #else #define COLOR_PREFIX(x) (x) #endif