summaryrefslogtreecommitdiffstats
path: root/doc/html/tutorial2-06.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tutorial2-06.html')
-rw-r--r--doc/html/tutorial2-06.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tutorial2-06.html b/doc/html/tutorial2-06.html
index de6ec28db..3e25f5a4c 100644
--- a/doc/html/tutorial2-06.html
+++ b/doc/html/tutorial2-06.html
@@ -319,7 +319,7 @@ and record its position. Otherwise we set there to be no moving item.
<a name="x2582"></a><a name="x2581"></a> m_movingItem-&gt;moveBy( offset.<a href="tqpoint.html#x">x</a>(), offset.<a href="tqpoint.html#y">y</a>() );
m_pos = e-&gt;<a href="tqmouseevent.html#pos">pos</a>();
ChartForm *form = (ChartForm*)<a href="tqobject.html#parent">parent</a>();
- form-&gt;setChanged( TRUE );
+ form-&gt;setChanged( true );
int chartType = form-&gt;chartType();
CanvasText *item = (CanvasText*)m_movingItem;
int i = item-&gt;index();