diff -r ef0373b55136 -r 758a864f9613 examples/declarative/tutorials/samegame/samegame1/samegame.qml --- a/examples/declarative/tutorials/samegame/samegame1/samegame.qml Fri Sep 17 08:34:18 2010 +0300 +++ b/examples/declarative/tutorials/samegame/samegame1/samegame.qml Mon Oct 04 01:19:32 2010 +0300 @@ -55,7 +55,7 @@ Image { id: background anchors.fill: parent - source: "../shared/pics/background.png" + source: "../shared/pics/background.jpg" fillMode: Image.PreserveAspectCrop } }