Update copyright year in license headers.
[profile/ivi/qtdeclarative.git] / examples / declarative / tutorials / extending / chapter3-bindings / main.cpp
index 2670871..54626fa 100644 (file)
@@ -1,6 +1,6 @@
 /****************************************************************************
 **
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
 ** All rights reserved.
 ** Contact: Nokia Corporation (qt-info@nokia.com)
 **
@@ -39,7 +39,7 @@
 ****************************************************************************/
 //![0]
 #include "piechart.h"
-#include <QQuickView>
+#include <QtQuick/QQuickView>
 #include <QGuiApplication>
 
 int main(int argc, char *argv[])