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