#include <QtGui/qstyleoption.h>
#ifndef QSTYLEOPTION_H
#ifndef QT_NO_TABBAR
class QStyleOptionTabBarBase: public QStyleOption{
   /* Some contents are skipped to improve readability */
   public: class QRect tabBarRect;
   /* ... */
};
#endif
#endif // QSTYLEOPTION_H