--- a/IconEditor/IconSizeDialog.py Sun Jan 31 16:15:16 2010 +0000 +++ b/IconEditor/IconSizeDialog.py Sun Jan 31 17:11:22 2010 +0000 @@ -5,7 +5,6 @@ """ from PyQt4.QtGui import QDialog -from PyQt4.QtCore import pyqtSlot from .Ui_IconSizeDialog import Ui_IconSizeDialog @@ -35,4 +34,4 @@ @return tuple with width and height (tuple of two integers) """ - return self.widthSpin.value(), self.heightSpin.value() \ No newline at end of file + return self.widthSpin.value(), self.heightSpin.value()