--- a/QScintilla/Shell.py Tue Jan 12 18:33:34 2010 +0000 +++ b/QScintilla/Shell.py Tue Jan 12 18:36:05 2010 +0000 @@ -14,7 +14,7 @@ from PyQt4.QtGui import * from PyQt4.Qsci import QsciScintilla -from E4Gui.E4Application import e4App +from E4Gui.E4Application import e5App from . import Lexers from .QsciScintillaCompat import QsciScintillaCompat, QSCINTILLA_VERSION @@ -1429,4 +1429,4 @@ """ Private method to open the configuration dialog. """ - e4App().getObject("UserInterface").showPreferences("shellPage") + e5App().getObject("UserInterface").showPreferences("shellPage") \ No newline at end of file