summaryrefslogtreecommitdiffstats
path: root/tde-i18n-en_GB/docs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:04:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:04:00 +0900
commitfae7d9ab5a17fa4d2a6cecf6bd036f68d38dfb18 (patch)
treee6122cf7b0a5802bc4ef61187751434d4b6afcae /tde-i18n-en_GB/docs
parent50c59cd96e88e67882e2b51c8cf801b72f375520 (diff)
downloadtde-i18n-fae7d9ab5a17fa4d2a6cecf6bd036f68d38dfb18.tar.gz
tde-i18n-fae7d9ab5a17fa4d2a6cecf6bd036f68d38dfb18.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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'tde-i18n-en_GB/docs')
-rw-r--r--tde-i18n-en_GB/docs/tdebase/faq/contrib.docbook2
-rw-r--r--tde-i18n-en_GB/docs/tdebase/tdm/index.docbook6
2 files changed, 4 insertions, 4 deletions
diff --git a/tde-i18n-en_GB/docs/tdebase/faq/contrib.docbook b/tde-i18n-en_GB/docs/tdebase/faq/contrib.docbook
index ad55ffd4e93..82cc85dd1b8 100644
--- a/tde-i18n-en_GB/docs/tdebase/faq/contrib.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/faq/contrib.docbook
@@ -46,7 +46,7 @@
<answer>
<para>Everybody is encouraged to develop software for &kde;. What you should do first depends strongly on your experience, &eg; whether you have already learned C++ or have experience with the &Qt; toolkit and so on.</para>
<para>To get into &kde; programming, you will need some basic tools: <application>automake</application>, <application>autoconf</application>, and <application>egcs</application>. You should look to <ulink url="http://developer.kde.org/">http://developer.kde.org/</ulink> for more tips.</para>
-<para>Another excellent resource for learning &kde; programming is the &Qt; online tutorials. These are installed along with &Qt;. To view them, open <filename>$<envar>QTDIR</envar>/doc/html/index.html</filename> in &konqueror; and bookmark it. The tutorials can be found under "Using Qt". The source code for each lesson can be found in the <filename class="directory">$<envar>QTDIR</envar>/tutorial</filename> directory.</para>
+<para>Another excellent resource for learning &kde; programming is the &Qt; online tutorials. These are installed along with &Qt;. To view them, open <filename>$<envar>TQTDIR</envar>/doc/html/index.html</filename> in &konqueror; and bookmark it. The tutorials can be found under "Using Qt". The source code for each lesson can be found in the <filename class="directory">$<envar>TQTDIR</envar>/tutorial</filename> directory.</para>
<para>There is, however, one thing that everybody interested in programming for &kde; should do: <emphasis>subscribe to the developers mailing list</emphasis>. To subscribe, you have to send an email to <ulink url="mailto:kde-devel-request@kde.org">kde-devel-request@kde.org</ulink> with the subject <userinput>subscribe <replaceable>your_email_address</replaceable></userinput>. <important><para>Please read <link linkend="subscribe">How to subscribe/unsubscribe to these lists</link> carefully. Everything said there applies to the development list as well.</para></important></para>
</answer>
</qandaentry>
diff --git a/tde-i18n-en_GB/docs/tdebase/tdm/index.docbook b/tde-i18n-en_GB/docs/tdebase/tdm/index.docbook
index beac753f9f1..45e90fe6ceb 100644
--- a/tde-i18n-en_GB/docs/tdebase/tdm/index.docbook
+++ b/tde-i18n-en_GB/docs/tdebase/tdm/index.docbook
@@ -617,11 +617,11 @@ id:3:initdefault:
<screen><command>export
<option>TDEDIR=<replaceable>/opt/kde</replaceable></option></command>
<command>export
-<option>QTDIR=<replaceable>/usr/lib/qt2</replaceable></option></command>
+<option>TQTDIR=<replaceable>/usr/lib/qt2</replaceable></option></command>
<command>export
-<option>PATH=<replaceable>$TDEDIR/bin:$QTDIR/bin:$PATH</replaceable></option></command>
+<option>PATH=<replaceable>$TDEDIR/bin:$TQTDIR/bin:$PATH</replaceable></option></command>
<command>export
-<option>LD_LIBRARY_PATH=<replaceable>$TDEDIR/lib:$QTDIR/lib</replaceable></option></command>
+<option>LD_LIBRARY_PATH=<replaceable>$TDEDIR/lib:$TQTDIR/lib</replaceable></option></command>
</screen>
<para>If you are still unsuccessful, try starting &xdm; instead, to make sure that you are not suffering from a more serious X configuration problem.</para>