aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljseditoreditable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmljseditor/qmljseditoreditable.h')
-rw-r--r--src/plugins/qmljseditor/qmljseditoreditable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/qmljseditor/qmljseditoreditable.h b/src/plugins/qmljseditor/qmljseditoreditable.h
index 984512f847..7df03f7b4e 100644
--- a/src/plugins/qmljseditor/qmljseditoreditable.h
+++ b/src/plugins/qmljseditor/qmljseditoreditable.h
@@ -38,14 +38,14 @@
#include <texteditor/basetexteditor.h>
namespace QmlJSEditor {
-class QmlJSTextEditor;
+class QmlJSTextEditorWidget;
-class QMLJSEDITOR_EXPORT QmlJSEditorEditable : public TextEditor::BaseTextEditorEditable
+class QMLJSEDITOR_EXPORT QmlJSEditorEditable : public TextEditor::BaseTextEditor
{
Q_OBJECT
public:
- explicit QmlJSEditorEditable(QmlJSTextEditor *);
+ explicit QmlJSEditorEditable(QmlJSTextEditorWidget *);
Core::Context context() const;
bool duplicateSupported() const { return true; }