summaryrefslogtreecommitdiffstats
path: root/doc/html/chart-chartform-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/chart-chartform-cpp.html')
-rw-r--r--doc/html/chart-chartform-cpp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/chart-chartform-cpp.html b/doc/html/chart-chartform-cpp.html
index f09f0e9b9..cbb61428c 100644
--- a/doc/html/chart-chartform-cpp.html
+++ b/doc/html/chart-chartform-cpp.html
@@ -254,8 +254,8 @@ const <a href="ntqstring.html">TQString</a> APP_KEY = "/Chart/";
if ( windowX != -1 || windowY != -1 )
<a href="ntqwidget.html#move">move</a>( windowX, windowY );
- m_canvas = new <a href="ntqcanvas.html">TQCanvas</a>( this );
-<a name="x2876"></a> m_canvas-&gt;<a href="ntqcanvas.html#resize">resize</a>( <a href="ntqwidget.html#width">width</a>(), height() );
+ m_canvas = new <a href="tqcanvas.html">TQCanvas</a>( this );
+<a name="x2876"></a> m_canvas-&gt;<a href="tqcanvas.html#resize">resize</a>( <a href="ntqwidget.html#width">width</a>(), height() );
m_canvasView = new CanvasView( m_canvas, &amp;m_elements, this );
<a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>( m_canvasView );
m_canvasView-&gt;<a href="ntqwidget.html#show">show</a>();