SqlBrowser/SqlBrowser.py

changeset 545
1538031b5175
parent 539
87f9bce38a44
child 564
b3d966393ba9
diff -r 303e2c8fd00e -r 1538031b5175 SqlBrowser/SqlBrowser.py
--- a/SqlBrowser/SqlBrowser.py	Wed Sep 01 19:25:12 2010 +0200
+++ b/SqlBrowser/SqlBrowser.py	Thu Sep 02 08:58:41 2010 +0200
@@ -165,7 +165,7 @@
         """
         Private slot to show the about information.
         """
-        QMessageBox.about(self, self.trUtf8("SQL Browser"), self.trUtf8(
+        E5MessageBox.about(self, self.trUtf8("SQL Browser"), self.trUtf8(
             """<h3>About SQL Browser</h3>"""
             """<p>The SQL browser window is a little tool to examine """
             """the data and the schema of a database and to execute """
@@ -176,4 +176,4 @@
         """
         Private slot to show info about Qt.
         """
-        QMessageBox.aboutQt(self, self.trUtf8("SQL Browser"))
\ No newline at end of file
+        E5MessageBox.aboutQt(self, self.trUtf8("SQL Browser"))
\ No newline at end of file

eric ide

mercurial