#include <QtGui/qbrush.h> #ifndef QBRUSH_H class QGradient{ /* Some contents are skipped to improve readability */ private: enum QGradient::Spread m_spread; /* ... */ }; #endif // QBRUSH_H