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-tg | |
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-tg')
-rw-r--r-- | tde-i18n-tg/acinclude.m4 | 18 | ||||
-rw-r--r-- | tde-i18n-tg/messages/tdevelop/tdevelop.po | 2 | ||||
-rw-r--r-- | tde-i18n-tg/messages/tdewebdev/kommander.po | 4 |
3 files changed, 12 insertions, 12 deletions
diff --git a/tde-i18n-tg/acinclude.m4 b/tde-i18n-tg/acinclude.m4 index 62366622c15..071cf81001b 100644 --- a/tde-i18n-tg/acinclude.m4 +++ b/tde-i18n-tg/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-tg/messages/tdevelop/tdevelop.po b/tde-i18n-tg/messages/tdevelop/tdevelop.po index a3ce4d499af..5a8cadf01bb 100644 --- a/tde-i18n-tg/messages/tdevelop/tdevelop.po +++ b/tde-i18n-tg/messages/tdevelop/tdevelop.po @@ -6560,7 +6560,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>" diff --git a/tde-i18n-tg/messages/tdewebdev/kommander.po b/tde-i18n-tg/messages/tdewebdev/kommander.po index a506e2c6ab4..4683987ff49 100644 --- a/tde-i18n-tg/messages/tdewebdev/kommander.po +++ b/tde-i18n-tg/messages/tdewebdev/kommander.po @@ -5801,10 +5801,10 @@ msgstr "Овехтани риштаи додашуда ба охири файл. #~ msgid "" #~ "<b>Load Descriptions</b><p>Loads a file which contains descriptions of custom widgets, so that these 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 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>" +#~ "<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 $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>" #~ msgstr "" #~ "<b>Пурбор кардани Тасвирҳо</b> <p> Пурбор кардани файл ,ки дорои тасвирҳои видҷетҳои гумруки мебошад, зеро,ки ин видҷетҳои гумрукиро метавон истифода бурдан дар Qt Ороишгар.</p>\n" -#~ "<p>Зеро баъд аз ӯ бисёр корро чоп кардан даркор дар ҳамаи ахборот барои гумруки видҷетҳо, шумо бояд ба ҳисоб гиред истифодаи асбоби tqtcreatecw-ро ,ки дар $QTDIR/асбобҳо/ороишгар/асбобҳо/tqtcreatecw.Бо истифодаи tqtcreatecw шумо метавонед сохтан гумруки видҷетҳо тасвири файлҳо барои гумруки видҷетҳои шумо бе ягон талаб барои чопкуни дар ҳамаи ахбороти дастаки.Барои ахбороти бисёртар дар бораи файлиREADME дар директорияи tqtcreatecw</p>" +#~ "<p>Зеро баъд аз ӯ бисёр корро чоп кардан даркор дар ҳамаи ахборот барои гумруки видҷетҳо, шумо бояд ба ҳисоб гиред истифодаи асбоби tqtcreatecw-ро ,ки дар $TQTDIR/асбобҳо/ороишгар/асбобҳо/tqtcreatecw.Бо истифодаи tqtcreatecw шумо метавонед сохтан гумруки видҷетҳо тасвири файлҳо барои гумруки видҷетҳои шумо бе ягон талаб барои чопкуни дар ҳамаи ахбороти дастаки.Барои ахбороти бисёртар дар бораи файлиREADME дар директорияи tqtcreatecw</p>" #~ msgid "&Save Descriptions..." #~ msgstr "&Нигоҳ доштани тасвирҳо..." |