#include <QtGui/qbrush.h>
#ifndef QBRUSH_H
class QGradient{
   /* Some contents are skipped to improve readability */
   public: bool operator ==(class QGradient const & gradient);
   /* ... */
};
#endif // QBRUSH_H