On Thu, Apr 03, 2003 at 06:12:52PM +0200, Edwin Leuven wrote: > > > Is there a reason for having "Goto" as default action? > > done
void QRefDialog::refSelected(const QString &) { - form_->gotoRef(); + form_->slotOK(); This does not look like the right way to do this, at all. john