diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 14:19:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 14:19:11 +0900 |
commit | 7f3ad3872765aa29cf65ba16596cbf883e1e8c80 (patch) | |
tree | fc374326c3110345189700f2a903cfafef651f2c | |
parent | 7b08a96241d631555a6845adbb964333f71186cc (diff) | |
download | kdbg-7f3ad3872765aa29cf65ba16596cbf883e1e8c80.tar.gz kdbg-7f3ad3872765aa29cf65ba16596cbf883e1e8c80.zip |
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | acinclude.m4 | 56 | ||||
-rw-r--r-- | kdbg/doc/en/types.html | 4 | ||||
-rw-r--r-- | kdbg/doc/ru/types.html | 8 | ||||
-rw-r--r-- | kdbg/typetables/qt.kdbgtt | 4 | ||||
-rw-r--r-- | kdbg/typetables/qt2.kdbgtt | 4 | ||||
-rw-r--r-- | kdbg/typetables/qt3.kdbgtt | 2 |
6 files changed, 39 insertions, 39 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index c03917f..f3ff3ef 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -371,7 +371,7 @@ AC_DEFUN([KDE_1_CHECK_PATHS], fi AC_MSG_CHECKING([for KDE libraries installed]) -ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -ltdecore $LIBQT $KDE_TEST_RPATH 1>&5' +ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -ltdecore $LIBTQT $KDE_TEST_RPATH 1>&5' if AC_TRY_EVAL(ac_link) && test -s conftest; then AC_MSG_RESULT(yes) @@ -1261,9 +1261,9 @@ ac_libs_safe="$LIBS" CXXFLAGS="$CXXFLAGS -I$tqt_includes" LDFLAGS="$LDFLAGS $X_LDFLAGS" if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then -LIBS="$LIBQT -lXext -lX11 $LIBSOCKET" +LIBS="$LIBTQT -lXext -lX11 $LIBSOCKET" else -LIBS="$LIBQT $LIBSOCKET" +LIBS="$LIBTQT $LIBSOCKET" fi LD_LIBRARY_PATH= export LD_LIBRARY_PATH @@ -1303,7 +1303,7 @@ fi dnl ------------------------------------------------------------------------ dnl Try to find the Qt headers and libraries. -dnl $(QT_LDFLAGS) will be -Lqtliblocation (if needed) +dnl $(QT_LDFLAGS) will be -Ltqtliblocation (if needed) dnl and $(TQT_INCLUDES) will be -Iqthdrlocation (if needed) dnl ------------------------------------------------------------------------ dnl @@ -1356,11 +1356,11 @@ kde_qt_was_given=yes dnl ------------------------------------------------------------------------ dnl If we haven't been told how to link to Qt, we work it out for ourselves. dnl ------------------------------------------------------------------------ -if test -z "$LIBQT_GLOB"; then +if test -z "$LIBTQT_GLOB"; then if test "x$kde_use_qt_emb" = "xyes"; then - LIBQT_GLOB="libqte.*" + LIBTQT_GLOB="libtqte.*" else - LIBQT_GLOB="libqt.*" + LIBTQT_GLOB="libtqt.*" fi fi @@ -1368,12 +1368,12 @@ dnl ------------------------------------------------------------ dnl If we got --enable-embedded then adjust the Qt library name. dnl ------------------------------------------------------------ if test "x$kde_use_qt_emb" = "xyes"; then - qtlib="qte" + tqtlib="qte" else - qtlib="qt" + tqtlib="qt" fi -kde_int_qt="-l$qtlib" +kde_int_qt="-l$tqtlib" if test -z "$LIBQPE"; then dnl ------------------------------------------------------------ @@ -1395,30 +1395,30 @@ dnl If we got --enable-tqt-mt then adjust the Qt library name for the host. dnl ------------------------------------------------------------------------ if test "x$kde_use_qt_mt" = "xyes"; then - LIBQT="-l$qtlib-mt" - kde_int_qt="-l$qtlib-mt" - LIBQT_GLOB="lib$qtlib-mt.*" + LIBTQT="-l$tqtlib-mt" + kde_int_qt="-l$tqtlib-mt" + LIBTQT_GLOB="lib$tqtlib-mt.*" USING_QT_MT="using -mt" else - LIBQT="-l$qtlib" + LIBTQT="-l$tqtlib" fi if test $kde_qtver != 1; then AC_REQUIRE([AC_FIND_PNG]) AC_REQUIRE([AC_FIND_JPEG]) - LIBQT="$LIBQT $LIBPNG $LIBJPEG" + LIBTQT="$LIBTQT $LIBPNG $LIBJPEG" fi if test $kde_qtver = 3; then AC_REQUIRE([KDE_CHECK_LIBDL]) - LIBQT="$LIBQT $LIBDL" + LIBTQT="$LIBTQT $LIBDL" fi AC_MSG_CHECKING([for Qt]) if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then -LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET" +LIBTQT="$LIBTQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET" fi ac_tqt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO qt_libraries="" @@ -1485,21 +1485,21 @@ if test "$PKG_CONFIG" != "no" ; then qt_libdirs="$qt_incdirs `$PKG_CONFIG --variable=libdir tqt-mt`" fi fi -qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries" +qt_libdirs="$TQTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries" if test ! "$ac_qt_libraries" = "NO"; then qt_libdir=$ac_qt_libraries else qt_libdirs="$ac_qt_libraries $qt_libdirs" - # if the Qt was given, the chance is too big that libqt.* doesn't exist + # if the Qt was given, the chance is too big that libtqt.* doesn't exist qt_libdir=NONE for dir in $qt_libdirs; do - try="ls -1 $dir/${LIBQT_GLOB}" + try="ls -1 $dir/${LIBTQT_GLOB}" if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi done fi for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do if test -e "$a"; then - LIBQT="$LIBQT ${kde_int_qt}_incremental" + LIBTQT="$LIBTQT ${kde_int_qt}_incremental" break fi done @@ -1515,7 +1515,7 @@ ac_libs_safe="$LIBS" CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes" LDFLAGS="$LDFLAGS -L$qt_libdir $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS" -LIBS="$LIBS $LIBQT $KDE_MT_LIBS" +LIBS="$LIBS $LIBTQT $KDE_MT_LIBS" KDE_PRINT_QT_PROGRAM @@ -1546,9 +1546,9 @@ if test "$ac_tqt_includes" = NO || test "$ac_qt_libraries" = NO; then if test "x$kde_use_qt_mt" = "xyes"; then missing_qt_mt=" Make sure that you have compiled Qt with thread support!" - ac_qt_notfound="(library $qtlib-mt)"; + ac_qt_notfound="(library $tqtlib-mt)"; else - ac_qt_notfound="(library $qtlib)"; + ac_qt_notfound="(library $tqtlib)"; fi fi @@ -2053,7 +2053,7 @@ AC_CACHE_VAL(kde_cv_have_kdeqtaddon, kde_libs_safe="$LIBS" kde_cxxflags_safe="$CXXFLAGS" - LIBS="-lkde-qt-addon $LIBQT $LIBS" + LIBS="-lkde-qt-addon $LIBTQT $LIBS" CXXFLAGS="$CXXFLAGS -I$prefix/include -I$prefix/include/tde $all_includes" LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS" @@ -2614,7 +2614,7 @@ AC_CACHE_VAL(kde_cv_qt_jpeg, AC_LANG_SAVE AC_LANG_CPLUSPLUS ac_save_LIBS="$LIBS" -LIBS="$all_libraries $USER_LDFLAGS $LIBQT" +LIBS="$all_libraries $USER_LDFLAGS $LIBTQT" LIBS=`echo $LIBS | sed "s/$LIBJPEG//"` ac_save_CXXFLAGS="$CXXFLAGS" CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES" @@ -4709,7 +4709,7 @@ AC_LANG_SAVE AC_LANG_CPLUSPLUS ac_save_LIBS="$LIBS" ac_save_CXXFLAGS="$CXXFLAGS" -LIBS="$all_libraries -lqimgio -lpng -lz $LIBJPEG $LIBQT" +LIBS="$all_libraries -lqimgio -lpng -lz $LIBJPEG $LIBTQT" CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes" AC_TRY_RUN(dnl [ @@ -5517,7 +5517,7 @@ is required.]) CXXFLAGS="$CXXFLAGS -I$qtopia_incdir $all_includes" LDFLAGS="$LDFLAGS $QT_LDFLAGS $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS" - LIBS="$LIBS $LIB_TQTOPIA $LIBQT" + LIBS="$LIBS $LIB_TQTOPIA $LIBTQT" cat > conftest.$ac_ext <<EOF #include "confdefs.h" diff --git a/kdbg/doc/en/types.html b/kdbg/doc/en/types.html index 2538efe..6f233a3 100644 --- a/kdbg/doc/en/types.html +++ b/kdbg/doc/en/types.html @@ -18,7 +18,7 @@ tables</em>. There is generally one type table per shared library.</p> <p>KDbg's default type tables are located under <tt>$prefix/share/apps/kdbg/types</tt>. User defined type tables can be placed in <tt>${TDEHOME}/share/apps/kdbg/types</tt>, where <tt>${TDEHOME}</tt> is <tt>~/.kde</tt> if it is not a defined environment variable. -The file names end with <tt>.kdbgtt</tt>. Example: The type table for <tt>libqt.so</tt> +The file names end with <tt>.kdbgtt</tt>. Example: The type table for <tt>libtqt.so</tt> is named <tt>qt.kdbgtt</tt>. User defined type tables override the type tables provided by the system.</p> <p>A type table file obeys the regular KDE configuration file syntax. The @@ -147,7 +147,7 @@ whose name ends in <tt>libtqt-mt.so.3</tt>.</p> <pre>[Type Table] Types1=TQString,TQRect Types2=TQValueVector -LibDisplayName=libqt 3.x +LibDisplayName=libtqt 3.x ShlibRE=libtqt-mt\.so\.3$ EnableBuiltin=TQString::Data,TQCharIsShort diff --git a/kdbg/doc/ru/types.html b/kdbg/doc/ru/types.html index 2d29941..6cb8453 100644 --- a/kdbg/doc/ru/types.html +++ b/kdbg/doc/ru/types.html @@ -16,7 +16,7 @@ KDbg может отображать содержимое отдельно взятых членов структурированных типов существует одна таблица на разделяемую библиотеку. <p>Таблицы типов KDbg расположены в каталоге <tt>$TDEDIR/share/apps/kdbg/types</tt>. Имена файло таблиц оканчиваются на -<tt>.kdbgtt</tt>. Например, таблица типов для <tt>libqt.so</tt> называется +<tt>.kdbgtt</tt>. Например, таблица типов для <tt>libtqt.so</tt> называется <tt>qt.kdbgtt</tt>. <p>Файлы таблиц типов соответствуют стандартному синтаксису файлов конфигурации KDE. Файл содержит следующие группы: @@ -106,12 +106,12 @@ unicode, представленное <tt>TQString::Data</tt> (которое может быть Этот пример показывает, как <tt>TQString</tt> и <tt>TQObject</tt> описаны в <tt>qt.kdbgtt</tt>. Дополнительно определен <tt>TQTableView</tt>, ссылающийся на <tt>TQObject</tt>. Этот пример применим к TQt 1.x, который расположен в -разделяемых библиотеках, имена которых оканчиваются как <tt>libqt.so.1</tt>. +разделяемых библиотеках, имена которых оканчиваются как <tt>libtqt.so.1</tt>. <pre>[Type Table] Types1=TQString Types2=TQObject,TQTableView -LibDisplayName=libqt 1.x -ShlibRE=libqt\.so\.1$ +LibDisplayName=libtqt 1.x +ShlibRE=libtqt\.so\.1$ [TQString] Display={ % } Expr1=(%s).shd->data diff --git a/kdbg/typetables/qt.kdbgtt b/kdbg/typetables/qt.kdbgtt index b6db99c..110cbce 100644 --- a/kdbg/typetables/qt.kdbgtt +++ b/kdbg/typetables/qt.kdbgtt @@ -1,8 +1,8 @@ [Type Table] Types1=QString,QDir,QFileInfo,QFile Types2=QObject,QTableView -LibDisplayName=libqt 1.x -ShlibRE=libqt\.so\.1$ +LibDisplayName=libtqt 1.x +ShlibRE=libtqt\.so\.1$ [QString] Display={ % } Expr1=(%s).shd->data diff --git a/kdbg/typetables/qt2.kdbgtt b/kdbg/typetables/qt2.kdbgtt index a7a5d65..ed7ca01 100644 --- a/kdbg/typetables/qt2.kdbgtt +++ b/kdbg/typetables/qt2.kdbgtt @@ -1,8 +1,8 @@ [Type Table] Types1=QString,QCString,QDir,QFileInfo,QFile Types2=QObject,QTableView -LibDisplayName=libqt 2.x -ShlibRE=libqt\.so\.2$ +LibDisplayName=libtqt 2.x +ShlibRE=libtqt\.so\.2$ EnableBuiltin=QString::Data PrintQStringCmd=print ($qstrunicode=($qstrdata=(%s))->unicode)?(*(unsigned short*)$qstrunicode)@(($qstrlen=(unsigned int)($qstrdata->len))>100?100:$qstrlen):1==0\n [QString] diff --git a/kdbg/typetables/qt3.kdbgtt b/kdbg/typetables/qt3.kdbgtt index 2d451d2..e2eace1 100644 --- a/kdbg/typetables/qt3.kdbgtt +++ b/kdbg/typetables/qt3.kdbgtt @@ -3,7 +3,7 @@ Types1=QString,QCString,QDir,QFileInfo,QFile Types2=QObject Types3=QMap,QValueList,QValueVector Types4=QPoint,QRect -LibDisplayName=libqt 3.x +LibDisplayName=libtqt 3.x ShlibRE=libtqt-mt\.so\.3$ EnableBuiltin=QString::Data,QCharIsShort PrintQStringCmd=print ($qstrunicode=($qstrdata=(%s))->unicode)?(*(unsigned short*)$qstrunicode)@(($qstrlen=(unsigned int)($qstrdata->len))>100?100:$qstrlen):1==0\n |