diff -r 303e2c8fd00e -r 1538031b5175 Tools/TRPreviewer.py --- a/Tools/TRPreviewer.py Wed Sep 01 19:25:12 2010 +0200 +++ b/Tools/TRPreviewer.py Thu Sep 02 08:58:41 2010 +0200 @@ -322,7 +322,7 @@ """ Private slot to show the about information. """ - QMessageBox.about(self, self.trUtf8("TR Previewer"), self.trUtf8( + E5MessageBox.about(self, self.trUtf8("TR Previewer"), self.trUtf8( """<h3> About TR Previewer </h3>""" """<p>The TR Previewer loads and displays Qt User-Interface files""" """ and translation files and shows dialogs for a selected language.</p>""" @@ -332,7 +332,7 @@ """ Private slot to show info about Qt. """ - QMessageBox.aboutQt(self, self.trUtf8("TR Previewer")) + E5MessageBox.aboutQt(self, self.trUtf8("TR Previewer")) def __openWidget(self): """