diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
| commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
| tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/tooltip-example.html | |
| parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
| download | tqt-0582c90a.tar.gz tqt-0582c90a.zip | |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tooltip-example.html')
| -rw-r--r-- | doc/html/tooltip-example.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tooltip-example.html b/doc/html/tooltip-example.html index d0a60c690..fc7a0d071 100644 --- a/doc/html/tooltip-example.html +++ b/doc/html/tooltip-example.html @@ -75,8 +75,8 @@ public: protected: void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); - void mousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); - void resizeEvent( <a href="qresizeevent.html">TQResizeEvent</a> * ); + void mousePressEvent( <a href="tqmouseevent.html">TQMouseEvent</a> * ); + void resizeEvent( <a href="tqresizeevent.html">TQResizeEvent</a> * ); private: <a href="tqrect.html">TQRect</a> randomRect(); @@ -170,17 +170,17 @@ void TellMe::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaint } -<a name="x452"></a>void TellMe::<a href="tqwidget.html#mousePressEvent">mousePressEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> * e ) +<a name="x452"></a>void TellMe::<a href="tqwidget.html#mousePressEvent">mousePressEvent</a>( <a href="tqmouseevent.html">TQMouseEvent</a> * e ) { -<a name="x443"></a> if ( r1.contains( e-><a href="qmouseevent.html#pos">pos</a>() ) ) +<a name="x443"></a> if ( r1.contains( e-><a href="tqmouseevent.html#pos">pos</a>() ) ) r1 = randomRect(); - if ( r2.contains( e-><a href="qmouseevent.html#pos">pos</a>() ) ) + if ( r2.contains( e-><a href="tqmouseevent.html#pos">pos</a>() ) ) r2 = randomRect(); <a href="tqwidget.html#repaint">repaint</a>(); } -<a name="x454"></a>void TellMe::<a href="tqwidget.html#resizeEvent">resizeEvent</a>( <a href="qresizeevent.html">TQResizeEvent</a> * ) +<a name="x454"></a>void TellMe::<a href="tqwidget.html#resizeEvent">resizeEvent</a>( <a href="tqresizeevent.html">TQResizeEvent</a> * ) { if ( !rect().contains( r1 ) ) r1 = randomRect(); |
