#include <QtGui/qstyleoption.h>
#ifndef QSTYLEOPTION_H
class QStyleOptionFrame: public QStyleOption{
   /* Some contents are skipped to improve readability */
   protected: QStyleOptionFrame(int version);
   /* ... */
};
#endif // QSTYLEOPTION_H