summaryrefslogtreecommitdiffstats
path: root/doc/html/picture-example.html
diff options
context:
space:
mode:
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>();