diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
commit | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch) | |
tree | c38058d08754b389bd058a6d63f75086b49a22b1 /doc/html/picture-example.html | |
parent | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff) | |
download | tqt-39f8a475.tar.gz tqt-39f8a475.zip |
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/picture-example.html')
-rw-r--r-- | doc/html/picture-example.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/picture-example.html b/doc/html/picture-example.html index a4d2b0d12..c0189b6a0 100644 --- a/doc/html/picture-example.html +++ b/doc/html/picture-example.html @@ -94,7 +94,7 @@ public: ~PictureDisplay(); protected: void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); - void keyPressEvent( <a href="qkeyevent.html">TQKeyEvent</a> * ); + void keyPressEvent( <a href="tqkeyevent.html">TQKeyEvent</a> * ); private: <a href="tqpicture.html">TQPicture</a> *pict; <a href="tqstring.html">TQString</a> name; @@ -125,9 +125,9 @@ void PictureDisplay::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href= paint.<a href="tqpainter.html#drawText">drawText</a>( <a href="tqwidget.html#rect">rect</a>(), AlignCenter, name ); } -<a name="x127"></a>void PictureDisplay::<a href="tqwidget.html#keyPressEvent">keyPressEvent</a>( <a href="qkeyevent.html">TQKeyEvent</a> *k ) +<a name="x127"></a>void PictureDisplay::<a href="tqwidget.html#keyPressEvent">keyPressEvent</a>( <a href="tqkeyevent.html">TQKeyEvent</a> *k ) { -<a name="x109"></a> switch ( tolower(k-><a href="qkeyevent.html#ascii">ascii</a>()) ) { +<a name="x109"></a> switch ( tolower(k-><a href="tqkeyevent.html#ascii">ascii</a>()) ) { case 'r': // reload pict-><a href="tqpicture.html#load">load</a>( name ); <a href="tqwidget.html#update">update</a>(); |