Helpviewer/QtHelpDocumentationDialog.py

changeset 538
7f1a56e80124
parent 536
6d8d39753c82
child 539
87f9bce38a44
diff -r 72b32daeb8d6 -r 7f1a56e80124 Helpviewer/QtHelpDocumentationDialog.py
--- a/Helpviewer/QtHelpDocumentationDialog.py	Tue Aug 31 12:17:02 2010 +0200
+++ b/Helpviewer/QtHelpDocumentationDialog.py	Tue Aug 31 12:36:10 2010 +0200
@@ -90,7 +90,7 @@
         """
         Private slot to remove a document from the help database.
         """
-        res = QMessageBox.question(None,
+        res = E5MessageBox.question(self,
             self.trUtf8("Remove Documentation"),
             self.trUtf8("""Do you really want to remove the selected documentation """
                         """sets from the database?"""),
@@ -146,4 +146,4 @@
         
         @return list of tab ids to be closed (list of integers)
         """
-        return self.__tabsToClose
+        return self.__tabsToClose
\ No newline at end of file

eric ide

mercurial