--- a/Preferences/ConfigurationPages/EditorSpellCheckingPage.py Sun Jan 31 17:11:22 2010 +0000 +++ b/Preferences/ConfigurationPages/EditorSpellCheckingPage.py Sun Jan 31 18:31:28 2010 +0000 @@ -8,7 +8,7 @@ """ from PyQt4.QtCore import pyqtSlot -from PyQt4.QtGui import QPixmap, QIcon, QFileDialog +from PyQt4.QtGui import QFileDialog from E5Gui.E5Completers import E5FileCompleter @@ -140,4 +140,4 @@ @param dlg reference to the configuration dialog """ page = EditorSpellCheckingPage() - return page \ No newline at end of file + return page