diff -r 303e2c8fd00e -r 1538031b5175 Plugins/PluginAbout.py --- a/Plugins/PluginAbout.py Wed Sep 01 19:25:12 2010 +0200 +++ b/Plugins/PluginAbout.py Thu Sep 02 08:58:41 2010 +0200 @@ -14,6 +14,7 @@ import UI.PixmapCache from E5Gui.E5Action import E5Action +from E5Gui import E5MessageBox from AboutPlugin.AboutDialog import AboutDialog @@ -124,4 +125,4 @@ """ Private slot to handle the About Qt dialog. """ - QMessageBox.aboutQt(self.__ui, Program) + E5MessageBox.aboutQt(self.__ui, Program) \ No newline at end of file