#include <QtGui/qbrush.h> #ifndef QBRUSH_H class QBrush{ /* Some contents are skipped to improve readability */ public: void setMatrix(class QMatrix const & mat); /* ... */ }; #endif // QBRUSH_H