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