diff options
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditor.cpp')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/pythoneditor.cpp b/src/plugins/pythoneditor/pythoneditor.cpp index 6e35ed87b0..8632d76bb0 100644 --- a/src/plugins/pythoneditor/pythoneditor.cpp +++ b/src/plugins/pythoneditor/pythoneditor.cpp @@ -48,7 +48,7 @@ namespace Internal { // PythonEditorWidget // -class PythonEditorWidget : public BaseTextEditorWidget +class PythonEditorWidget : public TextEditorWidget { public: PythonEditorWidget() |