Templates/TemplateViewer.py

changeset 538
7f1a56e80124
parent 537
72b32daeb8d6
child 539
87f9bce38a44
diff -r 72b32daeb8d6 -r 7f1a56e80124 Templates/TemplateViewer.py
--- a/Templates/TemplateViewer.py	Tue Aug 31 12:17:02 2010 +0200
+++ b/Templates/TemplateViewer.py	Tue Aug 31 12:36:10 2010 +0200
@@ -502,7 +502,7 @@
         Private slot to handle the Remove context menu action.
         """
         itm = self.currentItem()
-        res = QMessageBox.question(self,
+        res = E5MessageBox.question(self,
             self.trUtf8("Remove Template"),
             self.trUtf8("""<p>Do you really want to remove <b>{0}</b>?</p>""")\
                 .format(itm.getName()),

eric ide

mercurial