summaryrefslogtreecommitdiffstats
path: root/doc/html/chart-canvasview-cpp.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-20 20:15:52 +0900
committerMichele Calgaro <[email protected]>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/chart-canvasview-cpp.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/chart-canvasview-cpp.html')
-rw-r--r--doc/html/chart-canvasview-cpp.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/chart-canvasview-cpp.html b/doc/html/chart-canvasview-cpp.html
index 1b3079338..e2866885b 100644
--- a/doc/html/chart-canvasview-cpp.html
+++ b/doc/html/chart-canvasview-cpp.html
@@ -36,7 +36,7 @@ body { background: #ffffff; color: black; }
#include "chartform.h"
#include &lt;<a href="qcursor-h.html">ntqcursor.h</a>&gt;
-#include &lt;<a href="qpoint-h.html">ntqpoint.h</a>&gt;
+#include &lt;<a href="tqpoint-h.html">tqpoint.h</a>&gt;
#include &lt;<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>&gt;
#include &lt;<a href="tqstatusbar-h.html">tqstatusbar.h</a>&gt;
@@ -70,8 +70,8 @@ void CanvasView::<a href="ntqscrollview.html#contentsMousePressEvent">contentsMo
void CanvasView::<a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> *e )
{
if ( m_movingItem ) {
- <a href="ntqpoint.html">TQPoint</a> offset = e-&gt;<a href="qmouseevent.html#pos">pos</a>() - m_pos;
- m_movingItem-&gt;moveBy( offset.<a href="ntqpoint.html#x">x</a>(), offset.<a href="ntqpoint.html#y">y</a>() );
+ <a href="tqpoint.html">TQPoint</a> offset = e-&gt;<a href="qmouseevent.html#pos">pos</a>() - m_pos;
+ 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="qmouseevent.html#pos">pos</a>();
ChartForm *form = (ChartForm*)<a href="tqobject.html#parent">parent</a>();
form-&gt;setChanged( TRUE );