summaryrefslogtreecommitdiffstats
path: root/doc/man/kspy
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 20:06:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 20:33:38 +0900
commit7485c8248a1bb3a2fed851d389a291d60bba7752 (patch)
tree01530186491285c596ad8bea4ee9368436e38a48 /doc/man/kspy
parent2611dd9a2020f335eff619aeeffc3730144ce657 (diff)
downloadtdesdk-7485c8248a1bb3a2fed851d389a291d60bba7752.tar.gz
tdesdk-7485c8248a1bb3a2fed851d389a291d60bba7752.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0ffe839d6e363933ed4d9d212b6fd325a6fc3225)
Diffstat (limited to 'doc/man/kspy')
-rw-r--r--doc/man/kspy/testkspy.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/kspy/testkspy.1 b/doc/man/kspy/testkspy.1
index afdc702a..e6badec1 100644
--- a/doc/man/kspy/testkspy.1
+++ b/doc/man/kspy/testkspy.1
@@ -26,10 +26,10 @@ It simply uses KSpy to spy on itself.
.PP
\fBKSpy\fP is a tiny library which can be used to graphically display
the TQObjects in use by a TQt/TDE app. In addition to the object tree,
-you can also view the properties, signals and slots of any QObject.
+you can also view the properties, signals and slots of any TQObject.
.PP
-Basically it provides much the same info as QObject::dumpObjectTree() and
-QObject::dumpObjectInfo(), but in a much more convenient form. KSpy has
+Basically it provides much the same info as TQObject::dumpObjectTree() and
+TQObject::dumpObjectInfo(), but in a much more convenient form. KSpy has
minimal overhead for the application, because the kspy library is
loaded dynamically using KLibLoader.
.PP