From 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Aug 2024 15:36:25 +0900 Subject: Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h) 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 3d5759a2c..902c665c4 100644 --- a/doc/html/chart-canvasview-cpp.html +++ b/doc/html/chart-canvasview-cpp.html @@ -35,15 +35,15 @@ body { background: #ffffff; color: black; }
#include "canvasview.h"
 #include "chartform.h"
 
-#include <ntqcursor.h>
+#include <tqcursor.h>
 #include <tqpoint.h>
 #include <tqpopupmenu.h>
 #include <tqstatusbar.h>
 
 
-void CanvasView::contentsContextMenuEvent( TQContextMenuEvent * )
+void CanvasView::contentsContextMenuEvent( TQContextMenuEvent * )
 {
-    ((ChartForm*)parent())->optionsMenu->exec( TQCursor::pos() );
+    ((ChartForm*)parent())->optionsMenu->exec( TQCursor::pos() );
 }
 
 
-- 
cgit v1.2.3