diff options
Diffstat (limited to 'doc/en/advanced.docbook')
-rw-r--r-- | doc/en/advanced.docbook | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/en/advanced.docbook b/doc/en/advanced.docbook index 7e96c002..1bfec3d5 100644 --- a/doc/en/advanced.docbook +++ b/doc/en/advanced.docbook @@ -831,9 +831,9 @@ <sect1 id="cmd-line-options"> <title>Command-line Options</title> -<para>Amarok supports the use of the standard Qt and kde command line options. Amarok also has it's own application specific options.</para> +<para>Amarok supports the use of the standard TQt and tde command line options. Amarok also has it's own application specific options.</para> -<para>The Qt and kde options:</para> +<para>The TQt and tde options:</para> <informaltable> <tgroup cols="2"> @@ -852,8 +852,8 @@ </row> <row> -<entry>--help-qt</entry> -<entry>Show Qt specific options.</entry> +<entry>--help-tqt</entry> +<entry>Show TQt specific options.</entry> </row> <row> @@ -970,7 +970,7 @@ <sect2 id="script-bindings"> <title>Bindings</title> -<para>It is possible to write simple scripts that do not need user interaction, and it's also possible to make scripts with comfortable GUIs that act like little applications of their own. For GUI programming one of the many bindings which KDE provides can be used, for instance RubyQt, a Qt library binding for Ruby. However, it is worth noting that not every user has all available bindings installed. If you decide to use a binding, try to use one of the relatively wide spread ones (e.g. RubyQt or PyQt).</para> +<para>It is possible to write simple scripts that do not need user interaction, and it's also possible to make scripts with comfortable GUIs that act like little applications of their own. For GUI programming one of the many bindings which TDE provides can be used, for instance RubyQt, a TQt library binding for Ruby. However, it is worth noting that not every user has all available bindings installed. If you decide to use a binding, try to use one of the relatively wide spread ones (e.g. RubyQt or PyQt).</para> <para>In order to provide some feedback when a script fails to run due to a missing dependency, please check in your script if the module you want to include really exists. If the dependency is missing, you should catch the error and show an information dialog using the "kdialog" command line tool, so that the user learns why the script fails to run.</para> |