Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 29300
Collapse All | Expand All

(-)qtcups-2.0/qtcups/marginpreview.cpp (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
#define	SCALE(d,z)	((int)(float(d)*z))
12
#define	SCALE(d,z)	((int)(float(d)*z))
13
#if QT_VERSION >= 200
13
#if QT_VERSION >= 200
14
  #define COLOR_PREFIX(x) (Qt::##x)
14
  #define COLOR_PREFIX(x) (Qt::x)
15
#else
15
#else
16
  #define COLOR_PREFIX(x) (x)
16
  #define COLOR_PREFIX(x) (x)
17
#endif
17
#endif

Return to bug 29300