diff -r 45e7bb09c120 -r 80c06d472826 src/eric7/WebBrowser/VirusTotal/VirusTotalDomainReportDialog.py --- a/src/eric7/WebBrowser/VirusTotal/VirusTotalDomainReportDialog.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/WebBrowser/VirusTotal/VirusTotalDomainReportDialog.py Tue Oct 18 16:06:21 2022 +0200 @@ -12,7 +12,7 @@ from .Ui_VirusTotalDomainReportDialog import Ui_VirusTotalDomainReportDialog -import UI.PixmapCache +from eric7.EricGui import EricPixmapCache class VirusTotalDomainReportDialog(QDialog, Ui_VirusTotalDomainReportDialog): @@ -57,7 +57,7 @@ self.setWindowFlags(Qt.WindowType.Window) self.headerLabel.setText(self.tr("<b>Report for domain {0}</b>").format(domain)) - self.headerPixmap.setPixmap(UI.PixmapCache.getPixmap("virustotal")) + self.headerPixmap.setPixmap(EricPixmapCache.getPixmap("virustotal")) for resolution in resolutions: QTreeWidgetItem(