#include <QtGui/qbrush.h> #ifndef QBRUSH_H class QGradient{ /* Some contents are skipped to improve readability */ public: inline void setSpread(enum QGradient::Spread aspread); /* ... */ }; #endif // QBRUSH_H