diff options
| author | Jens Bache-Wiig <jens.bache-wiig@digia.com> | 2013-02-20 17:38:44 +0100 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-02-21 16:59:55 +0100 |
| commit | 6ea1b2b1f26d266b88b091ddece0cdaad5d3accc (patch) | |
| tree | 38b488f646b7070b0bc8ef1edae7281f8a24e1e3 /examples/touch/content/SliderPage.qml | |
| parent | e8a53a5a3a4b3d8069e69eba7f96e1f0b47699b6 (diff) | |
Rename QtDesktop to QtQuick.Controls
Change-Id: Icc61dbfc74cc2a303b9847e7d2c7ace4a9002046
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'examples/touch/content/SliderPage.qml')
| -rw-r--r-- | examples/touch/content/SliderPage.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/touch/content/SliderPage.qml b/examples/touch/content/SliderPage.qml index e14ecaa57..b345d3512 100644 --- a/examples/touch/content/SliderPage.qml +++ b/examples/touch/content/SliderPage.qml @@ -39,8 +39,8 @@ ****************************************************************************/ import QtQuick 2.0 -import QtDesktop 1.0 -import QtDesktop.Styles 1.0 +import QtQuick.Controls 1.0 +import QtQuick.Controls.Styles 1.0 Page { Column { |
