diff -r ffeb85cdc72d -r 441956d8fce5 Debugger/VariableDetailDialog.py --- a/Debugger/VariableDetailDialog.py Sun Jun 29 14:00:30 2014 +0200 +++ b/Debugger/VariableDetailDialog.py Sun Jun 29 20:13:56 2014 +0200 @@ -9,7 +9,7 @@ from __future__ import unicode_literals -from PyQt4.QtGui import QDialog +from PyQt5.QtWidgets import QDialog from .Ui_VariableDetailDialog import Ui_VariableDetailDialog