rendered paste bodydiff --git a/examples/meego-ux-components-tutorial/step6/Page1.qml b/examples/me
index 59a660a..8913443 100644
--- a/examples/meego-ux-components-tutorial/step6/Page1.qml
+++ b/examples/meego-ux-components-tutorial/step6/Page1.qml
@@ -8,13 +8,14 @@ AppPage {
pageTitle: "ModalDialog Test"
anchors.fill: parent
- Button {
+ IconButton {
id: button
anchors.centerIn: parent
width: 300
height: 80
- text: "Show ModalMessageBox"
+ icon: "image://themedimage/icons/actionbar/call-audio-start"
+ iconDown: "image://themedimage/icons/actionbar/call-audio-stop"
onClicked: {
messageBox.show()