--- a/Preferences/ConfigurationPages/IconsPage.py Sun Jan 31 17:11:22 2010 +0000 +++ b/Preferences/ConfigurationPages/IconsPage.py Sun Jan 31 18:31:28 2010 +0000 @@ -7,7 +7,7 @@ Module implementing the Icons configuration page. """ -from PyQt4.QtCore import QDir, pyqtSlot +from PyQt4.QtCore import pyqtSlot from PyQt4.QtGui import QListWidgetItem, QFileDialog from E5Gui.E5Completers import E5DirCompleter @@ -174,4 +174,4 @@ @param dlg reference to the configuration dialog """ page = IconsPage() - return page \ No newline at end of file + return page