diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 20:52:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:36 +0900 |
| commit | 367ff3fb9e3933f6704c98359cdd8d934ace941f (patch) | |
| tree | 7e03c953d16dcaf0e89f54079b8415a578a22893 /doc/html/tqobject.html | |
| parent | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (diff) | |
| download | tqt-367ff3fb.tar.gz tqt-367ff3fb.zip | |
Rename global classes nt* 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html index 78b60839d..d381ffc36 100644 --- a/doc/html/tqobject.html +++ b/doc/html/tqobject.html @@ -140,7 +140,7 @@ and whether it <a href="#inherits">inherits</a>() another class in the TQObject hierarchy. <p> When an object is deleted, it emits a <a href="#destroyed">destroyed</a>() signal. You can catch this signal to avoid dangling references to TQObjects. The -<a href="ntqguardedptr.html">TQGuardedPtr</a> class provides an elegant way to use this feature. +<a href="tqguardedptr.html">TQGuardedPtr</a> class provides an elegant way to use this feature. <p> TQObjects can receive events through <a href="#event">event</a>() and filter the events of other objects. See <a href="#installEventFilter">installEventFilter</a>() and <a href="#eventFilter">eventFilter</a>() for details. A convenience handler, <a href="#childEvent">childEvent</a>(), can be reimplemented |
