Tools/TRPreviewer.py

changeset 545
1538031b5175
parent 539
87f9bce38a44
child 564
b3d966393ba9
--- 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):
         """

eric ide

mercurial