src/eric7/WebBrowser/VirusTotal/VirusTotalIpReportDialog.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
--- 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:

eric ide

mercurial