#include <QtGui/qbrush.h> #ifndef QBRUSH_H class QBrush{ /* Some contents are skipped to improve readability */ public: inline enum Qt::BrushStyle style() const /* ... */ }; #endif // QBRUSH_H