From 04913ce7a46fd027856e83a96205fdc388742a19 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 14:04:45 +0900 Subject: Rename ntqobject*.h and qobject*.cpp to tqobject* 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 cce3adf60..350339623 100644 --- a/doc/html/chart-canvasview-cpp.html +++ b/doc/html/chart-canvasview-cpp.html @@ -43,14 +43,14 @@ body { background: #ffffff; color: black; } void CanvasView::contentsContextMenuEvent( TQContextMenuEvent * ) { - ((ChartForm*)parent())->optionsMenu->exec( TQCursor::pos() ); + ((ChartForm*)parent())->optionsMenu->exec( TQCursor::pos() ); } void CanvasView::viewportResizeEvent( TQResizeEvent *e ) { canvas()->resize( e->size().width(), e->size().height() ); - ((ChartForm*)parent())->drawElements(); + ((ChartForm*)parent())->drawElements(); } @@ -73,7 +73,7 @@ void CanvasView::contentsMou TQPoint offset = e->pos() - m_pos; m_movingItem->moveBy( offset.x(), offset.y() ); m_pos = e->pos(); - ChartForm *form = (ChartForm*)parent(); + ChartForm *form = (ChartForm*)parent(); form->setChanged( TRUE ); int chartType = form->chartType(); CanvasText *item = (CanvasText*)m_movingItem; -- cgit v1.2.3