diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:53 +0900 |
commit | 0d9863ce237da414d17bf03e555fc597d17f4481 (patch) | |
tree | 27761cea8c76e60b07ac3bbc599a06ae478ceb60 /doc | |
parent | d416a4c1f4faf859a35dea2a51223e65a21039e8 (diff) | |
download | tdebase-0d9863ce237da414d17bf03e555fc597d17f4481.tar.gz tdebase-0d9863ce237da414d17bf03e555fc597d17f4481.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 '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 |