--- a/Debugger/StartDialog.py Tue Jan 12 18:39:15 2010 +0000 +++ b/Debugger/StartDialog.py Wed Jan 13 18:53:58 2010 +0000 @@ -12,7 +12,7 @@ from PyQt4.QtCore import * from PyQt4.QtGui import * -from E4Gui.E4Completers import E4DirCompleter +from E5Gui.E5Completers import E5DirCompleter import Utilities import Preferences @@ -76,7 +76,7 @@ self.clearButton = self.ui.buttonBox.addButton(\ self.trUtf8("Clear Histories"), QDialogButtonBox.ActionRole) - self.workdirCompleter = E4DirCompleter(self.ui.workdirCombo) + self.workdirCompleter = E5DirCompleter(self.ui.workdirCombo) self.setWindowTitle(caption) self.ui.cmdlineCombo.clear() @@ -209,4 +209,4 @@ @param button button that was clicked (QAbstractButton) """ if button == self.clearButton: - self.__clearHistories() + self.__clearHistories() \ No newline at end of file