#include <QtGui/qbrush.h>
#ifndef QBRUSH_H
class QRadialGradient: public QGradient{
   /* Some contents are skipped to improve readability */
   public: QRadialGradient(class QPointF const & center, qreal radius);
   /* ... */
};
#endif // QBRUSH_H