summaryrefslogtreecommitdiffstats
path: root/demos/declarative/flickr
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-27 04:54:32 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-27 04:54:32 (GMT)
commit12f4fc296578fb30ac1bf690b3eeba176b72205a (patch)
tree6dc27f53695bd8603f772e941d479009e39907f0 /demos/declarative/flickr
parentc52d846eda611e18fa88cf3c90239987a9108382 (diff)
downloadQt-12f4fc296578fb30ac1bf690b3eeba176b72205a.zip
Qt-12f4fc296578fb30ac1bf690b3eeba176b72205a.tar.gz
Qt-12f4fc296578fb30ac1bf690b3eeba176b72205a.tar.bz2
Revert to Common.ImageDetails for now.
Diffstat (limited to 'demos/declarative/flickr')
-rw-r--r--demos/declarative/flickr/flickr-mobile.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/flickr/flickr-mobile.qml b/demos/declarative/flickr/flickr-mobile.qml
index ee6366d..a4692a3 100644
--- a/demos/declarative/flickr/flickr-mobile.qml
+++ b/demos/declarative/flickr/flickr-mobile.qml
@@ -33,7 +33,7 @@ Item {
}
}
- Mobile.ImageDetails { id: ImageDetails; width: parent.width; x: parent.width; height: parent.height }
+ Common.ImageDetails { id: ImageDetails; width: parent.width; x: parent.width; height: parent.height }
Mobile.TitleBar { id: TitleBar; width: parent.width; height: 40; opacity: 0.9 }
Mobile.ToolBar { id: ToolBar; height: 40; anchors.bottom: parent.bottom; width: parent.width; opacity: 0.9 }