diff options
Diffstat (limited to 'doc/en')
| -rw-r--r-- | doc/en/credits.docbook | 4 | ||||
| -rw-r--r-- | doc/en/faq.docbook | 49 | ||||
| -rw-r--r-- | doc/en/help.docbook | 4 | ||||
| -rw-r--r-- | doc/en/index.docbook | 4 | ||||
| -rw-r--r-- | doc/en/installation.docbook | 24 | ||||
| -rw-r--r-- | doc/en/java.docbook | 6 | 
6 files changed, 31 insertions, 60 deletions
| diff --git a/doc/en/credits.docbook b/doc/en/credits.docbook index 9c730ec..95ac1c8 100644 --- a/doc/en/credits.docbook +++ b/doc/en/credits.docbook @@ -75,8 +75,8 @@        <email>matej.urban@gmail.com</email></para>      </listitem>    </itemizedlist>The project is written using  -  <application>KDevelop</application>and  -  <application>&Qt; Designer</application>.</para> +  <application>TDevelop</application>and  +  <application>&TQt; Designer</application>.</para>    <para>We would especially like to thank Dirk Eschler the    &krusader; web master. If you visit the    &kruwebsite-url; you'll appreciate the hard work and diff --git a/doc/en/faq.docbook b/doc/en/faq.docbook index 929cd7e..023ef70 100644 --- a/doc/en/faq.docbook +++ b/doc/en/faq.docbook @@ -66,7 +66,7 @@            is &kde;, because it relies on services            provided by the &kde; base libraries. Only            some shared libraries are needed ⪚ -          &kde; libraries, &Qt; libraries, +          &kde; libraries, &TQt; libraries,            &etc; This means that &krusader;            runs on &gnome-url;,            &afterstep-url;, &xfce-url; and @@ -483,8 +483,8 @@          </answer>        </qandaentry>        <qandaentry> -        <question id="faqi_deb-qt"> -          <para>&debian; complains about &Qt; +        <question id="faqi_deb-tqt"> +          <para>&debian; complains about &TQt;            when running             <command>./configure</command>, what's wrong?</para>          </question> @@ -499,9 +499,9 @@            <prompt>$</prompt> <userinput><command>export</command> CPP=<replaceable>/usr/bin/cpp-3.2</replaceable></userinput>            </screen>             For more information please take a look -          &debian-qt-a-url; and at the -          &debian-qt-b-url; on how to build a -          &Qt;/&kde;3 application on +          &debian-tqt-a-url; and at the +          &debian-tqt-b-url; on how to build a +          &TQt;/&tde; application on            &debian;.</para>            <para></para>            <!-- Empty line to make it more readable --> @@ -518,7 +518,7 @@            <para>This problem occurs when you use the            &nvidia; installer and not the official            &nvidia; packages of your distribution. -          &krusader; is based on &Qt; which +          &krusader; is based on &TQt; which            can be linked against the X OpenGL libraries. As a result            &krusader; may look for OpenGL as well. The            problem is that the &nvidia; installer (prior @@ -741,35 +741,6 @@      <title>Usage &FAQ;</title>      <qandaset>        <qandaentry> -        <question id="faqu_qt355"> -          <para>&krusader; keeps crashing, why?</para> -        </question> -        <answer> -          <para>We've been receiving a lot of emails and bug -          reports (December 2005) regarding random crashes, -          especially during file operations such as copy, move, -          etc.  -          <emphasis role="bold">These crashes are related to -          &Qt; 3.3.5 and NOT -          &krusader;.</emphasis> It seems that -          &Qt; 3.3.5 introduced a serious bug which is -          currently (December 2005) causing random crashes in many -          &kde; applications including -          &konqueror;. You can use Google to find out -          more. As far as we know, &debian;-Sid and -          &SuSE; already posted new &Qt; -          binaries that fix the problem, and &gentoo; -          has masked &Qt; 3.3.5 completely. As for now, -          you either need &Qt; 3.3.4 or a fixed -          &Qt; 3.3.5 or a higer version, depending on -          your distribution. More information is available on our  -          <ulink url="http://krusader.sourceforge.net/phpBB/viewtopic.php?t=1407"> -          website</ulink>.</para> -          <para></para> -          <!-- Empty line to make it more readable --> -        </answer> -      </qandaentry> -      <qandaentry>          <question id="faqu_supermount">            <para>When I try to mount/unmount my cdrom/floppy,            &krusader; reports something about a @@ -824,9 +795,9 @@            using a multi-threaded design - this way if we get stuck,            we don't hang the entire application event loop, but we            don't think that the time is right for adding threads, we -          are not sure that *all* the &kde; systems out -          there are using &Qt;-mt (the multi threaded -          version of the &Qt; library), and the Krusader +          are not sure that *all* the &tde; systems out +          there are using &TQt;-mt (the multi threaded +          version of the &TQt; library), and the Krusader            Krew may not be the right people to address this major            issue in any case; so currently this is just a bug we            have to learn to live with.</para> diff --git a/doc/en/help.docbook b/doc/en/help.docbook index a3b6ee4..00c2ded 100644 --- a/doc/en/help.docbook +++ b/doc/en/help.docbook @@ -130,8 +130,8 @@      <emphasis role="bold">Porting &krusader; to      &Windows;</emphasis>    </para> -  <para>&krusader; is written using &Qt; as -  well as &kde;libs. As long as &kde;libs +  <para>&krusader; is written using &TQt; as +  well as &tde;libs. As long as &tde;libs    does not run on &Windows;, porting    &krusader; is not an option. However, we do believe    that once &Qt;4-GPL is released, efforts will be made diff --git a/doc/en/index.docbook b/doc/en/index.docbook index ff34ad5..050ce52 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -172,8 +172,8 @@ http://groups.google.com/group/krusader-devel/browse_thread/thread/d102adec2edcf  <!ENTITY afterstep-url '<ulink url="http://www.afterstep.org/"><application>AfterStep</application></ulink>'>  <!ENTITY xfce-url '<ulink url="http://www.xfce.org/"><application>XFce</application></ulink>'> -<!ENTITY debian-qt-a-url '<ulink url="http://www.krusader.org/phpBB/viewtopic.php?t=710">in our forum</ulink>'> -<!ENTITY debian-qt-b-url '<ulink url="http://opendoorsoftware.com/cgi/http.pl?p=DebianQTChecklist">instructions</ulink>'> +<!ENTITY debian-tqt-a-url '<ulink url="http://www.krusader.org/phpBB/viewtopic.php?t=710">in our forum</ulink>'> +<!ENTITY debian-tqt-b-url '<ulink url="http://opendoorsoftware.com/cgi/http.pl?p=DebianQTChecklist">instructions</ulink>'>  <!ENTITY freenode-url '<ulink url="http://freenode.net">freenode.org</ulink>'>  <!ENTITY fink-url '<ulink url="http://www.finkproject.org/">fink</ulink>'>  <!ENTITY kjsembed-url '<ulink url="http://xmelegance.org/kjsembed/">KJSEmbed</ulink>'> diff --git a/doc/en/installation.docbook b/doc/en/installation.docbook index 8a813c2..b565ceb 100644 --- a/doc/en/installation.docbook +++ b/doc/en/installation.docbook @@ -598,17 +598,17 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'            <envar>TQTDIR</envar>and             <envar>TDEDIR</envar>. &krusader;'s             <command>./configure</command> script needs to know where -          the &Qt; and &kde; directories +          the &TQt; and &tde; directories            are.</para>            <para>            <envar>TQTDIR</envar>:  -          <replaceable><path to your Qt +          <replaceable><path to your TQt            installation></replaceable> ⪚  -          <filename>/usr/lib/qt3</filename> or  -          <filename>/usr/qt3</filename></para> +          <filename>/usr/lib/tqt3</filename> or  +          <filename>/usr/tqt3</filename></para>            <para>            <envar>TDEDIR</envar>:  -          <replaceable><path to your KDE +          <replaceable><path to your TDE            installation></replaceable> ⪚             <filename>/usr</filename> or             <filename>/opt/trinity</filename></para> @@ -648,7 +648,7 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'              lifetime of your current shell. When you close your              terminal and open a new one they will be gone. Assuming              &krusader; is not the only -            &Qt;/&kde; program you want to +            &TQt;/&tde; program you want to              compile, we recommend to make these settings permanent              (⪚ append both export commands to your               <filename class="directory">/etc/profile</filename>) @@ -1127,7 +1127,7 @@ make[1]: Leaving directory `/home/source/krusader_trinity'      <screen><prompt>$</prompt> <userinput><command>krusader</command><replaceable>--profile <panel-profile></replaceable></userinput></screen>      <screen><prompt>$</prompt> <userinput><command>krusader</command> <replaceable>--profile ftp-managment</replaceable></userinput></screen>      </para> -    <para>The standard &Qt; and &kde; +    <para>The standard &TQt; and &tde;      command-line options are available, and can be listed by      entering       <userinput> @@ -1138,21 +1138,21 @@ make[1]: Leaving directory `/home/source/krusader_trinity'        <title>Other command-line options:</title>        <varlistentry>          <term> -          <option>--help-qt</option> +          <option>--help-tqt</option>          </term>          <listitem>            <para> -            <action>List Qt-specific options</action> +            <action>List TQt-specific options</action>            </para>          </listitem>        </varlistentry>        <varlistentry>          <term> -          <option>--help-kde</option> +          <option>--help-tde</option>          </term>          <listitem>            <para> -            <action>List KDE-specific options</action> +            <action>List TDE-specific options</action>            </para>          </listitem>        </varlistentry> @@ -1247,4 +1247,4 @@ make[1]: Leaving directory `/home/source/krusader_trinity'  </para>   </sect1> -</chapter>
\ No newline at end of file +</chapter> diff --git a/doc/en/java.docbook b/doc/en/java.docbook index fd2d03d..cc3b975 100644 --- a/doc/en/java.docbook +++ b/doc/en/java.docbook @@ -45,7 +45,7 @@      located but the current dir of the active Panel of Krusader.      This needs to stay like this. However, for referencing      additional files like .ui (Userinterface, exported by -    &Qt;'s Designer) one needs the path of the script. +    &TQt;'s Designer) one needs the path of the script.      The alternative where absolute paths are used is more than      unhandy. For this reason the Variable "scriptDir" was      introduced. If a Script wants to load a &GUI; from a @@ -79,9 +79,9 @@      &kjsembed-url;. Some examples which show the power      of this library can be found      <ulink url="http://xmelegance.org/kjsembed/examples/index.html"> -    here</ulink>. Support for all of KDE's ground-laying technologies +    here</ulink>. Support for all of TDE's ground-laying technologies      such as DCOP or KParts is provided. You can even load whole -    GUIs from .ui-files, created with &Qt;'s Designer. +    GUIs from .ui-files, created with &TQt;'s Designer.      An example extension making use of this can be found       <ulink url="http://www.krusader.org/phpBB/viewtopic.php?p=4832#4832">      here</ulink>.</para> | 
