diff options
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 |