eric7/E5Gui/E5ErrorMessage.py

branch
eric7
changeset 8318
962bce857696
parent 8314
e3642a6a1e71
child 8319
ea11a3948f40
--- a/eric7/E5Gui/E5ErrorMessage.py	Sun May 16 11:43:59 2021 +0200
+++ b/eric7/E5Gui/E5ErrorMessage.py	Sun May 16 20:07:24 2021 +0200
@@ -9,11 +9,11 @@
 
 import contextlib
 
-from PyQt5.QtCore import (
+from PyQt6.QtCore import (
     qInstallMessageHandler, Qt, Q_ARG, QSettings, QtMsgType, QThread,
     QMetaObject
 )
-from PyQt5.QtWidgets import QErrorMessage, QDialog
+from PyQt6.QtWidgets import QErrorMessage, QDialog
 
 from E5Gui.E5Application import e5App
 

eric ide

mercurial