summaryrefslogtreecommitdiff
path: root/doc/src/examples/trafficlight.qdoc
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-08-01 14:44:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 15:37:46 +0200
commitc3189a0a229cf6ac0e9ea93854b0273551e119d0 (patch)
treeab4423460e7de82a526f453536eb74649d4b88d8 /doc/src/examples/trafficlight.qdoc
parenta68577e7e07cce40cac142f6e2b386a76f3ecbd1 (diff)
downloadqtbase-c3189a0a229cf6ac0e9ea93854b0273551e119d0.tar.gz
change \img to \image in docs
\img was a macro defined in macros.qdocconf. This collection of macros is being phased out. Use the full command instead. Change-Id: Ia55212f87bb46349d61359d40568e0aa33882596 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src/examples/trafficlight.qdoc')
-rw-r--r--doc/src/examples/trafficlight.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/trafficlight.qdoc b/doc/src/examples/trafficlight.qdoc
index df0ffdeab7..f80225fc84 100644
--- a/doc/src/examples/trafficlight.qdoc
+++ b/doc/src/examples/trafficlight.qdoc
@@ -59,7 +59,7 @@
timer, and as we shall see the timeout is used to transition from one
LightState to another. Here is the statechart for the light state:
- \img trafficlight-example1.png
+ \image trafficlight-example1.png
\omit
\caption This is a caption
\endomit
@@ -73,7 +73,7 @@
yellow-to-green. The same process repeats through the other states.
This is what the statechart looks like:
- \img trafficlight-example2.png
+ \image trafficlight-example2.png
\omit
\caption This is a caption
\endomit