diff options
Diffstat (limited to 'doc')
27 files changed, 51 insertions, 51 deletions
diff --git a/doc/kalzium/index.docbook b/doc/kalzium/index.docbook index 2bef5de2..d2a49f21 100644 --- a/doc/kalzium/index.docbook +++ b/doc/kalzium/index.docbook @@ -1,6 +1,6 @@ <?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ -<!ENTITY kappname "&kalzium;"><!-- replace kapp here --> +<!ENTITY kappname "&kalzium;"><!-- replace tdeApp here --> <!ENTITY package "tdeedu"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"><!-- change language only here --> diff --git a/doc/kgeography/index.docbook b/doc/kgeography/index.docbook index 12ed2a55..3675d2eb 100644 --- a/doc/kgeography/index.docbook +++ b/doc/kgeography/index.docbook @@ -263,7 +263,7 @@ Guess the flag of a division: a province name is given and you must find the cor </para> </chapter> -<chapter id="using-kapp"> +<chapter id="using-tdeApp"> <title>Using &kgeography;</title> <para> @@ -284,7 +284,7 @@ Guess the flag of a division: a province name is given and you must find the cor </para> -<sect1 id="kapp-features"> +<sect1 id="tdeApp-features"> <title>More &kgeography; features</title> <para>Another feature of &kgeography; is the possibility of zoom on a map. @@ -444,7 +444,7 @@ Also include any keys that have a special function but have no equivalent in the menus or toolbars. This may not be necessary for small apps or apps with no tool or menu bars. --> -<sect1 id="kapp-mainwindow"> +<sect1 id="tdeApp-mainwindow"> <title>The main &kgeography; window</title> <sect2> @@ -613,7 +613,7 @@ Documentation Copyright © 2005 &Anne-Marie.Mahfouf; <email>&Anne-Marie.Mahf <appendix id="installation"> <title>Installation</title> -<sect1 id="getting-kapp"> +<sect1 id="getting-tdeApp"> <title>How to obtain &kgeography;</title> <!-- This first entity contains boiler plate for applications that are 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> diff --git a/doc/kstars/scriptbuilder.docbook b/doc/kstars/scriptbuilder.docbook index f439e662..9b5d59da 100644 --- a/doc/kstars/scriptbuilder.docbook +++ b/doc/kstars/scriptbuilder.docbook @@ -180,20 +180,20 @@ Script</guimenuitem> item in the <guimenu>File</guimenu> menu. <orderedlist> <listitem><para>Generic Device Functions: Functions to establish/shutdown devices..etc.</para> <itemizedlist> - <listitem><para><function>startINDI (QString deviceName, bool useLocal)</function> : Establish an INDI service either as local or server.</para></listitem> - <listitem><para><function>shutdownINDI (QString deviceName)</function> : Shutdown the INDI service.</para></listitem> - <listitem><para><function>switchINDI(QString deviceName, bool turnOn)</function> : Connect or Disconnect an INDI device.</para></listitem> - <listitem><para><function>setINDIPort(QString deviceName, QString port)</function> : Set the device's connection port.</para></listitem> - <listitem><para><function>setINDIAction(QString deviceName, QString action)</function> : Activate an INDI action. The action can be any <emphasis>element</emphasis> of a <emphasis>switch property</emphasis></para></listitem> - <listitem><para><function>waitForINDIAction(QString deviceName, QString action)</function> : Pause script execution until the specified action <emphasis>property</emphasis> returns with OK status.</para></listitem> + <listitem><para><function>startINDI (TQString deviceName, bool useLocal)</function> : Establish an INDI service either as local or server.</para></listitem> + <listitem><para><function>shutdownINDI (TQString deviceName)</function> : Shutdown the INDI service.</para></listitem> + <listitem><para><function>switchINDI(TQString deviceName, bool turnOn)</function> : Connect or Disconnect an INDI device.</para></listitem> + <listitem><para><function>setINDIPort(TQString deviceName, TQString port)</function> : Set the device's connection port.</para></listitem> + <listitem><para><function>setINDIAction(TQString deviceName, TQString action)</function> : Activate an INDI action. The action can be any <emphasis>element</emphasis> of a <emphasis>switch property</emphasis></para></listitem> + <listitem><para><function>waitForINDIAction(TQString deviceName, TQString action)</function> : Pause script execution until the specified action <emphasis>property</emphasis> returns with OK status.</para></listitem> </itemizedlist> </listitem> <listitem><para>Telescope Functions: Functions to control the telescope motion and status.</para> <itemizedlist> - <listitem><para><function>setINDIScopeAction(QString deviceName, QString action)</function> : Set the telescope mode or action. Available options are SLEW, TRACK, SYNC, PARK, and ABORT.</para></listitem> - <listitem><para><function>setINDITargetCoord(QString deviceName, double RA, double DEC)</function> : Set the telescope JNow target coordinates to <emphasis>RA</emphasis> and <emphasis>DEC</emphasis>.</para></listitem> - <listitem><para><function>setINDITargetName(QString deviceName, QString objectName)</function> : Set the telescope JNow target coordinates to the coordinates of <emphasis>objectName</emphasis>. KStars will lookup the object name in its database and will fetch RA and Dec once found.</para></listitem> - <listitem><para><function>setINDIGeoLocation(QString deviceName, double + <listitem><para><function>setINDIScopeAction(TQString deviceName, TQString action)</function> : Set the telescope mode or action. Available options are SLEW, TRACK, SYNC, PARK, and ABORT.</para></listitem> + <listitem><para><function>setINDITargetCoord(TQString deviceName, double RA, double DEC)</function> : Set the telescope JNow target coordinates to <emphasis>RA</emphasis> and <emphasis>DEC</emphasis>.</para></listitem> + <listitem><para><function>setINDITargetName(TQString deviceName, TQString objectName)</function> : Set the telescope JNow target coordinates to the coordinates of <emphasis>objectName</emphasis>. KStars will lookup the object name in its database and will fetch RA and Dec once found.</para></listitem> + <listitem><para><function>setINDIGeoLocation(TQString deviceName, double longitude, double latitude)</function> : Set the telescope geographical location to the longitude and latitude as specified. The longitude is measured from Greenwich, UK, to the East. However, while it is common to use negative @@ -203,26 +203,26 @@ degrees to get the value that INDI expects. For example, Calgary, Canada coordinates in &kstars; are longitude: -114 04 58; latitude: 51 02 58. So INDI's would need longitude = 360 - 114.083 = 245.917 degrees.</para></listitem> - <listitem><para><function>setINDIUTC(QString ddeviceName, QString UTCDateTime)</function> : Set the telescope UTC Date and Time in ISO 8601 format. The format is YYYY-MM-DDTHH:MM:SS (e.g. 2004-07-12T22:05:32).</para></listitem> + <listitem><para><function>setINDIUTC(TQString ddeviceName, TQString UTCDateTime)</function> : Set the telescope UTC Date and Time in ISO 8601 format. The format is YYYY-MM-DDTHH:MM:SS (e.g. 2004-07-12T22:05:32).</para></listitem> </itemizedlist> </listitem> <listitem><para>Camera/CCD Functions: Functions to control the camera/CCD properties and status.</para> <itemizedlist> - <listitem><para><function>setINDICCDTemp(QString deviceName, int temp)</function> : Set the CCD chip target temperature in degrees celsius.</para></listitem> - <listitem><para><function>setINDIFrameType(QString deviceName, QString type)</function> : Set the CCD frame type. Available options are FRAME_LIGHT, FRAME_BIAS, FRAME_DARK, and FRAME_FLAT.</para></listitem> - <listitem><para><function>startINDIExposure(QString deviceName, int timeout)</function> : Start the CCD/Camera exposure for the duration specified by <emphasis>timeout</emphasis> in seconds.</para></listitem> + <listitem><para><function>setINDICCDTemp(TQString deviceName, int temp)</function> : Set the CCD chip target temperature in degrees celsius.</para></listitem> + <listitem><para><function>setINDIFrameType(TQString deviceName, TQString type)</function> : Set the CCD frame type. Available options are FRAME_LIGHT, FRAME_BIAS, FRAME_DARK, and FRAME_FLAT.</para></listitem> + <listitem><para><function>startINDIExposure(TQString deviceName, int timeout)</function> : Start the CCD/Camera exposure for the duration specified by <emphasis>timeout</emphasis> in seconds.</para></listitem> </itemizedlist> </listitem> <listitem><para>Focuser Functions: Functions to control the focuser motion and status.</para> <itemizedlist> - <listitem><para><function>setINDIFocusSpeed(QString deviceName, QString action)</function> : Set the focuser speed. Available options are FOCUS_HALT, FOCUS_SLOW, FOCUS_MEDIUM, and FOCUS_FAST.</para></listitem> - <listitem><para><function>setINDIFocusTimeout(QString deviceName, int timeout)</function> : Set the duration in seconds for any subsequent startINDIFocus operations.</para></listitem> - <listitem><para><function>startINDIFocus(QString deviceName, int focusDir)</function> : Move the focuser either inward (focusDir = 0) or outward (focusDir = 1). The speed and duration of this operation is set by the <function>setINDIFocusSpeed()</function> and <function>setINDIFocusTimeout()</function> functions.</para></listitem> + <listitem><para><function>setINDIFocusSpeed(TQString deviceName, TQString action)</function> : Set the focuser speed. Available options are FOCUS_HALT, FOCUS_SLOW, FOCUS_MEDIUM, and FOCUS_FAST.</para></listitem> + <listitem><para><function>setINDIFocusTimeout(TQString deviceName, int timeout)</function> : Set the duration in seconds for any subsequent startINDIFocus operations.</para></listitem> + <listitem><para><function>startINDIFocus(TQString deviceName, int focusDir)</function> : Move the focuser either inward (focusDir = 0) or outward (focusDir = 1). The speed and duration of this operation is set by the <function>setINDIFocusSpeed()</function> and <function>setINDIFocusTimeout()</function> functions.</para></listitem> </itemizedlist> </listitem> <listitem><para>Filter Functions: Functions to control the filter position.</para> <itemizedlist> - <listitem><para><function>setINDIFilterNum(QString deviceName, int filter_num)</function> : Change the filter position to <varname>filter_num</varname>. The user can assign aliases to filter numbers in the <guimenuitem>Configure INDI</guimenuitem> dialog box under the <guimenu>Devices</guimenu> menu (e.g. Filter 1 = Red, Filter 2 = Green..etc).</para></listitem> + <listitem><para><function>setINDIFilterNum(TQString deviceName, int filter_num)</function> : Change the filter position to <varname>filter_num</varname>. The user can assign aliases to filter numbers in the <guimenuitem>Configure INDI</guimenuitem> dialog box under the <guimenu>Devices</guimenu> menu (e.g. Filter 1 = Red, Filter 2 = Green..etc).</para></listitem> </itemizedlist> </listitem> diff --git a/doc/ktouch/index.docbook b/doc/ktouch/index.docbook index 9b61f5a4..ffad20c4 100644 --- a/doc/ktouch/index.docbook +++ b/doc/ktouch/index.docbook @@ -1,7 +1,7 @@ <?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!ENTITY ktouch "<application>KTouch</application>"> - <!ENTITY kappname "&ktouch;"><!-- replace kapp here --> + <!ENTITY kappname "&ktouch;"><!-- replace tdeApp here --> <!ENTITY package "tdeedu"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"><!-- change language only here --> diff --git a/doc/kvoctrain/index.docbook b/doc/kvoctrain/index.docbook index ce20e5b8..fcd05746 100644 --- a/doc/kvoctrain/index.docbook +++ b/doc/kvoctrain/index.docbook @@ -2192,7 +2192,7 @@ The International Phonetic Association</ulink></para></listitem> <chapter id="commands"> <title>Command Reference</title> -<sect1 id="kapp-mainwindow"> +<sect1 id="tdeApp-mainwindow"> <title>The Main &kvoctrain; Window</title> <sect2 id="file-menu"> diff --git a/doc/man/blinken/CMakeLists.txt b/doc/man/blinken/CMakeLists.txt index 9b8f71ca..c31d797e 100644 --- a/doc/man/blinken/CMakeLists.txt +++ b/doc/man/blinken/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES blinken.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/indi/CMakeLists.txt b/doc/man/indi/CMakeLists.txt index 451eb394..db77bed1 100644 --- a/doc/man/indi/CMakeLists.txt +++ b/doc/man/indi/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES celestrongps.1 indiserver.1 diff --git a/doc/man/kalzium/CMakeLists.txt b/doc/man/kalzium/CMakeLists.txt index 937a8237..5092dd78 100644 --- a/doc/man/kalzium/CMakeLists.txt +++ b/doc/man/kalzium/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES kalzium.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kanagram/CMakeLists.txt b/doc/man/kanagram/CMakeLists.txt index ef8290d9..e84da74b 100644 --- a/doc/man/kanagram/CMakeLists.txt +++ b/doc/man/kanagram/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES kanagram.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kbruch/CMakeLists.txt b/doc/man/kbruch/CMakeLists.txt index 315b557f..57939ff0 100644 --- a/doc/man/kbruch/CMakeLists.txt +++ b/doc/man/kbruch/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES kbruch.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/keduca/CMakeLists.txt b/doc/man/keduca/CMakeLists.txt index 3a78fe2d..42e55f99 100644 --- a/doc/man/keduca/CMakeLists.txt +++ b/doc/man/keduca/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES keduca.1 keducabuilder.1 keduca-shrinker.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kgeography/CMakeLists.txt b/doc/man/kgeography/CMakeLists.txt index 9d7f9033..c0f83b98 100644 --- a/doc/man/kgeography/CMakeLists.txt +++ b/doc/man/kgeography/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES kgeography.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/khangman/CMakeLists.txt b/doc/man/khangman/CMakeLists.txt index 7b589ffa..6a7977dd 100644 --- a/doc/man/khangman/CMakeLists.txt +++ b/doc/man/khangman/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES khangman.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kig/CMakeLists.txt b/doc/man/kig/CMakeLists.txt index 2fc853a2..04ce747f 100644 --- a/doc/man/kig/CMakeLists.txt +++ b/doc/man/kig/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES kig.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kiten/CMakeLists.txt b/doc/man/kiten/CMakeLists.txt index 7b7866e5..aa558304 100644 --- a/doc/man/kiten/CMakeLists.txt +++ b/doc/man/kiten/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES kiten.1 kitengen.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/klatin/CMakeLists.txt b/doc/man/klatin/CMakeLists.txt index 11a6862c..62496645 100644 --- a/doc/man/klatin/CMakeLists.txt +++ b/doc/man/klatin/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES klatin.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/klettres/CMakeLists.txt b/doc/man/klettres/CMakeLists.txt index 76b03538..9b52a67b 100644 --- a/doc/man/klettres/CMakeLists.txt +++ b/doc/man/klettres/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES klettres.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kmplot/CMakeLists.txt b/doc/man/kmplot/CMakeLists.txt index 8ae09555..035083c9 100644 --- a/doc/man/kmplot/CMakeLists.txt +++ b/doc/man/kmplot/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES kmplot.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kpercentage/CMakeLists.txt b/doc/man/kpercentage/CMakeLists.txt index ca578f95..d0d98a44 100644 --- a/doc/man/kpercentage/CMakeLists.txt +++ b/doc/man/kpercentage/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES kpercentage.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kstars/CMakeLists.txt b/doc/man/kstars/CMakeLists.txt index d169cb9b..6edbec64 100644 --- a/doc/man/kstars/CMakeLists.txt +++ b/doc/man/kstars/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES kstars.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/ktouch/CMakeLists.txt b/doc/man/ktouch/CMakeLists.txt index 5f042bb3..8e5f1a3e 100644 --- a/doc/man/ktouch/CMakeLists.txt +++ b/doc/man/ktouch/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES ktouch.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kturtle/CMakeLists.txt b/doc/man/kturtle/CMakeLists.txt index 6f15fe8f..e816f11e 100644 --- a/doc/man/kturtle/CMakeLists.txt +++ b/doc/man/kturtle/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES kturtle.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kverbos/CMakeLists.txt b/doc/man/kverbos/CMakeLists.txt index 82fab51c..0f583fe3 100644 --- a/doc/man/kverbos/CMakeLists.txt +++ b/doc/man/kverbos/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES kverbos.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kvoctrain/CMakeLists.txt b/doc/man/kvoctrain/CMakeLists.txt index acc3225d..4c29eaf6 100644 --- a/doc/man/kvoctrain/CMakeLists.txt +++ b/doc/man/kvoctrain/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES kvoctrain.1 langen2kvtml.1 spotlight2kvtml.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kwordquiz/CMakeLists.txt b/doc/man/kwordquiz/CMakeLists.txt index a5e33e4c..3b15ad16 100644 --- a/doc/man/kwordquiz/CMakeLists.txt +++ b/doc/man/kwordquiz/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES kwordquiz.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/libtdeedu/CMakeLists.txt b/doc/man/libtdeedu/CMakeLists.txt index fb1f2c0a..334af03e 100644 --- a/doc/man/libtdeedu/CMakeLists.txt +++ b/doc/man/libtdeedu/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES test_extdate.1 test_extdatepicker.1 DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc |