Plugins/PluginAbout.py

changeset 546
c3e7bf5648be
parent 545
1538031b5175
child 564
b3d966393ba9
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)

eric ide

mercurial