SqlBrowser/SqlBrowserWidget.py

changeset 539
87f9bce38a44
parent 536
6d8d39753c82
child 791
9ec2ac20e54e
--- a/SqlBrowser/SqlBrowserWidget.py	Tue Aug 31 12:36:10 2010 +0200
+++ b/SqlBrowser/SqlBrowserWidget.py	Tue Aug 31 13:23:27 2010 +0200
@@ -148,7 +148,7 @@
             err = self.addConnection(driver, dbName, user, password, host, port)
             
             if err.type() != QSqlError.NoError:
-                QMessageBox.warning(self,
+                E5MessageBox.warning(self,
                     self.trUtf8("Unable to open database"),
                     self.trUtf8("""An error occurred while opening the connection."""))
     

eric ide

mercurial