aboutsummaryrefslogtreecommitdiffstats
path: root/optional/texteditor/binding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'optional/texteditor/binding.cpp')
-rw-r--r--optional/texteditor/binding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/optional/texteditor/binding.cpp b/optional/texteditor/binding.cpp
index d2d5b83..6b9007f 100644
--- a/optional/texteditor/binding.cpp
+++ b/optional/texteditor/binding.cpp
@@ -59,7 +59,7 @@ void bind()
// Bind module into interpreter
bool pythonError = PyErr_Occurred() != nullptr;
if (pythonInitialized && !pythonError) {
- PyUtil::bindSubPyObject("PythonExtension.QtCreator", "TextEditor", (void *)SbkQtCreatorBindingTextEditorModuleObject);
+ PyUtil::bindSubPyObject("QtCreator", "TextEditor", (void *)SbkQtCreatorBindingTextEditorModuleObject);
} else {
if (pythonError)
PyErr_Print();