--- qt3/chapter16/mia/mdiview.py~	Thu Apr 11 23:03:33 2002
+++ qt3/chapter16/mia/mdiview.py	Sat Jun 29 19:53:01 2002
@@ -31,9 +31,9 @@
         
     def slotDocModified(self, value):
         if value:
-            self.setBackgroundColor(QColor("red"))
+            self.setEraseColor(QColor("red"))
         else:
-            self.setBackgroundColor(QColor("green")) 
+            self.setEraseColor(QColor("green")) 
 
     def mouseDoubleClickEvent(self, ev):
         self.doc.slotModify() # direct call to the document
