--- a/src/eric7/WebBrowser/History/HistoryTreeModel.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/WebBrowser/History/HistoryTreeModel.py Tue Oct 18 16:06:21 2022 +0200 @@ -13,7 +13,7 @@ from .HistoryModel import HistoryModel -import UI.PixmapCache +from eric7.EricGui import EricPixmapCache class HistoryTreeModel(QAbstractProxyModel): @@ -74,7 +74,7 @@ and index.column() == 0 and not index.parent().isValid() ): - return UI.PixmapCache.getIcon("history") + return EricPixmapCache.getIcon("history") elif ( role == HistoryModel.DateRole