diff -r 1538031b5175 -r c3e7bf5648be Plugins/PluginAbout.py --- a/Plugins/PluginAbout.py Thu Sep 02 08:58:41 2010 +0200 +++ b/Plugins/PluginAbout.py Thu Sep 02 16:36:23 2010 +0200 @@ -8,7 +8,6 @@ """ from PyQt4.QtCore import QObject -from PyQt4.QtGui import QMessageBox from UI.Info import * import UI.PixmapCache @@ -125,4 +124,4 @@ """ Private slot to handle the About Qt dialog. """ - E5MessageBox.aboutQt(self.__ui, Program) \ No newline at end of file + E5MessageBox.aboutQt(self.__ui, Program)