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