#include <QtGui/qstyleoption.h>
#ifndef QSTYLEOPTION_H
#ifndef QT_NO_TABBAR
class QStyleOptionTab: public QStyleOption{
public: enum CornerWidget{
NoCornerWidgets = 0,
LeftCornerWidget = 1,
RightCornerWidget = 2,
};
};
#endif
#endif // QSTYLEOPTION_H