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