From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/chart-canvasview-cpp.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/chart-canvasview-cpp.html') 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 <ntqcursor.h> -#include <ntqpoint.h> +#include <tqpoint.h> #include <tqpopupmenu.h> #include <tqstatusbar.h> @@ -70,8 +70,8 @@ void CanvasView::contentsMo void CanvasView::contentsMouseMoveEvent( TQMouseEvent *e ) { if ( m_movingItem ) { - TQPoint offset = e->pos() - m_pos; - m_movingItem->moveBy( offset.x(), offset.y() ); + TQPoint offset = e->pos() - m_pos; + m_movingItem->moveBy( offset.x(), offset.y() ); m_pos = e->pos(); ChartForm *form = (ChartForm*)parent(); form->setChanged( TRUE ); -- cgit v1.2.1