diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 20:06:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 20:33:38 +0900 |
commit | 7485c8248a1bb3a2fed851d389a291d60bba7752 (patch) | |
tree | 01530186491285c596ad8bea4ee9368436e38a48 /doc | |
parent | 2611dd9a2020f335eff619aeeffc3730144ce657 (diff) | |
download | tdesdk-r14.1.1.tar.gz tdesdk-r14.1.1.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')
-rw-r--r-- | doc/man/kspy/testkspy.1 | 6 | ||||
-rw-r--r-- | doc/man/scripts/qtdoc.1 | 4 | ||||
-rw-r--r-- | doc/scripts/man-qtdoc.1.docbook | 4 |
3 files changed, 7 insertions, 7 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 diff --git a/doc/man/scripts/qtdoc.1 b/doc/man/scripts/qtdoc.1 index 3b7c09f6..46e17b1e 100644 --- a/doc/man/scripts/qtdoc.1 +++ b/doc/man/scripts/qtdoc.1 @@ -35,10 +35,10 @@ The directory beneath which the Qt documentation is installed. Thus the main Qt help page should be in \fI$QTDIR/doc/html/\fP. If $QTDIR is not set, \fI/usr/share/qt3\fP will be assumed. .SH EXAMPLES -To bring up help on class QString: +To bring up help on class TQString: .PP .RS -qtdoc QString +qtdoc TQString .RE .SH DEBIAN USERS The Qt documentation is in the Debian package \fIqt3-doc\fP, which will diff --git a/doc/scripts/man-qtdoc.1.docbook b/doc/scripts/man-qtdoc.1.docbook index 4924eb84..1ec4bac2 100644 --- a/doc/scripts/man-qtdoc.1.docbook +++ b/doc/scripts/man-qtdoc.1.docbook @@ -54,8 +54,8 @@ page for that class. Otherwise the main &Qt; help page is opened. <refsect1> <title>Examples</title> -<para>To display the help on the class <classname>QString</classname>:</para> -<screen><userinput><command>qtdoc</command> <option>QString</option></userinput></screen> +<para>To display the help on the class <classname>TQString</classname>:</para> +<screen><userinput><command>qtdoc</command> <option>TQString</option></userinput></screen> </refsect1> <refsect1> |