diff options
Diffstat (limited to 'doc/html/chart-canvasview-cpp.html')
-rw-r--r-- | doc/html/chart-canvasview-cpp.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/chart-canvasview-cpp.html b/doc/html/chart-canvasview-cpp.html index 1b3079338..e2866885b 100644 --- a/doc/html/chart-canvasview-cpp.html +++ b/doc/html/chart-canvasview-cpp.html @@ -36,7 +36,7 @@ body { background: #ffffff; color: black; } #include "chartform.h" #include <<a href="qcursor-h.html">ntqcursor.h</a>> -#include <<a href="qpoint-h.html">ntqpoint.h</a>> +#include <<a href="tqpoint-h.html">tqpoint.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> @@ -70,8 +70,8 @@ void CanvasView::<a href="ntqscrollview.html#contentsMousePressEvent">contentsMo void CanvasView::<a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> *e ) { if ( m_movingItem ) { - <a href="ntqpoint.html">TQPoint</a> offset = e-><a href="qmouseevent.html#pos">pos</a>() - m_pos; - m_movingItem->moveBy( offset.<a href="ntqpoint.html#x">x</a>(), offset.<a href="ntqpoint.html#y">y</a>() ); + <a href="tqpoint.html">TQPoint</a> offset = e-><a href="qmouseevent.html#pos">pos</a>() - m_pos; + m_movingItem->moveBy( offset.<a href="tqpoint.html#x">x</a>(), offset.<a href="tqpoint.html#y">y</a>() ); m_pos = e-><a href="qmouseevent.html#pos">pos</a>(); ChartForm *form = (ChartForm*)<a href="tqobject.html#parent">parent</a>(); form->setChanged( TRUE ); |