aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basehoverhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/basehoverhandler.h')
-rw-r--r--src/plugins/texteditor/basehoverhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/texteditor/basehoverhandler.h b/src/plugins/texteditor/basehoverhandler.h
index 91a3dd8e2d..49f00aa089 100644
--- a/src/plugins/texteditor/basehoverhandler.h
+++ b/src/plugins/texteditor/basehoverhandler.h
@@ -51,7 +51,7 @@ class IEditor;
namespace TextEditor {
class ITextEditor;
-class BaseTextEditor;
+class BaseTextEditorWidget;
class TEXTEDITOR_EXPORT BaseHoverHandler : public QObject
{
@@ -80,7 +80,7 @@ protected:
void setLastHelpItemIdentified(const HelpItem &help);
const HelpItem &lastHelpItemIdentified() const;
- static BaseTextEditor *baseTextEditor(ITextEditor *editor);
+ static BaseTextEditorWidget *baseTextEditor(ITextEditor *editor);
private:
void clear();