summaryrefslogtreecommitdiffstats
path: root/doc/html/picture-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
commit39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch)
treec38058d08754b389bd058a6d63f75086b49a22b1 /doc/html/picture-example.html
parente42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff)
downloadtqt-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.html6
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-&gt;<a href="qkeyevent.html#ascii">ascii</a>()) ) {
+<a name="x109"></a> switch ( tolower(k-&gt;<a href="tqkeyevent.html#ascii">ascii</a>()) ) {
case 'r': // reload
pict-&gt;<a href="tqpicture.html#load">load</a>( name );
<a href="tqwidget.html#update">update</a>();