diff options
Diffstat (limited to 'doc/html/canvas-chart-example.html')
-rw-r--r-- | doc/html/canvas-chart-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/canvas-chart-example.html b/doc/html/canvas-chart-example.html index ade0c27ab..b72768c0c 100644 --- a/doc/html/canvas-chart-example.html +++ b/doc/html/canvas-chart-example.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <p> <p> This is a complete example program with a main window, menus and -toolbars. The main widget is a <a href="ntqcanvas.html">TQCanvas</a>, and this example +toolbars. The main widget is a <a href="tqcanvas.html">TQCanvas</a>, and this example demonstrates basic canvas usage. <p> <hr> @@ -228,7 +228,7 @@ private: <a href="ntqstring.html">TQString</a> m_filename; <a href="ntqstringlist.html">TQStringList</a> m_recentFiles; - <a href="ntqcanvas.html">TQCanvas</a> *m_canvas; + <a href="tqcanvas.html">TQCanvas</a> *m_canvas; CanvasView *m_canvasView; bool m_changed; ElementVector m_elements; @@ -466,8 +466,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-><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-><a href="tqcanvas.html#resize">resize</a>( <a href="ntqwidget.html#width">width</a>(), height() ); m_canvasView = new CanvasView( m_canvas, &m_elements, this ); <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>( m_canvasView ); m_canvasView-><a href="ntqwidget.html#show">show</a>(); |