From 241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 13 Oct 2023 18:02:18 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- tde-i18n-en_GB/docs/tdeedu/kstars/dcop.docbook | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tde-i18n-en_GB/docs/tdeedu') diff --git a/tde-i18n-en_GB/docs/tdeedu/kstars/dcop.docbook b/tde-i18n-en_GB/docs/tdeedu/kstars/dcop.docbook index e70a31da1da..897b6f997d0 100644 --- a/tde-i18n-en_GB/docs/tdeedu/kstars/dcop.docbook +++ b/tde-i18n-en_GB/docs/tdeedu/kstars/dcop.docbook @@ -6,7 +6,7 @@ DCOP Functions The &kstars; DCOP Interface includes the following functions: - lookTowards( const QString direction ): 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), northeast (ne), east (e), southeast (se), south (s), southwest(sw), west(w), northwest (nw). + lookTowards( const TQString direction ): 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), northeast (ne), east (e), southeast (se), south (s), southwest(sw), west(w), northwest (nw). setRaDec( double ra, double dec ): Point the display focus at the specified equatorial coordinates. @@ -22,13 +22,13 @@ waitFor( double t ): Pause for t seconds before continuing with subsequent script commands. - waitForKey( const QString k ): Halt the script execution until the user presses the specified key. At this point, you cannot specify combination keystrokes (such as &Ctrl;C); just use simple keys. You can type space to indicate the spacebar. + waitForKey( const TQString k ): Halt the script execution until the user presses the specified key. At this point, you cannot specify combination keystrokes (such as &Ctrl;C); just use simple keys. You can type space to indicate the spacebar. setTracking( bool track ): Toggle whether tracking mode is engaged. - changeViewOption( const QString option, const QString value ): Adjust a view option. There are dozens and dozens of options available; basically everything you can change in the Configure &kstars; Window can be changed here as well. The first argument is the name of the option (the names are taken from the kstarsrc configuration file), and the second argument is the desired value. The argument parser is designed to be robust, so if you accidentally send it bad data it should fail gracefully. + changeViewOption( const TQString option, const TQString value ): Adjust a view option. There are dozens and dozens of options available; basically everything you can change in the Configure &kstars; Window can be changed here as well. The first argument is the name of the option (the names are taken from the kstarsrc configuration file), and the second argument is the desired value. The argument parser is designed to be robust, so if you accidentally send it bad data it should fail gracefully. - setGeoLocation( const QString city, const QString province, const QString country ): Change the observing location to the specified city. If no city matching the argument strings is found, then nothing happens. + setGeoLocation( const TQString city, const TQString province, const TQString country ): Change the observing location to the specified city. If no city matching the argument strings is found, then nothing happens. stop() [clock]: Halt the simulation clock. -- cgit v1.2.1