summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppuseselections_test.cpp
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/cppeditor/cppuseselections_test.cpp
parentcfaa30d0b91ac7b46883b332bf246b41dd84e6dc (diff)
downloadqt-creator-10c8d5f0cad6c89a75a7662aed0912c622482f03.tar.gz
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/cppeditor/cppuseselections_test.cpp')
-rw-r--r--src/plugins/cppeditor/cppuseselections_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppuseselections_test.cpp b/src/plugins/cppeditor/cppuseselections_test.cpp
index e1408c3ade..0de552061c 100644
--- a/src/plugins/cppeditor/cppuseselections_test.cpp
+++ b/src/plugins/cppeditor/cppuseselections_test.cpp
@@ -123,7 +123,7 @@ SelectionList UseSelectionsTestCase::toSelectionList(
QList<QTextEdit::ExtraSelection> UseSelectionsTestCase::getExtraSelections() const
{
return m_editorWidget->extraSelections(
- TextEditor::BaseTextEditorWidget::CodeSemanticsSelection);
+ TextEditor::TextEditorWidget::CodeSemanticsSelection);
}
SelectionList UseSelectionsTestCase::waitForUseSelections(bool *hasTimedOut) const