#include <QtGui/qbrush.h> #ifndef QBRUSH_H class QBrush{ /* Some contents are skipped to improve readability */ private: void init(class QColor const & color, enum Qt::BrushStyle bs); /* ... */ }; #endif // QBRUSH_H