diff -r 31463df17fd5 -r b5c84934de9c PluginManager/PluginInstallDialog.py --- a/PluginManager/PluginInstallDialog.py Tue Jan 12 18:39:15 2010 +0000 +++ b/PluginManager/PluginInstallDialog.py Wed Jan 13 18:53:58 2010 +0000 @@ -17,7 +17,7 @@ from PyQt4.QtGui import * from PyQt4.QtCore import * -from E4Gui.E4Completers import E4FileCompleter +from E5Gui.E5Completers import E5FileCompleter from .PluginManager import PluginManager from .Ui_PluginInstallDialog import Ui_PluginInstallDialog @@ -561,4 +561,4 @@ self.resize(size) self.connect(self.cw.buttonBox, SIGNAL("accepted()"), self.close) - self.connect(self.cw.buttonBox, SIGNAL("rejected()"), self.close) + self.connect(self.cw.buttonBox, SIGNAL("rejected()"), self.close) \ No newline at end of file