#include <QtGui/qstyleoption.h>
#ifndef QSTYLEOPTION_H
#ifndef QT_NO_TABBAR
class QStyleOptionTabBarBase: public QStyleOption{
   public: enum StyleOptionType{
      Type = 14,
   };
   public: enum StyleOptionVersion{
      Version = 1,
   };
   public: enum QTabBar::Shape shape;
   public: class QRect tabBarRect;
   public: class QRect selectedTabRect;
   public: QStyleOptionTabBarBase();
   public: inline QStyleOptionTabBarBase(class QStyleOptionTabBarBase const & other);
   protected: QStyleOptionTabBarBase(int version);
};
#endif
#endif // QSTYLEOPTION_H