--- a/UI/FindFileDialog.py Tue Jan 12 18:33:34 2010 +0000 +++ b/UI/FindFileDialog.py Tue Jan 12 18:36:05 2010 +0000 @@ -15,7 +15,7 @@ from PyQt4.QtCore import * from PyQt4.QtGui import * -from E4Gui.E4Application import e4App +from E4Gui.E4Application import e5App from .Ui_FindFileDialog import Ui_FindFileDialog @@ -253,7 +253,7 @@ """ Private slot to handle the find button being pressed. """ - if self.__replaceMode and not e4App().getObject("ViewManager").checkAllDirty(): + if self.__replaceMode and not e5App().getObject("ViewManager").checkAllDirty(): return self.__cancelSearch = False @@ -300,7 +300,7 @@ files = self.__getFileList(os.path.abspath(self.dirEdit.text()), filterRe) elif self.openFilesButton.isChecked(): - files = e4App().getObject("ViewManager").getOpenFilenames() + files = e5App().getObject("ViewManager").getOpenFilenames() self.findList.clear() QApplication.processEvents() @@ -597,4 +597,4 @@ fn = itm.text(0) cb = QApplication.clipboard() - cb.setText(fn) + cb.setText(fn) \ No newline at end of file