--- a/Plugins/PluginWizardQFontDialog.py Mon Aug 09 15:59:17 2010 +0200 +++ b/Plugins/PluginWizardQFontDialog.py Mon Aug 09 15:59:33 2010 +0200 @@ -7,7 +7,7 @@ Module implementing the QFontDialog wizard plugin. """ -from PyQt4.QtCore import QObject, SIGNAL +from PyQt4.QtCore import QObject from PyQt4.QtGui import QDialog, QMessageBox from E5Gui.E5Application import e5App @@ -126,4 +126,4 @@ # It should be done on this way to allow undo editor.beginUndoAction() editor.insertAt(code, line, index) - editor.endUndoAction() \ No newline at end of file + editor.endUndoAction()