#include <QtGui/qcolor.h> #ifndef QCOLOR_H struct /*anonymous*/{ public: ushort alpha; public: ushort red; public: ushort green; public: ushort blue; public: ushort pad; }; #endif // QCOLOR_H