--- a/eric7/EricNetwork/EricTldExtractor.py Sat May 22 17:01:51 2021 +0200 +++ b/eric7/EricNetwork/EricTldExtractor.py Sat May 22 18:51:46 2021 +0200 @@ -18,7 +18,7 @@ from PyQt6.QtCore import QObject, QUrl, QFile, QFileInfo, qWarning -from E5Gui import E5MessageBox +from E5Gui import EricMessageBox class EricTldHostParts: @@ -284,7 +284,7 @@ "http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/" "effective_tld_names.dat?raw=1" ) - E5MessageBox.information( + EricMessageBox.information( None, self.tr("TLD Data File not found"), self.tr("""<p>The file 'effective_tld_names.dat' was not""" @@ -464,7 +464,7 @@ "http://mxr.mozilla.org/mozilla-central/source/netwerk/test/" "unit/data/test_psl.txt?raw=1" ) - E5MessageBox.information( + EricMessageBox.information( None, self.tr("TLD Data File not found"), self.tr("""<p>The file 'test_psl.txt' was not found!"""