summaryrefslogtreecommitdiffstats
path: root/doc/kstars/dcop.docbook
diff options
context:
space:
mode:
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>