diff --git a/drkonqi/bugzillaintegration/reportassistantdialog.cpp b/drkonqi/bugzillaintegration/reportassistantdialog.cpp --- a/drkonqi/bugzillaintegration/reportassistantdialog.cpp +++ b/drkonqi/bugzillaintegration/reportassistantdialog.cpp @@ -51,7 +51,6 @@ //Set window properties setWindowTitle(i18nc("@title:window","Crash Reporting Assistant")); setWindowIcon(QIcon::fromTheme(QStringLiteral("tools-report-bug"))); - buttonBox()->addButton(QDialogButtonBox::Help); connect(this, &ReportAssistantDialog::currentPageChanged, this, &ReportAssistantDialog::currentPageChanged_slot); connect(button(QDialogButtonBox::Help), &QPushButton::clicked, this, &ReportAssistantDialog::showHelp);