#include <QtGui/qbrush.h> #ifndef QBRUSH_H struct QBrushData{ /* Some contents are skipped to improve readability */ public: enum Qt::BrushStyle style; /* ... */ }; #endif // QBRUSH_H