--- a/src/eric7/WebBrowser/VirusTotal/VirusTotalIpReportDialog.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/WebBrowser/VirusTotal/VirusTotalIpReportDialog.py Tue Oct 18 16:06:21 2022 +0200 @@ -12,7 +12,7 @@ from .Ui_VirusTotalIpReportDialog import Ui_VirusTotalIpReportDialog -import UI.PixmapCache +from eric7.EricGui import EricPixmapCache class VirusTotalIpReportDialog(QDialog, Ui_VirusTotalIpReportDialog): @@ -40,7 +40,7 @@ self.setWindowFlags(Qt.WindowType.Window) self.headerLabel.setText(self.tr("<b>Report for IP {0}</b>").format(ip)) - self.headerPixmap.setPixmap(UI.PixmapCache.getPixmap("virustotal")) + self.headerPixmap.setPixmap(EricPixmapCache.getPixmap("virustotal")) self.ownerLabel.setText(owner) for resolution in resolutions: