--- a/VCS/StatusMonitorLed.py Tue Jan 12 18:39:15 2010 +0000 +++ b/VCS/StatusMonitorLed.py Wed Jan 13 18:53:58 2010 +0000 @@ -10,11 +10,11 @@ from PyQt4.QtCore import * from PyQt4.QtGui import * -from E4Gui.E4Led import E4Led, E4LedRectangular +from E5Gui.E5Led import E5Led, E5LedRectangular import Preferences -class StatusMonitorLed(E4Led): +class StatusMonitorLed(E5Led): """ Class implementing a LED to indicate the status of the VCS status monitor thread. """ @@ -25,7 +25,7 @@ @param project reference to the project object (Project.Project) @param parent reference to the parent object (QWidget) """ - E4Led.__init__(self, parent, shape = E4LedRectangular, rectRatio = 1.0) + E5Led.__init__(self, parent, shape = E5LedRectangular, rectRatio = 1.0) self.project = project self.vcsMonitorLedColors = { @@ -137,4 +137,4 @@ """ Private slot to switch the status monitor thread to Off. """ - self.project.stopStatusMonitor() + self.project.stopStatusMonitor() \ No newline at end of file