eric7/Preferences/ShortcutDialog.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8322
b422b4e77d19
--- a/eric7/Preferences/ShortcutDialog.py	Sun May 16 11:43:59 2021 +0200
+++ b/eric7/Preferences/ShortcutDialog.py	Sun May 16 20:07:24 2021 +0200
@@ -7,9 +7,9 @@
 Module implementing a dialog for the configuration of a keyboard shortcut.
 """
 
-from PyQt5.QtCore import pyqtSignal, QEvent, Qt
-from PyQt5.QtGui import QKeySequence
-from PyQt5.QtWidgets import QDialog, QDialogButtonBox
+from PyQt6.QtCore import pyqtSignal, QEvent, Qt
+from PyQt6.QtGui import QKeySequence
+from PyQt6.QtWidgets import QDialog, QDialogButtonBox
 
 from .Ui_ShortcutDialog import Ui_ShortcutDialog
 

eric ide

mercurial