#include <QtGui/qstyleoption.h>
#ifndef QSTYLEOPTION_H
class QStyleOption{
   /* Some contents are skipped to improve readability */
   public: class QStyleOption& operator =(class QStyleOption const & other);
   /* ... */
};
#endif // QSTYLEOPTION_H