Cooperation/ChatWidget.py

changeset 539
87f9bce38a44
parent 537
72b32daeb8d6
child 546
c3e7bf5648be
--- a/Cooperation/ChatWidget.py	Tue Aug 31 12:36:10 2010 +0200
+++ b/Cooperation/ChatWidget.py	Tue Aug 31 13:23:27 2010 +0200
@@ -544,7 +544,7 @@
                     if ex:
                         fname += ex
                 if QFileInfo(fname).exists():
-                    res = QMessageBox.warning(self,
+                    res = E5MessageBox.warning(self,
                         self.trUtf8("Save Chat"),
                         self.trUtf8("<p>The file <b>{0}</b> already exists.</p>")
                             .format(fname),

eric ide

mercurial