#include <QtGui/qtabwidget.h>
#ifndef QTABWIDGET_H
#ifndef QT_NO_TABWIDGET
class QTabWidget: public QWidget{
#ifndef QT_NO_WHATSTHIS
public: void setTabWhatsThis(int index, class QString const & text);
#endif
};
#endif // QT_NO_TABWIDGET
#endif // QTABWIDGET_H