#include <QtGui/qbrush.h> #ifndef QBRUSH_H class QBrush{ /* Some contents are skipped to improve readability */ private: void detach(enum Qt::BrushStyle newStyle); /* ... */ }; #endif // QBRUSH_H