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