--- a/Preferences/ShortcutDialog.py Sun Jun 29 14:00:30 2014 +0200 +++ b/Preferences/ShortcutDialog.py Sun Jun 29 20:13:56 2014 +0200 @@ -9,8 +9,9 @@ from __future__ import unicode_literals -from PyQt4.QtCore import pyqtSignal, QEvent, Qt -from PyQt4.QtGui import QKeySequence, QDialog, QDialogButtonBox +from PyQt5.QtCore import pyqtSignal, QEvent, Qt +from PyQt5.QtGui import QKeySequence +from PyQt5.QtWidgets import QDialog, QDialogButtonBox from .Ui_ShortcutDialog import Ui_ShortcutDialog