diff -r 0c7a44af84bc -r 962bce857696 eric7/Tasks/Task.py --- a/eric7/Tasks/Task.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/Tasks/Task.py Sun May 16 20:07:24 2021 +0200 @@ -12,8 +12,8 @@ import os import time -from PyQt5.QtCore import Qt, QUuid -from PyQt5.QtWidgets import QTreeWidgetItem +from PyQt6.QtCore import Qt, QUuid +from PyQt6.QtWidgets import QTreeWidgetItem import UI.PixmapCache import Preferences