--- a/src/eric7/WebBrowser/PersonalInformationManager/PersonalInformationManager.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/WebBrowser/PersonalInformationManager/PersonalInformationManager.py Tue Oct 18 16:06:21 2022 +0200 @@ -13,8 +13,8 @@ from PyQt6.QtCore import Qt, QObject, QPoint from PyQt6.QtWidgets import QDialog, QMenu -import Preferences -import UI.PixmapCache +from eric7 import Preferences +from eric7.EricGui import EricPixmapCache from ..WebBrowserPage import WebBrowserPage @@ -143,7 +143,7 @@ self.__loadSettings() submenu = QMenu(self.tr("Insert Personal Information"), menu) - submenu.setIcon(UI.PixmapCache.getIcon("pim")) + submenu.setIcon(EricPixmapCache.getIcon("pim")) for key, info in sorted(self.__allInfo.items()): if info: