summaryrefslogtreecommitdiffstats
path: root/examples/assistant/remotecontrol/remotecontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/assistant/remotecontrol/remotecontrol.h')
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/assistant/remotecontrol/remotecontrol.h b/examples/assistant/remotecontrol/remotecontrol.h
index 16a9f9441..5054f59f8 100644
--- a/examples/assistant/remotecontrol/remotecontrol.h
+++ b/examples/assistant/remotecontrol/remotecontrol.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,9 +51,10 @@
#ifndef REMOTECONTROL_H
#define REMOTECONTROL_H
-#include <QtWidgets/QMainWindow>
#include "ui_remotecontrol.h"
+#include <QMainWindow>
+
QT_BEGIN_NAMESPACE
class QProcess;
QT_END_NAMESPACE;