diff options
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorplugin.cpp')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditorplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorplugin.cpp b/src/plugins/pythoneditor/pythoneditorplugin.cpp index 0811f30630..65f5d6a0fc 100644 --- a/src/plugins/pythoneditor/pythoneditorplugin.cpp +++ b/src/plugins/pythoneditor/pythoneditorplugin.cpp @@ -250,7 +250,7 @@ void PythonEditorPlugin::extensionsInitialized() void PythonEditorPlugin::initializeEditor(EditorWidget *widget) { instance()->m_actionHandler->setupActions(widget); - TextEditor::TextEditorSettings::instance()->initializeEditor(widget); + TextEditor::TextEditorSettings::initializeEditor(widget); } QSet<QString> PythonEditorPlugin::keywords() |