aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/glsleditoreditable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/glsleditor/glsleditoreditable.cpp')
-rw-r--r--src/plugins/glsleditor/glsleditoreditable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/glsleditor/glsleditoreditable.cpp b/src/plugins/glsleditor/glsleditoreditable.cpp
index 06aae24cde..304f76902e 100644
--- a/src/plugins/glsleditor/glsleditoreditable.cpp
+++ b/src/plugins/glsleditor/glsleditoreditable.cpp
@@ -47,8 +47,8 @@
namespace GLSLEditor {
namespace Internal {
-GLSLEditorEditable::GLSLEditorEditable(GLSLTextEditor *editor)
- : BaseTextEditorEditable(editor)
+GLSLEditorEditable::GLSLEditorEditable(GLSLTextEditorWidget *editor)
+ : BaseTextEditor(editor)
{
m_context.add(GLSLEditor::Constants::C_GLSLEDITOR_ID);
m_context.add(TextEditor::Constants::C_TEXTEDITOR);