--- a/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py Mon Jun 24 19:42:54 2013 +0200 +++ b/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py Tue Jun 25 18:50:45 2013 +0200 @@ -12,7 +12,7 @@ from PyQt4.QtCore import QFileInfo, pyqtSlot, qVersion try: - from PyQt4.QtCore import QRegularExpression + from PyQt5.QtCore import QRegularExpression AVAILABLE = True except ImportError: AVAILABLE = False