#include <QtGui/qbrush.h> #ifndef QBRUSH_H struct QBrushData{ /* Some contents are skipped to improve readability */ public: class QColor color; /* ... */ }; #endif // QBRUSH_H