diff -r ba69827929ee -r c3eb7cc1ff8b QScintilla/Terminal.py --- a/QScintilla/Terminal.py Tue Jan 12 18:33:34 2010 +0000 +++ b/QScintilla/Terminal.py Tue Jan 12 18:36:05 2010 +0000 @@ -15,7 +15,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 @@ -927,4 +927,4 @@ """ Private method to open the configuration dialog. """ - e4App().getObject("UserInterface").showPreferences("terminalPage") + e5App().getObject("UserInterface").showPreferences("terminalPage") \ No newline at end of file