diff --git a/cq_editor/icons.py b/cq_editor/icons.py index 6d568ba..28a9ec9 100644 --- a/cq_editor/icons.py +++ b/cq_editor/icons.py @@ -6,7 +6,7 @@ Created on Fri May 25 14:47:10 2018 @author: adam """ -from PyQt5.QtGui import QIcon +from PySide6.QtGui import QIcon from . import icons_res _icons = { @@ -56,4 +56,4 @@ def icon(name): args,kwargs = _icons_specs[name] - return qta.icon(*args,**kwargs) \ No newline at end of file + return qta.icon(*args,**kwargs)