summaryrefslogtreecommitdiffstats
path: root/examples/assistant/remotecontrol/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/assistant/remotecontrol/main.cpp')
-rw-r--r--examples/assistant/remotecontrol/main.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/assistant/remotecontrol/main.cpp b/examples/assistant/remotecontrol/main.cpp
index 3652e6251..3ab883268 100644
--- a/examples/assistant/remotecontrol/main.cpp
+++ b/examples/assistant/remotecontrol/main.cpp
@@ -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.
@@ -48,9 +48,10 @@
**
****************************************************************************/
-#include <QtWidgets/QApplication>
#include "remotecontrol.h"
+#include <QApplication>
+
int main(int argc, char *argv[])
{
Q_INIT_RESOURCE(remotecontrol);