summaryrefslogtreecommitdiffstats
path: root/examples/animatedbackground/SlideDeck.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animatedbackground/SlideDeck.qml')
-rw-r--r--examples/animatedbackground/SlideDeck.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/animatedbackground/SlideDeck.qml b/examples/animatedbackground/SlideDeck.qml
index e0835a6..ba3d2ed 100644
--- a/examples/animatedbackground/SlideDeck.qml
+++ b/examples/animatedbackground/SlideDeck.qml
@@ -55,7 +55,7 @@ Presentation {
title: "Composition"
content: [
"Gradient Rectangle",
- "Swirls using ShaderEffectItem",
+ "Swirls using ShaderEffect",
" Movement using a vertexShader",
" Colorized using a gradient rect converted to a texture",
" Controlled using QML properties and animations",