diff options
Diffstat (limited to 'src/plugins/texteditor/snippets/snippeteditor.h')
-rw-r--r-- | src/plugins/texteditor/snippets/snippeteditor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/texteditor/snippets/snippeteditor.h b/src/plugins/texteditor/snippets/snippeteditor.h index a51ae2c9f9..23afb5b665 100644 --- a/src/plugins/texteditor/snippets/snippeteditor.h +++ b/src/plugins/texteditor/snippets/snippeteditor.h @@ -36,10 +36,6 @@ #include <texteditor/texteditor_global.h> #include <texteditor/basetexteditor.h> -#include <QtCore/QScopedPointer> - -QT_FORWARD_DECLARE_CLASS(QFocusEvent) - namespace TextEditor { class SnippetEditorWidget; |