summaryrefslogtreecommitdiffstats
path: root/doc/kstars/dcop.docbook
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-25 13:38:31 +0900
committerMichele Calgaro <[email protected]>2023-09-25 13:38:31 +0900
commitb803249430e4b183c8bf853c6c0147e796b19425 (patch)
tree08e057f3a8702ec76719f407147d7308ea50f5a4 /doc/kstars/dcop.docbook
parent095dafcd2b49dcd7e109b541772001bbe3ccb834 (diff)
downloadtdeedu-b803249430e4b183c8bf853c6c0147e796b19425.tar.gz
tdeedu-b803249430e4b183c8bf853c6c0147e796b19425.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/kstars/dcop.docbook')
-rw-r--r--doc/kstars/dcop.docbook10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/kstars/dcop.docbook b/doc/kstars/dcop.docbook
index b17539bf..00c8f7e9 100644
--- a/doc/kstars/dcop.docbook
+++ b/doc/kstars/dcop.docbook
@@ -28,7 +28,7 @@ functions:
<itemizedlist>
<listitem><para><function>
-lookTowards( const QString direction )</function>:
+lookTowards( const TQString direction )</function>:
Point the display focus in a direction specified by the argument.
This can be the name of any object in the sky, or one of the following
directional words or abbreviations: zenith (or z), north (n),
@@ -72,7 +72,7 @@ Pause for t seconds before continuing with subsequent script commands.
</para></listitem>
<listitem><para><function>
-waitForKey( const QString k )</function>:
+waitForKey( const TQString k )</function>:
Halt the script execution until the user presses the specified key.
At this point, you cannot specify combination keystrokes (such as
<keycombo action="simul">&Ctrl;<keycap>C</keycap></keycombo>); just use
@@ -86,7 +86,7 @@ Toggle whether tracking mode is engaged.
</para></listitem>
<listitem><para><function>
-changeViewOption( const QString option, const QString value )</function>:
+changeViewOption( const TQString option, const TQString value )</function>:
Adjust a view option. There are dozens and dozens of options available;
basically everything you can change in the <guilabel>Configure &kstars;
Window</guilabel> can be changed here as well. The first argument is
@@ -98,8 +98,8 @@ gracefully.
</para></listitem>
<listitem><para><function>
-setGeoLocation( const QString city, const QString province,
-const QString country )</function>:
+setGeoLocation( const TQString city, const TQString province,
+const TQString country )</function>:
Change the observing location to the specified city. If no city matching
the argument strings is found, then nothing happens.
</para></listitem>