Tasks/TaskViewer.py

changeset 538
7f1a56e80124
parent 536
6d8d39753c82
child 541
00e1a5d060c5
diff -r 72b32daeb8d6 -r 7f1a56e80124 Tasks/TaskViewer.py
--- a/Tasks/TaskViewer.py	Tue Aug 31 12:17:02 2010 +0200
+++ b/Tasks/TaskViewer.py	Tue Aug 31 12:36:10 2010 +0200
@@ -712,7 +712,7 @@
         @param on flag indicating the filter state (boolean)
         """
         if on and not self.taskFilter.hasActiveFilter():
-            res = QMessageBox.question(self,
+            res = E5MessageBox.question(self,
                 self.trUtf8("Activate task filter"),
                 self.trUtf8("""The task filter doesn't have any active filters."""
                             """ Do you want to configure the filter settings?"""),
@@ -808,4 +808,4 @@
         """
         Private method to open the configuration dialog.
         """
-        e5App().getObject("UserInterface").showPreferences("tasksPage")
+        e5App().getObject("UserInterface").showPreferences("tasksPage")
\ No newline at end of file

eric ide

mercurial