From 10c8d5f0cad6c89a75a7662aed0912c622482f03 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 26 Sep 2014 11:37:54 +0200 Subject: TextEditor: Rename BaseTextEditorWidget to TextEditorWidget ... and some of the related implementation details Change-Id: I1f03aa5acf2d3fb2cfc2a6a7845f3d3578b0408d Reviewed-by: David Schulz --- src/plugins/pythoneditor/pythoneditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/pythoneditor/pythoneditor.cpp') 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() -- cgit v1.2.1