From 81d84f0d0d11e8552d5c21820b49605c42f68bff Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 10 Oct 2023 13:54:55 -0500 Subject: [PATCH] Update icons.py --- cq_editor/icons.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)