diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq/contrib.docbook | 4 | ||||
-rw-r--r-- | doc/tdm/index.docbook | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/faq/contrib.docbook b/doc/faq/contrib.docbook index f261d2e99..6bb716f62 100644 --- a/doc/faq/contrib.docbook +++ b/doc/faq/contrib.docbook @@ -89,10 +89,10 @@ on.</para> <application>cmake</application>.</para> <para>An excellent resource for learning &tde; programming is the &Qt; tutorials. These are installed along with &Qt;. To view them, -open <filename>$<envar>QTDIR</envar>/doc/html/index.html</filename> in +open <filename>$<envar>TQTDIR</envar>/doc/html/index.html</filename> in &konqueror; and bookmark the locatio. 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> +class="directory">$<envar>TQTDIR</envar>/tutorial</filename> directory.</para> <para>There is one thing everybody interested in programming for &tde; should do: please <emphasis>subscribe to the developers diff --git a/doc/tdm/index.docbook b/doc/tdm/index.docbook index 0859e5282..2efb0d154 100644 --- a/doc/tdm/index.docbook +++ b/doc/tdm/index.docbook @@ -932,11 +932,11 @@ libraries.</para> <screen><command>export <option>TDEDIR=<replaceable>/opt/tde</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 |