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