diff --git a/src/Gui/Splashscreen.cpp b/src/Gui/Splashscreen.cpp index 33d4c6d7d2..197c2f6402 100644 --- a/src/Gui/Splashscreen.cpp +++ b/src/Gui/Splashscreen.cpp @@ -639,7 +639,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()