--- a/QScintilla/SpellCheckingDialog.py Sat Jun 04 11:53:15 2011 +0200 +++ b/QScintilla/SpellCheckingDialog.py Sun Jun 05 18:25:36 2011 +0200 @@ -7,8 +7,8 @@ Module implementing the spell checking dialog. """ +from PyQt4.QtCore import pyqtSlot from PyQt4.QtGui import QDialog -from PyQt4.QtCore import * from .Ui_SpellCheckingDialog import Ui_SpellCheckingDialog