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/tutorial2-06.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tutorial2-06.html') diff --git a/doc/html/tutorial2-06.html b/doc/html/tutorial2-06.html index d57d8cf9e..b3e21f675 100644 --- a/doc/html/tutorial2-06.html +++ b/doc/html/tutorial2-06.html @@ -249,7 +249,7 @@ with this text item, and provided a getter and setter for this value. void viewportResizeEvent( TQResizeEvent *e ); void contentsMousePressEvent( TQMouseEvent *e ); void contentsMouseMoveEvent( TQMouseEvent *e ); - void contentsContextMenuEvent( TQContextMenuEvent *e ); + void contentsContextMenuEvent( TQContextMenuEvent *e ); private: TQCanvasItem *m_movingItem; @@ -271,9 +271,9 @@ vector.

(Extracts from canvasview.cpp.)

-

    void CanvasView::contentsContextMenuEvent( TQContextMenuEvent * )
+
    void CanvasView::contentsContextMenuEvent( TQContextMenuEvent * )
     {
-        ((ChartForm*)parent())->optionsMenu->exec( TQCursor::pos() );
+        ((ChartForm*)parent())->optionsMenu->exec( TQCursor::pos() );
     }
 

When the user invokes a context menu (e.g. by right-clicking on most -- cgit v1.2.3