diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:32:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:59:34 +0900 |
commit | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (patch) | |
tree | d6d15d07cb34e5443a10b71f91adee1473906263 /doc/html/chart-chartform-cpp.html | |
parent | 1702a6daff27f5d3e6fdac16962d1828df6ca270 (diff) | |
download | tqt3-68b81013e8668f50fc18b7e26a520ec93a7a1251.tar.gz tqt3-68b81013e8668f50fc18b7e26a520ec93a7a1251.zip |
Rename nt* canvas related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/chart-chartform-cpp.html')
-rw-r--r-- | doc/html/chart-chartform-cpp.html | 4 |
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-><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>(); |