UI/EmailDialog.py

changeset 538
7f1a56e80124
parent 537
72b32daeb8d6
child 541
00e1a5d060c5
--- a/UI/EmailDialog.py	Tue Aug 31 12:17:02 2010 +0200
+++ b/UI/EmailDialog.py	Tue Aug 31 12:36:10 2010 +0200
@@ -106,7 +106,7 @@
         @param ev key event (QKeyEvent)
         """
         if ev.key() == Qt.Key_Escape:
-            res = QMessageBox.question(self,
+            res = E5MessageBox.question(self,
                 self.trUtf8("Close dialog"),
                 self.trUtf8("""Do you really want to close the dialog?"""),
                 QMessageBox.StandardButtons(\
@@ -129,7 +129,7 @@
         """
         Private slot to handle the rejected signal of the button box.
         """
-        res = QMessageBox.question(self,
+        res = E5MessageBox.question(self,
             self.trUtf8("Close dialog"),
             self.trUtf8("""Do you really want to close the dialog?"""),
             QMessageBox.StandardButtons(\

eric ide

mercurial