3 #include "QnetDeletePointDialog.h"     5 QnetDeletePointDialog::QnetDeletePointDialog(
QWidget *parent) : 
QDialog(parent) {
     8   connect(okButton, SIGNAL(clicked()), 
this, SLOT(accept()));
     9   connect(cancelButton, SIGNAL(clicked()), 
this, SLOT(reject()));