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