diff options
Diffstat (limited to 'examples/assistant/simpletextviewer/textedit.h')
-rw-r--r-- | examples/assistant/simpletextviewer/textedit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/assistant/simpletextviewer/textedit.h b/examples/assistant/simpletextviewer/textedit.h index 70bcf75af..d44fbb5f5 100644 --- a/examples/assistant/simpletextviewer/textedit.h +++ b/examples/assistant/simpletextviewer/textedit.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the examples of the Qt Toolkit. @@ -51,8 +51,8 @@ #ifndef TEXTEDIT_H #define TEXTEDIT_H -#include <QtCore/QUrl> -#include <QtWidgets/QTextEdit> +#include <QTextEdit> +#include <QUrl> class TextEdit : public QTextEdit { |