--- a/src/eric7/WebBrowser/VirusTotal/VirusTotalWhoisDialog.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/WebBrowser/VirusTotal/VirusTotalWhoisDialog.py Tue Oct 18 16:06:21 2022 +0200 @@ -11,7 +11,7 @@ from .Ui_VirusTotalWhoisDialog import Ui_VirusTotalWhoisDialog -import UI.PixmapCache +from eric7.EricGui import EricPixmapCache class VirusTotalWhoisDialog(QDialog, Ui_VirusTotalWhoisDialog): @@ -36,5 +36,5 @@ self.headerLabel.setText( self.tr("<b>Whois information for domain {0}</b>").format(domain) ) - self.headerPixmap.setPixmap(UI.PixmapCache.getPixmap("virustotal")) + self.headerPixmap.setPixmap(EricPixmapCache.getPixmap("virustotal")) self.whoisEdit.setPlainText(whois)