summaryrefslogtreecommitdiffstats
path: root/doc/en
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-09-27 16:04:29 +0900
committerMichele Calgaro <[email protected]>2018-09-27 16:04:29 +0900
commit9de3a4ef5c1d265922082a0d657a5465e4f5b050 (patch)
treec83d828938182f4c591c6c83802e67813a82dc93 /doc/en
parent9701cb7daaadc305d243aaca82de097211329ddb (diff)
downloadkrusader-9de3a4ef5c1d265922082a0d657a5465e4f5b050.tar.gz
krusader-9de3a4ef5c1d265922082a0d657a5465e4f5b050.zip
qt -> tqt conversion:
QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/index.docbook2
-rw-r--r--doc/en/installation.docbook14
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 7906f2d..137df12 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -217,7 +217,7 @@ http://groups.google.com/group/krusader-devel/browse_thread/thread/d102adec2edcf
<!ENTITY syncdirs-lnk '<link linkend="synchronizer">Synchronize Directories</link>'>
<!ENTITY splitfile-lnk '<link linkend="splitter">Split file</link>'>
<!ENTITY combinefiles-lnk '<link linkend="splitter">Combine files</link>'>
-<!ENTITY kdeqtdir-lnk '<link linkend="kde_qt_dir"><envar>TDEDIR</envar> - <envar>QTDIR</envar></link>'>
+<!ENTITY kdeqtdir-lnk '<link linkend="kde_qt_dir"><envar>TDEDIR</envar> - <envar>TQTDIR</envar></link>'>
<!ENTITY useractions-lnk '<link linkend="useractions">UserActions</link>'>
<!ENTITY usermenu-lnk '<link linkend="useractions">User Menu</link>'>
<!ENTITY faq-lnk '<link linkend="faq">FAQ</link>'>
diff --git a/doc/en/installation.docbook b/doc/en/installation.docbook
index d340f2d..fc18774 100644
--- a/doc/en/installation.docbook
+++ b/doc/en/installation.docbook
@@ -430,7 +430,7 @@
<para>Add the next lines in the <filename>~/.bashrc</filename> configuration file
<screen>
-<userinput><command>export</command> <option>QTDIR=/usr</option></userinput>
+<userinput><command>export</command> <option>TQTDIR=/usr</option></userinput>
<userinput><command>export</command> <option>TDEDIR=/usr</option></userinput>
<userinput><command>export</command> <option>export TDEDIRS=/opt/krusader:/usr</option></userinput>
</screen>
@@ -595,13 +595,13 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'
</listitem>
<listitem id="kde_qt_dir">
<para>Check the environment variables
- <envar>QTDIR</envar>and
+ <envar>TQTDIR</envar>and
<envar>TDEDIR</envar>. &krusader;'s
<command>./configure</command> script needs to know where
the &Qt; and &kde; directories
are.</para>
<para>
- <envar>QTDIR</envar>:
+ <envar>TQTDIR</envar>:
<replaceable>&lt;path to your Qt
installation&gt;</replaceable> &eg;
<filename>/usr/lib/qt3</filename> or
@@ -616,7 +616,7 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'
but experience has shown that some do not. You can easily
check the values with the
<command>echo</command> command.
- <screen><prompt>$</prompt> <userinput><command>echo</command> $QTDIR</userinput>/usr/lib/qt3
+ <screen><prompt>$</prompt> <userinput><command>echo</command> $TQTDIR</userinput>/usr/lib/qt3
<prompt>$</prompt> <userinput><command>echo</command> $TDEDIR</userinput>/usr</screen>
If both commands give an output, the enviroment variables
@@ -634,13 +634,13 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'
/usr/bin/tdeinit</screen>
In this case
<filename>/usr/lib/qt3</filename> is your
- <envar>QTDIR</envar> and
+ <envar>TQTDIR</envar> and
<filename>/usr</filename> is your
<envar>TDEDIR</envar>. The installed binaries will go to
<filename>/usr/bin</filename>. Now we will set the
enviroment variables with the
<command>export</command> command.
- <screen><prompt>$</prompt> <userinput><command>export</command> QTDIR=<replaceable>&lt;replace with your QTDIR&gt;</replaceable></userinput></screen>
+ <screen><prompt>$</prompt> <userinput><command>export</command> TQTDIR=<replaceable>&lt;replace with your TQTDIR&gt;</replaceable></userinput></screen>
<screen><prompt>$</prompt> <userinput><command>export</command> TDEDIR=<replaceable>&lt;replace with your TDEDIR&gt;</replaceable></userinput></screen>
</para>
<note>
@@ -748,7 +748,7 @@ kde_locale: /usr/share/locale
qt_libraries: /usr/lib/qt3/lib
tqt_includes: /usr/lib/qt3/include
TDEDIR: /usr
-QTDIR: /usr/lib/qt3
+TQTDIR: /usr/lib/qt3
Install path: /usr/local/bin
krusader version: 1.80.0
krusader binary: /usr/local/bin/krusader (after 'make install')