#include <QtGui/qtoolbox.h>
#ifndef QTOOLBOX_H
#ifndef QT_NO_TOOLBOX
class QToolBox: public QFrame{
public: inline int addItem(class QWidget* item, class QIcon const & iconSet, class QString const & text);
};
#endif // QT_NO_TOOLBOX
#endif // QTOOLBOX_H