aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/calculator
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/calculator')
-rw-r--r--examples/demos/calculator/CalculatorCore/Button.qml2
-rw-r--r--examples/demos/calculator/CalculatorCore/Display.qml2
-rw-r--r--examples/demos/calculator/calculator-desktop.qml2
-rw-r--r--examples/demos/calculator/calculator-mobile.qml2
-rw-r--r--examples/demos/calculator/calculator.pro2
-rw-r--r--examples/demos/calculator/main.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/demos/calculator/CalculatorCore/Button.qml b/examples/demos/calculator/CalculatorCore/Button.qml
index 872fc81174..e7b3637b4c 100644
--- a/examples/demos/calculator/CalculatorCore/Button.qml
+++ b/examples/demos/calculator/CalculatorCore/Button.qml
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtDeclarative module of the Qt Toolkit.
+** This file is part of the QtQml module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/examples/demos/calculator/CalculatorCore/Display.qml b/examples/demos/calculator/CalculatorCore/Display.qml
index 3333484971..3dceeab169 100644
--- a/examples/demos/calculator/CalculatorCore/Display.qml
+++ b/examples/demos/calculator/CalculatorCore/Display.qml
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtDeclarative module of the Qt Toolkit.
+** This file is part of the QtQml module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/examples/demos/calculator/calculator-desktop.qml b/examples/demos/calculator/calculator-desktop.qml
index 7e72f50beb..be65c77170 100644
--- a/examples/demos/calculator/calculator-desktop.qml
+++ b/examples/demos/calculator/calculator-desktop.qml
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtDeclarative module of the Qt Toolkit.
+** This file is part of the QtQml module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/examples/demos/calculator/calculator-mobile.qml b/examples/demos/calculator/calculator-mobile.qml
index b4fc372b39..7ee622f698 100644
--- a/examples/demos/calculator/calculator-mobile.qml
+++ b/examples/demos/calculator/calculator-mobile.qml
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtDeclarative module of the Qt Toolkit.
+** This file is part of the QtQml module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/examples/demos/calculator/calculator.pro b/examples/demos/calculator/calculator.pro
index 3bf3b8ca2f..297d5cfdbb 100644
--- a/examples/demos/calculator/calculator.pro
+++ b/examples/demos/calculator/calculator.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
-QT += quick declarative
+QT += quick qml
SOURCES += main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/calculator
diff --git a/examples/demos/calculator/main.cpp b/examples/demos/calculator/main.cpp
index c7f9b29952..fafe14fe46 100644
--- a/examples/demos/calculator/main.cpp
+++ b/examples/demos/calculator/main.cpp
@@ -41,7 +41,7 @@
#include <QGuiApplication>
#include <QStringList>
#include <QQuickView>
-#include <QDeclarativeEngine>
+#include <QQmlEngine>
void usage()
{