aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmlclocks
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-12-17 08:44:21 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-17 23:33:58 +0100
commit084487ee1f296b806c946a9cf92d184d54ff5d54 (patch)
tree6fa87ff0e5e87b78cd9ab4d09bb58b10a7bdd8c8 /examples/embedded/qmlclocks
parent8eb604656d8cbf8481a540df878ce70936204fb4 (diff)
Fix compilation due to header changes
- Fix QtGui/QApplication => QtWidgets/QApplication - Fix QtGui/QStylePlugin => QtWidgets/QStylePlugin - Fix QtWidgets/QStringListModel => QtCore/QStringListModel - Fix QtWidgets/qstringlistmodel.h => QtCore/qstringlistmodel.h Change-Id: I8df28f032f039107b900c81be27d2d6e5e69e06e Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'examples/embedded/qmlclocks')
-rw-r--r--examples/embedded/qmlclocks/qmlclocks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/embedded/qmlclocks/qmlclocks.cpp b/examples/embedded/qmlclocks/qmlclocks.cpp
index 04366aa0ab..ed477260a9 100644
--- a/examples/embedded/qmlclocks/qmlclocks.cpp
+++ b/examples/embedded/qmlclocks/qmlclocks.cpp
@@ -40,7 +40,7 @@
****************************************************************************/
#include <QtCore/QFileInfo>
-#include <QtGui/QApplication>
+#include <QtWidgets/QApplication>
#include <QtDeclarative/QDeclarativeView>
#include <QtDeclarative/QDeclarativeEngine>