#include <QtGui/qtabwidget.h>
#ifndef QTABWIDGET_H
#ifndef QT_NO_TABWIDGET
class QTabWidget: public QWidget{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_WHATSTHIS
   public: class QString tabWhatsThis(int index) const
#endif
   /* ... */
};
#endif // QT_NO_TABWIDGET
#endif // QTABWIDGET_H