diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-25 15:36:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:36 +0900 |
commit | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch) | |
tree | 0ef68a6a92087957855c7607ac176821d10d049d /doc/html/tutorial2-06.html | |
parent | 7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff) | |
download | tqt-0917fbb5.tar.gz tqt-0917fbb5.zip |
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tutorial2-06.html')
-rw-r--r-- | doc/html/tutorial2-06.html | 6 |
1 files changed, 3 insertions, 3 deletions
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( <a href="qresizeevent.html">TQResizeEvent</a> *e ); void contentsMousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a> *e ); void contentsMouseMoveEvent( <a href="qmouseevent.html">TQMouseEvent</a> *e ); - void contentsContextMenuEvent( <a href="qcontextmenuevent.html">TQContextMenuEvent</a> *e ); + void contentsContextMenuEvent( <a href="tqcontextmenuevent.html">TQContextMenuEvent</a> *e ); private: <a href="tqcanvasitem.html">TQCanvasItem</a> *m_movingItem; @@ -271,9 +271,9 @@ vector. <a name="3-1"></a><p> (Extracts from <tt>canvasview.cpp</tt>.) <p> -<pre> <a name="x2584"></a>void CanvasView::<a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>( <a href="qcontextmenuevent.html">TQContextMenuEvent</a> * ) +<pre> <a name="x2584"></a>void CanvasView::<a href="tqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>( <a href="tqcontextmenuevent.html">TQContextMenuEvent</a> * ) { - <a name="x2579"></a> ((ChartForm*)<a href="tqobject.html#parent">parent</a>())->optionsMenu->exec( TQCursor::<a href="ntqcursor.html#pos">pos</a>() ); + <a name="x2579"></a> ((ChartForm*)<a href="tqobject.html#parent">parent</a>())->optionsMenu->exec( TQCursor::<a href="tqcursor.html#pos">pos</a>() ); } </pre> <p> When the user invokes a context menu (e.g. by right-clicking on most |