--- a/Plugins/PluginAbout.py Mon Aug 09 15:59:17 2010 +0200 +++ b/Plugins/PluginAbout.py Mon Aug 09 15:59:33 2010 +0200 @@ -7,7 +7,7 @@ Module implementing the About plugin. """ -from PyQt4.QtCore import QObject, SIGNAL +from PyQt4.QtCore import QObject from PyQt4.QtGui import QMessageBox from UI.Info import * @@ -124,4 +124,4 @@ """ Private slot to handle the About Qt dialog. """ - QMessageBox.aboutQt(self.__ui, Program) \ No newline at end of file + QMessageBox.aboutQt(self.__ui, Program)