summaryrefslogtreecommitdiff
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, 1 insertions, 3 deletions
diff --git a/src/plugins/texteditor/basehoverhandler.h b/src/plugins/texteditor/basehoverhandler.h
index 427a20711e..ea6c781568 100644
--- a/src/plugins/texteditor/basehoverhandler.h
+++ b/src/plugins/texteditor/basehoverhandler.h
@@ -40,9 +40,7 @@ QT_BEGIN_NAMESPACE
class QPoint;
QT_END_NAMESPACE
-namespace Core {
-class IEditor;
-}
+namespace Core { class IEditor; }
namespace TextEditor {