diff --git a/src/Gui/Splashscreen.cpp b/src/Gui/Splashscreen.cpp index e7297d8839..0ae2067478 100644 --- a/src/Gui/Splashscreen.cpp +++ b/src/Gui/Splashscreen.cpp @@ -644,7 +644,7 @@ void AboutDialog::showLibraryInformation() out << "\n\n"; textField->setHtml(html); - connect(textField, SIGNAL(anchorClicked(QUrl)), this, SLOT(linkActivated(QUrl))); + connect(textField, &QTextBrowser::anchorClicked, this, &AboutDialog::linkActivated); } void AboutDialog::showCollectionInformation()