diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:04:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:04:00 +0900 |
commit | fae7d9ab5a17fa4d2a6cecf6bd036f68d38dfb18 (patch) | |
tree | e6122cf7b0a5802bc4ef61187751434d4b6afcae /tde-i18n-en_GB | |
parent | 50c59cd96e88e67882e2b51c8cf801b72f375520 (diff) | |
download | tde-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')
-rw-r--r-- | tde-i18n-en_GB/acinclude.m4 | 18 | ||||
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/faq/contrib.docbook | 2 | ||||
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/tdm/index.docbook | 6 | ||||
-rw-r--r-- | tde-i18n-en_GB/messages/tdevelop/tdevelop.po | 4 |
4 files changed, 15 insertions, 15 deletions
diff --git a/tde-i18n-en_GB/acinclude.m4 b/tde-i18n-en_GB/acinclude.m4 index 62366622c15..071cf81001b 100644 --- a/tde-i18n-en_GB/acinclude.m4 +++ b/tde-i18n-en_GB/acinclude.m4 @@ -296,7 +296,7 @@ EOT dnl ------------------------------------------------------------------------ dnl Find the meta object compiler and the ui compiler in the PATH, -dnl in $QTDIR/bin, and some more usual places +dnl in $TQTDIR/bin, and some more usual places dnl ------------------------------------------------------------------------ dnl AC_DEFUN([AC_PATH_TQT_MOC_UIC], @@ -1223,10 +1223,10 @@ else fi if test $kde_qtver = 4; then - kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4" + kde_qt_dirs="$TQTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4" fi if test $kde_qtver = 3; then - kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3 /usr/lib${tdelibsuff}/qt-3.3" + kde_qt_dirs="$TQTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3 /usr/lib${tdelibsuff}/qt-3.3" if test -z "$PKG_CONFIG"; then AC_PATH_PROG(PKG_CONFIG, pkg-config, no) fi @@ -1237,10 +1237,10 @@ if test $kde_qtver = 3; then fi fi if test $kde_qtver = 2; then - kde_qt_dirs="$QTDIR /usr/lib/qt2 /usr/lib/qt" + kde_qt_dirs="$TQTDIR /usr/lib/qt2 /usr/lib/qt" fi if test $kde_qtver = 1; then - kde_qt_dirs="$QTDIR /usr/lib/qt" + kde_qt_dirs="$TQTDIR /usr/lib/qt" fi ]) @@ -5559,10 +5559,10 @@ if test "${with_qt_dir+set}" = set; then kde_qtdir="$with_qt_dir" fi -AC_FIND_FILE(qsql.html, [ $kde_qtdir/doc/html $QTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], QTDOCDIR) -AC_MSG_RESULT($QTDOCDIR) +AC_FIND_FILE(qsql.html, [ $kde_qtdir/doc/html $TQTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], TQTDOCDIR) +AC_MSG_RESULT($TQTDOCDIR) -AC_SUBST(QTDOCDIR) +AC_SUBST(TQTDOCDIR) KDE_FIND_PATH(dot, DOT, [], []) if test -n "$DOT"; then @@ -5580,7 +5580,7 @@ AC_SUBST(DOXYGEN_PROJECT_NAME) AC_SUBST(DOXYGEN_PROJECT_NUMBER) KDE_HAS_DOXYGEN=no -if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $QTDOCDIR/qsql.html; then +if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $TQTDOCDIR/qsql.html; then KDE_HAS_DOXYGEN=yes fi AC_SUBST(KDE_HAS_DOXYGEN) 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, ⪚ 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> diff --git a/tde-i18n-en_GB/messages/tdevelop/tdevelop.po b/tde-i18n-en_GB/messages/tdevelop/tdevelop.po index 4d411ed752d..7481ae43ee8 100644 --- a/tde-i18n-en_GB/messages/tdevelop/tdevelop.po +++ b/tde-i18n-en_GB/messages/tdevelop/tdevelop.po @@ -6595,7 +6595,7 @@ msgid "" "custom widgets can be used in the Qt Designer.</p>\n" "<p>Since it is a lot of work to type in all the information for custom widgets, " "you should consider using the tqtcreatecw tool which is in " -"$QTDIR/tools/designer/tools/tqtcreatecw. Using tqtcreatecw you can create " +"$TQTDIR/tools/designer/tools/tqtcreatecw. Using tqtcreatecw you can create " "custom widget description files for your custom widgets without the need to " "type in all the information manually. For more information about the README " "file in the tqtcreatecw directory</p>" @@ -6605,7 +6605,7 @@ msgstr "" "custom widgets can be used in the Qt Designer.</p>\n" "<p>Since it is a lot of work to type in all the information for custom widgets, " "you should consider using the tqtcreatecw tool which is in " -"$QTDIR/tools/designer/tools/tqtcreatecw. Using tqtcreatecw you can create " +"$TQTDIR/tools/designer/tools/tqtcreatecw. Using tqtcreatecw you can create " "custom widget description files for your custom widgets without the need to " "type in all the information manually. For more information about the README " "file in the tqtcreatecw directory</p>" |