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