#include <QtGui/qcolor.h> #ifndef QCOLOR_H class QColor{ /* Some contents are skipped to improve readability */ public: enum Spec{ /* ... */ Hsv = 2, /* ... */ }; /* ... */ }; #endif // QCOLOR_H