diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 16:04:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 16:04:29 +0900 |
commit | 9de3a4ef5c1d265922082a0d657a5465e4f5b050 (patch) | |
tree | c83d828938182f4c591c6c83802e67813a82dc93 /doc | |
parent | 9701cb7daaadc305d243aaca82de097211329ddb (diff) | |
download | krusader-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')
-rw-r--r-- | doc/en/index.docbook | 2 | ||||
-rw-r--r-- | doc/en/installation.docbook | 14 | ||||
-rw-r--r-- | doc/ru/index.docbook | 2 | ||||
-rw-r--r-- | doc/ru/installation.docbook | 12 |
4 files changed, 15 insertions, 15 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><path to your Qt installation></replaceable> ⪚ <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><replace with your QTDIR></replaceable></userinput></screen> + <screen><prompt>$</prompt> <userinput><command>export</command> TQTDIR=<replaceable><replace with your TQTDIR></replaceable></userinput></screen> <screen><prompt>$</prompt> <userinput><command>export</command> TDEDIR=<replaceable><replace with your TDEDIR></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') diff --git a/doc/ru/index.docbook b/doc/ru/index.docbook index 469a16c..255f539 100644 --- a/doc/ru/index.docbook +++ b/doc/ru/index.docbook @@ -515,7 +515,7 @@ since the Entity Backspace is not defined in ><envar >TDEDIR</envar > - <envar ->QTDIR</envar +>TQTDIR</envar ></link >'> <!ENTITY useractions_lnk '<link linkend="useractions" diff --git a/doc/ru/installation.docbook b/doc/ru/installation.docbook index 56861e4..8f29d75 100644 --- a/doc/ru/installation.docbook +++ b/doc/ru/installation.docbook @@ -494,7 +494,7 @@ <listitem id="kde_qt_dir"> <para >Check the environment variables <envar ->QTDIR</envar +>TQTDIR</envar > and <envar >TDEDIR</envar >. &krusader;'s <command @@ -503,7 +503,7 @@ <para ><envar ->QTDIR</envar +>TQTDIR</envar > : <replaceable ><path to your Qt installation></replaceable > ⪚ <filename @@ -527,7 +527,7 @@ >Normally your distribution will set them for you, but experience has shown that some don't. You can easily check the values with the <command >echo</command > command. <screen -><prompt>$</prompt> <userinput><command>echo</command> $QTDIR</userinput> +><prompt>$</prompt> <userinput><command>echo</command> $TQTDIR</userinput> /usr/lib/qt3 <prompt>$</prompt> <userinput><command>echo</command> $TDEDIR</userinput> /usr</screen @@ -541,7 +541,7 @@ > In this case <filename >/usr/lib/qt3</filename > is your <envar ->QTDIR</envar +>TQTDIR</envar > and <filename >/usr</filename > is your <envar @@ -551,7 +551,7 @@ >. Now we will set the enviroment variables with the <command >export</command > command. <screen -><prompt>$</prompt> <userinput><command>export</command> QTDIR=<replaceable><replace with your QTDIR></replaceable></userinput></screen> +><prompt>$</prompt> <userinput><command>export</command> TQTDIR=<replaceable><replace with your TQTDIR></replaceable></userinput></screen> <screen ><prompt>$</prompt> <userinput><command>export</command> TDEDIR=<replaceable><replace with your TDEDIR></replaceable></userinput></screen> </para> @@ -674,7 +674,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.51 krusader binary: /usr/local/bin/krusader (after 'make install') |