aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/glsleditoreditable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/glsleditor/glsleditoreditable.h')
-rw-r--r--src/plugins/glsleditor/glsleditoreditable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/glsleditor/glsleditoreditable.h b/src/plugins/glsleditor/glsleditoreditable.h
index 3f50a11fa5..a3455d1ad6 100644
--- a/src/plugins/glsleditor/glsleditoreditable.h
+++ b/src/plugins/glsleditor/glsleditoreditable.h
@@ -37,16 +37,16 @@
#include <texteditor/basetexteditor.h>
namespace GLSLEditor {
-class GLSLTextEditor;
+class GLSLTextEditorWidget;
namespace Internal {
-class GLSLEditorEditable : public TextEditor::BaseTextEditorEditable
+class GLSLEditorEditable : public TextEditor::BaseTextEditor
{
Q_OBJECT
public:
- explicit GLSLEditorEditable(GLSLTextEditor *);
+ explicit GLSLEditorEditable(GLSLTextEditorWidget *);
Core::Context context() const;
bool duplicateSupported() const { return true; }