diff options
author | Michele Calgaro <[email protected]> | 2018-09-28 14:43:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-28 14:43:11 +0900 |
commit | 27b4b518e28e4852ba4ae427383965be461ef47e (patch) | |
tree | 14009d3e00ee053d9e947c142c70278e6d002c97 /doc/en | |
parent | 4be3162037b54458360e17d2fa5ab8cad4554a71 (diff) | |
download | krusader-27b4b518e28e4852ba4ae427383965be461ef47e.tar.gz krusader-27b4b518e28e4852ba4ae427383965be461ef47e.zip |
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/faq.docbook | 2 | ||||
-rw-r--r-- | doc/en/index.docbook | 2 | ||||
-rw-r--r-- | doc/en/installation.docbook | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/faq.docbook b/doc/en/faq.docbook index fdf42af..929cd7e 100644 --- a/doc/en/faq.docbook +++ b/doc/en/faq.docbook @@ -390,7 +390,7 @@ ~/.trinity/share/apps/krusader/krusaderui.rc</filename> and re-run &krusader;. If you have compiled &krusader; from sources this is often caused - if the &kdeqtdir-lnk; environment variables + if the &kdetqtdir-lnk; environment variables are not correctly set. The result is that the <filename>krusaderui.rc</filename> file is installed in the wrong directory. Please read the following question, diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 137df12..ff34ad5 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>TQTDIR</envar></link>'> +<!ENTITY kdetqtdir-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 fc18774..6c5162c 100644 --- a/doc/en/installation.docbook +++ b/doc/en/installation.docbook @@ -404,7 +404,7 @@ <sect2 id="sourcedownload"> <title>Compiling &krusader;. What now?</title> <para>Check the environment variables - &kdeqtdir-lnk;.</para> + &kdetqtdir-lnk;.</para> <para>To compile and install &krusader; on your system, type the following in the base directory of the &krusader; package:</para> @@ -768,7 +768,7 @@ Good - your configure finished. Start make now where the &krusader; binary will be installed (after the 'make install' command). This part will also display a warning if the environment - variables &kdeqtdir-lnk; are empty.</para> + variables &kdetqtdir-lnk; are empty.</para> </tip> <para></para> <!-- Empty line to make it more readable --> |