#include <QtGui/qstyleoption.h>
#ifndef QSTYLEOPTION_H
class QStyleOption{
   /* Some contents are skipped to improve readability */
   public: void init(class QWidget const * w);
   /* ... */
};
#endif // QSTYLEOPTION_H