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/ru/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/ru/installation.docbook')
-rw-r--r-- | doc/ru/installation.docbook | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/ru/installation.docbook b/doc/ru/installation.docbook index 8981101..bd6f207 100644 --- a/doc/ru/installation.docbook +++ b/doc/ru/installation.docbook @@ -499,24 +499,24 @@ >TDEDIR</envar >. &krusader;'s <command >./configure</command -> script needs to know where the &Qt; and &kde; directories are. </para> +> script needs to know where the &TQt; and &tde; directories are. </para> <para ><envar >TQTDIR</envar > : <replaceable -><path to your Qt installation></replaceable +><path to your TQt installation></replaceable > ⪚ <filename ->/usr/lib/qt3</filename +>/usr/lib/tqt3</filename > or <filename ->/usr/qt3</filename +>/usr/tqt3</filename ></para> <para ><envar >TDEDIR</envar > : <replaceable -><path to your KDE installation></replaceable +><path to your TDE installation></replaceable > ⪚ <filename >/usr</filename > or <filename @@ -558,7 +558,7 @@ <note ><para ->These enviroment variables are only set for the 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 compile, we recommend to make these settings permanent (⪚ append both export commands to your <filename class="directory" +>These enviroment variables are only set for the 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 &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 >) file.</para ></note> @@ -1068,7 +1068,7 @@ foo</screen> </para> <para ->The standard &Qt; and &kde; command-line options are available, and can be listed by entering <userinput +>The standard &TQt; and &tde; command-line options are available, and can be listed by entering <userinput ><command >krusader</command > <option @@ -1082,24 +1082,24 @@ foo</screen> <varlistentry> <term ><option ->--help-qt</option +>--help-tqt</option ></term> <listitem ><para ><action ->List Qt-specific options</action +>List TQt-specific options</action ></para ></listitem> </varlistentry> <varlistentry> <term ><option ->--help-kde</option +>--help-tde</option ></term> <listitem ><para ><action ->List KDE-specific options</action +>List TDE-specific options</action ></para ></listitem> </varlistentry> |