aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditoractionhandler.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-09-26 11:37:54 +0200
committerDavid Schulz <david.schulz@digia.com>2014-09-29 14:54:32 +0200
commit10c8d5f0cad6c89a75a7662aed0912c622482f03 (patch)
tree290f27191ff7a65427dd0df132652995efecedea /src/plugins/texteditor/texteditoractionhandler.h
parentcfaa30d0b91ac7b46883b332bf246b41dd84e6dc (diff)
TextEditor: Rename BaseTextEditorWidget to TextEditorWidget
... and some of the related implementation details Change-Id: I1f03aa5acf2d3fb2cfc2a6a7845f3d3578b0408d Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'src/plugins/texteditor/texteditoractionhandler.h')
-rw-r--r--src/plugins/texteditor/texteditoractionhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/texteditor/texteditoractionhandler.h b/src/plugins/texteditor/texteditoractionhandler.h
index 3006faf455..d902583d76 100644
--- a/src/plugins/texteditor/texteditoractionhandler.h
+++ b/src/plugins/texteditor/texteditoractionhandler.h
@@ -39,7 +39,7 @@
namespace Core { class IEditor; }
namespace TextEditor {
-class BaseTextEditorWidget;
+class TextEditorWidget;
namespace Internal { class TextEditorActionHandlerPrivate; }
@@ -63,7 +63,7 @@ public:
~TextEditorActionHandler();
protected:
- virtual BaseTextEditorWidget *resolveTextEditorWidget(Core::IEditor *editor) const;
+ virtual TextEditorWidget *resolveTextEditorWidget(Core::IEditor *editor) const;
private:
friend class Internal::TextEditorActionHandlerPrivate;