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/tqobject.html | |
parent | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff) | |
download | tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.tar.gz tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.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/tqobject.html')
-rw-r--r-- | doc/html/tqobject.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html index e06f8946d..8372a464d 100644 --- a/doc/html/tqobject.html +++ b/doc/html/tqobject.html @@ -521,8 +521,8 @@ TRUE; otherwise return FALSE. { if ( obj == textEdit ) { if ( e->type() == TQEvent::KeyPress ) { - <a href="qkeyevent.html">TQKeyEvent</a> *k = (TQKeyEvent*)ev; - <a href="ntqapplication.html#qDebug">tqDebug</a>( "Ate key press %d", k-><a href="qkeyevent.html#key">key</a>() ); + <a href="tqkeyevent.html">TQKeyEvent</a> *k = (TQKeyEvent*)ev; + <a href="ntqapplication.html#qDebug">tqDebug</a>( "Ate key press %d", k-><a href="tqkeyevent.html#key">key</a>() ); return TRUE; } else { return FALSE; @@ -615,8 +615,8 @@ monitored objects: { if ( e->type() == TQEvent::KeyPress ) { // special processing for key press - <a href="qkeyevent.html">TQKeyEvent</a> *k = (TQKeyEvent *)e; - <a href="ntqapplication.html#qDebug">tqDebug</a>( "Ate key press %d", k-><a href="qkeyevent.html#key">key</a>() ); + <a href="tqkeyevent.html">TQKeyEvent</a> *k = (TQKeyEvent *)e; + <a href="ntqapplication.html#qDebug">tqDebug</a>( "Ate key press %d", k-><a href="tqkeyevent.html#key">key</a>() ); return TRUE; // eat event } else { // standard event processing |