diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-26 12:50:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-02 19:55:45 +0900 |
commit | 4a0b53006c9400470122fb11ccdcf131e93fd4cc (patch) | |
tree | e2634b0c14732ad8abd2c2f9c4f64cc60ae1a4b7 /doc/en/installation.docbook | |
parent | c3898db6dca2fe7ed754d126367a70f0a12d5717 (diff) | |
download | krusader-4a0b53006c9400470122fb11ccdcf131e93fd4cc.tar.gz krusader-4a0b53006c9400470122fb11ccdcf131e93fd4cc.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/en/installation.docbook')
-rw-r--r-- | doc/en/installation.docbook | 24 |
1 files changed, 12 insertions, 12 deletions
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> |