diff --git a/drkonqi/bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp b/drkonqi/bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp index 6a4b44fdb..a5bde7821 100644 --- a/drkonqi/bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp +++ b/drkonqi/bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp @@ -900,8 +900,10 @@ BugzillaReportConfirmationDialog::BugzillaReportConfirmationDialog(int bugNumber "and close the dialog", "Continue")); ui.buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); - connect(this, SIGNAL(okClicked()) , this, SLOT(proceedClicked())); - connect(this, SIGNAL(cancelClicked()) , this, SLOT(hide())); + connect(this, &BugzillaReportConfirmationDialog::accepted, + this, &BugzillaReportConfirmationDialog::proceedClicked); + connect(this, &BugzillaReportConfirmationDialog::rejected, + this, &BugzillaReportConfirmationDialog::hide); //Set introduction text ui.introLabel->setText(i18n("You are going to mark your crash as related to bug %1",