QToolButton ( const QIconSet & iconSet, const QString & textLabel,
const QString & grouptext, QObject * receiver,
const char * slot, QToolBar * parent, const char * name = 0 )
Your problem could of course be another, given different versions if QT (I
haven't checked if this particular constructor has changed recently), but
a good guess is that this is it.
/micke