Initial TDE conversion

remotes/origin/feat/cmakeConv
Slávek Banko 11 years ago
parent 84f5a315c3
commit 78114a5096

@ -23,8 +23,8 @@ dnl IMPORTANT NOTE:
dnl Please do not modify this file unless you expect your modifications to be dnl Please do not modify this file unless you expect your modifications to be
dnl carried into every other module in the repository. dnl carried into every other module in the repository.
dnl dnl
dnl Single-module modifications are best placed in configure.in for kdelibs dnl Single-module modifications are best placed in configure.in for tdelibs
dnl and kdebase or configure.in.in if present. dnl and tdebase or configure.in.in if present.
# KDE_PATH_X_DIRECT # KDE_PATH_X_DIRECT
dnl Internal subroutine of AC_PATH_X. dnl Internal subroutine of AC_PATH_X.
@ -103,41 +103,41 @@ ac_x_libraries=],
[LIBS="$ac_save_LIBS" [LIBS="$ac_save_LIBS"
# First see if replacing the include by lib works. # First see if replacing the include by lib works.
# Check X11 before X11Rn because it is often a symlink to the current release. # Check X11 before X11Rn because it is often a symlink to the current release.
for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \ for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${tdelibsuff}/` \
/usr/X11/lib${kdelibsuff} \ /usr/X11/lib${tdelibsuff} \
/usr/X11R6/lib${kdelibsuff} \ /usr/X11R6/lib${tdelibsuff} \
/usr/X11R5/lib${kdelibsuff} \ /usr/X11R5/lib${tdelibsuff} \
/usr/X11R4/lib${kdelibsuff} \ /usr/X11R4/lib${tdelibsuff} \
\ \
/usr/lib${kdelibsuff}/X11 \ /usr/lib${tdelibsuff}/X11 \
/usr/lib${kdelibsuff}/X11R6 \ /usr/lib${tdelibsuff}/X11R6 \
/usr/lib${kdelibsuff}/X11R5 \ /usr/lib${tdelibsuff}/X11R5 \
/usr/lib${kdelibsuff}/X11R4 \ /usr/lib${tdelibsuff}/X11R4 \
\ \
/usr/local/X11/lib${kdelibsuff} \ /usr/local/X11/lib${tdelibsuff} \
/usr/local/X11R6/lib${kdelibsuff} \ /usr/local/X11R6/lib${tdelibsuff} \
/usr/local/X11R5/lib${kdelibsuff} \ /usr/local/X11R5/lib${tdelibsuff} \
/usr/local/X11R4/lib${kdelibsuff} \ /usr/local/X11R4/lib${tdelibsuff} \
\ \
/usr/local/lib${kdelibsuff}/X11 \ /usr/local/lib${tdelibsuff}/X11 \
/usr/local/lib${kdelibsuff}/X11R6 \ /usr/local/lib${tdelibsuff}/X11R6 \
/usr/local/lib${kdelibsuff}/X11R5 \ /usr/local/lib${tdelibsuff}/X11R5 \
/usr/local/lib${kdelibsuff}/X11R4 \ /usr/local/lib${tdelibsuff}/X11R4 \
\ \
/usr/X386/lib${kdelibsuff} \ /usr/X386/lib${tdelibsuff} \
/usr/x386/lib${kdelibsuff} \ /usr/x386/lib${tdelibsuff} \
/usr/XFree86/lib${kdelibsuff}/X11 \ /usr/XFree86/lib${tdelibsuff}/X11 \
\ \
/usr/lib${kdelibsuff} \ /usr/lib${tdelibsuff} \
/usr/local/lib${kdelibsuff} \ /usr/local/lib${tdelibsuff} \
/usr/unsupported/lib${kdelibsuff} \ /usr/unsupported/lib${tdelibsuff} \
/usr/athena/lib${kdelibsuff} \ /usr/athena/lib${tdelibsuff} \
/usr/local/x11r5/lib${kdelibsuff} \ /usr/local/x11r5/lib${tdelibsuff} \
/usr/lpp/Xamples/lib${kdelibsuff} \ /usr/lpp/Xamples/lib${tdelibsuff} \
/lib/usr/lib${kdelibsuff}/X11 \ /lib/usr/lib${tdelibsuff}/X11 \
\ \
/usr/openwin/lib${kdelibsuff} \ /usr/openwin/lib${tdelibsuff} \
/usr/openwin/share/lib${kdelibsuff} \ /usr/openwin/share/lib${tdelibsuff} \
; \ ; \
do do
dnl Don't even attempt the hair of trying to link an X program! dnl Don't even attempt the hair of trying to link an X program!
@ -371,24 +371,24 @@ AC_DEFUN([KDE_1_CHECK_PATHS],
fi fi
AC_MSG_CHECKING([for KDE libraries installed]) 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 -lkdecore $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 $LIBQT $KDE_TEST_RPATH 1>&5'
if AC_TRY_EVAL(ac_link) && test -s conftest; then if AC_TRY_EVAL(ac_link) && test -s conftest; then
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
else else
AC_MSG_ERROR([your system fails at linking a small KDE application! AC_MSG_ERROR([your system fails at linking a small KDE application!
Check, if your compiler is installed correctly and if you have used the Check, if your compiler is installed correctly and if you have used the
same compiler to compile Qt and kdelibs as you did use now. same compiler to compile Qt and tdelibs as you did use now.
For more details about this problem, look at the end of config.log.]) For more details about this problem, look at the end of config.log.])
fi fi
if eval `KDEDIR= ./conftest 2>&5`; then if eval `TDEDIR= ./conftest 2>&5`; then
kde_result=done kde_result=done
else else
kde_result=problems kde_result=problems
fi fi
KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log TDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
kde_have_all_paths=yes kde_have_all_paths=yes
KDE_SET_PATHS($kde_result) KDE_SET_PATHS($kde_result)
@ -547,11 +547,11 @@ Please check whether you installed aRts correctly or use
AC_DEFUN([KDE_SET_DEFAULT_BINDIRS], AC_DEFUN([KDE_SET_DEFAULT_BINDIRS],
[ [
kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin" kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs" test -n "$TDEDIR" && kde_default_bindirs="$TDEDIR/bin $kde_default_bindirs"
if test -n "$KDEDIRS"; then if test -n "$TDEDIRS"; then
kde_save_IFS=$IFS kde_save_IFS=$IFS
IFS=: IFS=:
for dir in $KDEDIRS; do for dir in $TDEDIRS; do
kde_default_bindirs="$dir/bin $kde_default_bindirs " kde_default_bindirs="$dir/bin $kde_default_bindirs "
done done
IFS=$kde_save_IFS IFS=$kde_save_IFS
@ -602,18 +602,18 @@ AC_DEFUN([KDE_SUBST_PROGRAMS],
fi fi
if test -n "$kde32ornewer"; then if test -n "$kde32ornewer"; then
KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)]) KDE_FIND_PATH(tdeconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tdeconfig_compiler)])
KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)]) KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
fi fi
if test -n "$kde33ornewer"; then if test -n "$kde33ornewer"; then
KDE_FIND_PATH(makekdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)]) KDE_FIND_PATH(maketdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(maketdewidgets)])
AC_SUBST(MAKEKDEWIDGETS) AC_SUBST(MAKEKDEWIDGETS)
fi fi
KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""]) KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""])
if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then
kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share" kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share"
test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs" test -n "$TDEDIR" && kde_sharedirs="$TDEDIR/share $kde_sharedirs"
AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET) AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET)
if test "$KDE_XSL_STYLESHEET" = "NO"; then if test "$KDE_XSL_STYLESHEET" = "NO"; then
KDE_XSL_STYLESHEET="" KDE_XSL_STYLESHEET=""
@ -710,7 +710,7 @@ AC_SUBST(kde_templatesdir)
AC_SUBST(kde_servicesdir) AC_SUBST(kde_servicesdir)
AC_SUBST(kde_servicetypesdir) AC_SUBST(kde_servicetypesdir)
AC_SUBST(kde_moduledir) AC_SUBST(kde_moduledir)
AC_SUBST(kdeinitdir, '$(kde_moduledir)') AC_SUBST(tdeinitdir, '$(kde_moduledir)')
AC_SUBST(kde_styledir) AC_SUBST(kde_styledir)
AC_SUBST(kde_widgetdir) AC_SUBST(kde_widgetdir)
if test "$kde_qtver" = 1; then if test "$kde_qtver" = 1; then
@ -937,7 +937,7 @@ mips-sgi-irix6*)
ac_x_includes="." ac_x_includes="."
fi fi
if test -z "$ac_x_libraries"; then if test -z "$ac_x_libraries"; then
ac_x_libraries="/usr/lib${kdelibsuff}" ac_x_libraries="/usr/lib${tdelibsuff}"
fi fi
esac esac
#from now on we use our own again #from now on we use our own again
@ -1418,7 +1418,7 @@ qt_includes=""
AC_ARG_WITH(qt-dir, AC_ARG_WITH(qt-dir,
AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]), AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]),
[ ac_qt_includes="$withval"/include [ ac_qt_includes="$withval"/include
ac_qt_libraries="$withval"/lib${kdelibsuff} ac_qt_libraries="$withval"/lib${tdelibsuff}
ac_qt_bindir="$withval"/bin ac_qt_bindir="$withval"/bin
]) ])
@ -1459,7 +1459,7 @@ ac_qt_includes="$qt_incdir"
qt_libdirs="" qt_libdirs=""
for dir in $kde_qt_dirs; do for dir in $kde_qt_dirs; do
qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir" qt_libdirs="$qt_libdirs $dir/lib${tdelibsuff} $dir"
done done
qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries" qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries"
if test ! "$ac_qt_libraries" = "NO"; then if test ! "$ac_qt_libraries" = "NO"; then
@ -1644,11 +1644,11 @@ rm -f actest.ui actest.cpp
AC_MSG_RESULT([$kde_cv_uic_plugins]) AC_MSG_RESULT([$kde_cv_uic_plugins])
if test "$kde_cv_uic_plugins" != yes; then if test "$kde_cv_uic_plugins" != yes; then
AC_MSG_ERROR([ AC_MSG_ERROR([
you need to install kdelibs first. you need to install tdelibs first.
If you did install kdelibs, then the Qt version that is picked up by If you did install tdelibs, then the Qt version that is picked up by
this configure is not the same version you used to compile kdelibs. this configure is not the same version you used to compile tdelibs.
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the The Qt Plugin installed by tdelibs is *ONLY* loadable if it is the
_same Qt version_, compiled with the _same compiler_ and the same Qt _same Qt version_, compiled with the _same compiler_ and the same Qt
configuration settings. configuration settings.
]) ])
@ -1785,16 +1785,16 @@ AC_CACHE_VAL(ac_cv_have_kde,
if test "$kde_qtver" = 1; then if test "$kde_qtver" = 1; then
kde_check_header="ksock.h" kde_check_header="ksock.h"
kde_check_lib="libkdecore.la" kde_check_lib="libtdecore.la"
else else
kde_check_header="ksharedptr.h" kde_check_header="ksharedptr.h"
kde_check_lib="libkio.la" kde_check_lib="libtdeio.la"
fi fi
if test -z "$1"; then if test -z "$1"; then
kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes" kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/tde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes"
test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs" test -n "$TDEDIR" && kde_incdirs="$TDEDIR/include $TDEDIR/include/tde $TDEDIR $kde_incdirs"
kde_incdirs="$ac_kde_includes $kde_incdirs" kde_incdirs="$ac_kde_includes $kde_incdirs"
AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir) AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir)
ac_kde_includes="$kde_incdir" ac_kde_includes="$kde_incdir"
@ -1805,8 +1805,8 @@ in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!]) So, check this please and use another prefix!])
fi fi
kde_libdirs="$kde_libs_prefix/lib${kdelibsuff} /usr/lib/kde/lib${kdelibsuff} /usr/local/kde/lib${kdelibsuff} /usr/kde/lib${kdelibsuff} /usr/lib${kdelibsuff}/kde /usr/lib${kdelibsuff}/kde3 /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/kde3/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}" kde_libdirs="$kde_libs_prefix/lib${tdelibsuff} /usr/lib/kde/lib${tdelibsuff} /usr/local/kde/lib${tdelibsuff} /usr/kde/lib${tdelibsuff} /usr/lib${tdelibsuff}/kde /usr/lib${tdelibsuff}/kde3 /usr/lib${tdelibsuff} /usr/X11R6/lib${tdelibsuff} /usr/local/lib${tdelibsuff} /opt/kde3/lib${tdelibsuff} /opt/kde/lib${tdelibsuff} /usr/X11R6/kde/lib${tdelibsuff}"
test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs" test -n "$TDEDIR" && kde_libdirs="$TDEDIR/lib${tdelibsuff} $TDEDIR $kde_libdirs"
kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs" kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir) AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir)
ac_kde_libraries="$kde_libdir" ac_kde_libraries="$kde_libdir"
@ -1824,7 +1824,7 @@ fi
if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
AC_MSG_ERROR([ AC_MSG_ERROR([
I can't find the designer plugins. These are required and should have been installed I can't find the designer plugins. These are required and should have been installed
by kdelibs]) by tdelibs])
fi fi
if test -n "$kde_widgetdir"; then if test -n "$kde_widgetdir"; then
@ -1839,7 +1839,7 @@ else
ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries" ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
fi fi
else dnl test -z $1, e.g. from kdelibs else dnl test -z $1, e.g. from tdelibs
ac_cv_have_kde="have_kde=no" ac_cv_have_kde="have_kde=no"
@ -1979,20 +1979,20 @@ cat > conftest.$ac_ext <<EOF
#include <kapp.h> #include <kapp.h>
int main() { int main() {
printf("kde_htmldir=\\"%s\\"\n", KApplication::kde_htmldir().data()); printf("kde_htmldir=\\"%s\\"\n", TDEApplication::kde_htmldir().data());
printf("kde_appsdir=\\"%s\\"\n", KApplication::kde_appsdir().data()); printf("kde_appsdir=\\"%s\\"\n", TDEApplication::kde_appsdir().data());
printf("kde_icondir=\\"%s\\"\n", KApplication::kde_icondir().data()); printf("kde_icondir=\\"%s\\"\n", TDEApplication::kde_icondir().data());
printf("kde_sounddir=\\"%s\\"\n", KApplication::kde_sounddir().data()); printf("kde_sounddir=\\"%s\\"\n", TDEApplication::kde_sounddir().data());
printf("kde_datadir=\\"%s\\"\n", KApplication::kde_datadir().data()); printf("kde_datadir=\\"%s\\"\n", TDEApplication::kde_datadir().data());
printf("kde_locale=\\"%s\\"\n", KApplication::kde_localedir().data()); printf("kde_locale=\\"%s\\"\n", TDEApplication::kde_localedir().data());
printf("kde_cgidir=\\"%s\\"\n", KApplication::kde_cgidir().data()); printf("kde_cgidir=\\"%s\\"\n", TDEApplication::kde_cgidir().data());
printf("kde_confdir=\\"%s\\"\n", KApplication::kde_configdir().data()); printf("kde_confdir=\\"%s\\"\n", TDEApplication::kde_configdir().data());
printf("kde_mimedir=\\"%s\\"\n", KApplication::kde_mimedir().data()); printf("kde_mimedir=\\"%s\\"\n", TDEApplication::kde_mimedir().data());
printf("kde_toolbardir=\\"%s\\"\n", KApplication::kde_toolbardir().data()); printf("kde_toolbardir=\\"%s\\"\n", TDEApplication::kde_toolbardir().data());
printf("kde_wallpaperdir=\\"%s\\"\n", printf("kde_wallpaperdir=\\"%s\\"\n",
KApplication::kde_wallpaperdir().data()); TDEApplication::kde_wallpaperdir().data());
printf("kde_bindir=\\"%s\\"\n", KApplication::kde_bindir().data()); printf("kde_bindir=\\"%s\\"\n", TDEApplication::kde_bindir().data());
printf("kde_partsdir=\\"%s\\"\n", KApplication::kde_partsdir().data()); printf("kde_partsdir=\\"%s\\"\n", TDEApplication::kde_partsdir().data());
printf("kde_servicesdir=\\"/tmp/dummy\\"\n"); printf("kde_servicesdir=\\"/tmp/dummy\\"\n");
printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n"); printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n");
printf("kde_moduledir=\\"/tmp/dummy\\"\n"); printf("kde_moduledir=\\"/tmp/dummy\\"\n");
@ -2030,7 +2030,7 @@ AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
kde_cxxflags_safe="$CXXFLAGS" kde_cxxflags_safe="$CXXFLAGS"
LIBS="-lkde-qt-addon $LIBQT $LIBS" LIBS="-lkde-qt-addon $LIBQT $LIBS"
CXXFLAGS="$CXXFLAGS -I$prefix/include -I$prefix/include/kde $all_includes" CXXFLAGS="$CXXFLAGS -I$prefix/include -I$prefix/include/tde $all_includes"
LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS" LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS"
AC_TRY_LINK([ AC_TRY_LINK([
@ -2064,48 +2064,48 @@ AC_DEFUN([KDE_CREATE_LIBS_ALIASES],
if test $kde_qtver = 3; then if test $kde_qtver = 3; then
case $host in case $host in
*cygwin*) lib_kded="-lkdeinit_kded" ;; *cygwin*) lib_kded="-ltdeinit_kded" ;;
*) lib_kded="" ;; *) lib_kded="" ;;
esac esac
AC_SUBST(LIB_KDED, $lib_kded) AC_SUBST(LIB_KDED, $lib_kded)
AC_SUBST(LIB_KDECORE, "-lkdecore") AC_SUBST(LIB_TDECORE, "-ltdecore")
AC_SUBST(LIB_KDEUI, "-lkdeui") AC_SUBST(LIB_TDEUI, "-ltdeui")
AC_SUBST(LIB_KIO, "-lkio") AC_SUBST(LIB_TDEIO, "-ltdeio")
AC_SUBST(LIB_KJS, "-lkjs") AC_SUBST(LIB_KJS, "-lkjs")
AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KABC, "-lkabc") AC_SUBST(LIB_KABC, "-ltdeabc")
AC_SUBST(LIB_KHTML, "-lkhtml") AC_SUBST(LIB_TDEHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-lkspell") AC_SUBST(LIB_TDESPELL, "-ltdespell")
AC_SUBST(LIB_KPARTS, "-lkparts") AC_SUBST(LIB_TDEPARTS, "-ltdeparts")
AC_SUBST(LIB_KDEPRINT, "-lkdeprint") AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
AC_SUBST(LIB_KUTILS, "-lkutils") AC_SUBST(LIB_TDEUTILS, "-ltdeutils")
AC_SUBST(LIB_KDEPIM, "-lkdepim") AC_SUBST(LIB_TDEPIM, "-ltdepim")
AC_SUBST(LIB_KIMPROXY, "-lkimproxy") AC_SUBST(LIB_TDEIMPROXY, "-ltdeimproxy")
AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff") AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff")
AC_SUBST(LIB_KDNSSD, "-lkdnssd") AC_SUBST(LIB_TDEDNSSD, "-ltdednssd")
AC_SUBST(LIB_KUNITTEST, "-lkunittest") AC_SUBST(LIB_TDEUNITTEST, "-ltdeunittest")
# these are for backward compatibility # these are for backward compatibility
AC_SUBST(LIB_KSYCOCA, "-lkio") AC_SUBST(LIB_TDESYCOCA, "-ltdeio")
AC_SUBST(LIB_KFILE, "-lkio") AC_SUBST(LIB_KFILE, "-ltdeio")
elif test $kde_qtver = 2; then elif test $kde_qtver = 2; then
AC_SUBST(LIB_KDECORE, "-lkdecore") AC_SUBST(LIB_TDECORE, "-ltdecore")
AC_SUBST(LIB_KDEUI, "-lkdeui") AC_SUBST(LIB_TDEUI, "-ltdeui")
AC_SUBST(LIB_KIO, "-lkio") AC_SUBST(LIB_TDEIO, "-ltdeio")
AC_SUBST(LIB_KSYCOCA, "-lksycoca") AC_SUBST(LIB_TDESYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KFILE, "-lkfile") AC_SUBST(LIB_KFILE, "-ltdefile")
AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KHTML, "-lkhtml") AC_SUBST(LIB_TDEHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-lkspell") AC_SUBST(LIB_TDESPELL, "-ltdespell")
AC_SUBST(LIB_KPARTS, "-lkparts") AC_SUBST(LIB_TDEPARTS, "-ltdeparts")
AC_SUBST(LIB_KDEPRINT, "-lkdeprint") AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
else else
AC_SUBST(LIB_KDECORE, "-lkdecore -lXext $(LIB_QT)") AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)")
AC_SUBST(LIB_KDEUI, "-lkdeui $(LIB_KDECORE)") AC_SUBST(LIB_TDEUI, "-ltdeui $(LIB_TDECORE)")
AC_SUBST(LIB_KFM, "-lkfm $(LIB_KDECORE)") AC_SUBST(LIB_KFM, "-lkfm $(LIB_TDECORE)")
AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_KDEUI)") AC_SUBST(LIB_KFILE, "-ltdefile $(LIB_KFM) $(LIB_TDEUI)")
AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_KDECORE)") AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_TDECORE)")
fi fi
]) ])
@ -2170,7 +2170,7 @@ if test "x$kde_cv_func_$1" = xyes; then
else else
case "$1" in case "$1" in
setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat) setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
kde_cv_proto_$1="yes - in libkdefakes" kde_cv_proto_$1="yes - in libtdefakes"
;; ;;
*) *)
kde_cv_proto_$1=unknown kde_cv_proto_$1=unknown
@ -2489,7 +2489,7 @@ if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
AC_DEFINE_UNQUOTED(HAVE_LIBGIF, 1, [Define if you have libgif]) AC_DEFINE_UNQUOTED(HAVE_LIBGIF, 1, [Define if you have libgif])
else else
AC_MSG_ERROR(You need giflib30. Please install the kdesupport package) AC_MSG_ERROR(You need giflib30. Please install the tdesupport package)
fi fi
]) ])
@ -2547,7 +2547,7 @@ AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir)
test "x$jpeg_incdir" = xNO && jpeg_incdir= test "x$jpeg_incdir" = xNO && jpeg_incdir=
dnl if headers _and_ libraries are missing, this is no error, and we dnl if headers _and_ libraries are missing, this is no error, and we
dnl continue with a warning (the user will get no jpeg support in khtml) dnl continue with a warning (the user will get no jpeg support in tdehtml)
dnl if only one is missing, it means a configuration error, but we still dnl if only one is missing, it means a configuration error, but we still
dnl only warn dnl only warn
if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then
@ -3447,7 +3447,7 @@ LIBTOOL_SHELL="/bin/sh ./libtool"
KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)" KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)"
AC_SUBST(KDE_PLUGIN) AC_SUBST(KDE_PLUGIN)
# This hack ensures that libtool creates shared libs for kunittest plugins. By default check_LTLIBRARIES makes static libs. # This hack ensures that libtool creates shared libs for tdeunittest plugins. By default check_LTLIBRARIES makes static libs.
KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)" KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)"
AC_SUBST(KDE_CHECK_PLUGIN) AC_SUBST(KDE_CHECK_PLUGIN)
@ -3457,29 +3457,29 @@ AC_SUBST(AUTOCONF,'$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch config
AC_DEFUN([KDE_CHECK_LIB64], AC_DEFUN([KDE_CHECK_LIB64],
[ [
kdelibsuff="$kde_libs_suffix" tdelibsuff="$kde_libs_suffix"
if test -z "$kdelibsuff"; then if test -z "$tdelibsuff"; then
kdelibsuff=no tdelibsuff=no
fi fi
AC_ARG_ENABLE(libsuffix, AC_ARG_ENABLE(libsuffix,
AC_HELP_STRING([--enable-libsuffix], AC_HELP_STRING([--enable-libsuffix],
[/lib directory suffix (64,32,none[=default])]), [/lib directory suffix (64,32,none[=default])]),
kdelibsuff=$enableval) tdelibsuff=$enableval)
# TODO: add an auto case that compiles a little C app to check # TODO: add an auto case that compiles a little C app to check
# where the glibc is # where the glibc is
if test "$kdelibsuff" = "no"; then if test "$tdelibsuff" = "no"; then
kdelibsuff= tdelibsuff=
fi fi
if test -z "$kdelibsuff"; then if test -z "$tdelibsuff"; then
AC_MSG_RESULT([not using lib directory suffix]) AC_MSG_RESULT([not using lib directory suffix])
AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories) AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories)
else else
if test "$libdir" = '${exec_prefix}/lib'; then if test "$libdir" = '${exec_prefix}/lib'; then
libdir="$libdir${kdelibsuff}" libdir="$libdir${tdelibsuff}"
AC_SUBST([libdir], ["$libdir"]) dnl ugly hack for lib64 platforms AC_SUBST([libdir], ["$libdir"]) dnl ugly hack for lib64 platforms
fi fi
AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${kdelibsuff}"], Suffix for lib directories) AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${tdelibsuff}"], Suffix for lib directories)
AC_MSG_RESULT([using lib directory suffix $kdelibsuff]) AC_MSG_RESULT([using lib directory suffix $tdelibsuff])
fi fi
]) ])
@ -3497,7 +3497,7 @@ AC_CANONICAL_SYSTEM
AC_ARG_PROGRAM AC_ARG_PROGRAM
AM_INIT_AUTOMAKE($1, $2) AM_INIT_AUTOMAKE($1, $2)
AM_DISABLE_LIBRARIES AM_DISABLE_LIBRARIES
AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde}) AC_PREFIX_DEFAULT(${TDEDIR:-/usr/local/kde})
AC_CHECK_COMPILERS AC_CHECK_COMPILERS
KDE_PROG_LIBTOOL KDE_PROG_LIBTOOL
AM_KDE_WITH_NLS AM_KDE_WITH_NLS
@ -4504,7 +4504,7 @@ fi
PYTHONINC=-I$python_incdir PYTHONINC=-I$python_incdir
python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs" python_libdirs="$ac_python_dir/lib$tdelibsuff /usr/lib$tdelibsuff /usr/local /usr/lib$tdelibsuff $kde_extra_libs"
AC_FIND_FILE(libpython$version.so, $python_libdirs, python_libdir) AC_FIND_FILE(libpython$version.so, $python_libdirs, python_libdir)
if test ! -r $python_libdir/libpython$version.so; then if test ! -r $python_libdir/libpython$version.so; then
AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir) AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir)
@ -4892,14 +4892,14 @@ AC_DEFUN([KDE_CONF_FILES],
AC_SUBST(CONF_FILES) AC_SUBST(CONF_FILES)
])dnl ])dnl
dnl This sets the prefix, for arts and kdelibs dnl This sets the prefix, for arts and tdelibs
dnl Do NOT use in any other module. dnl Do NOT use in any other module.
dnl It only looks at --prefix, KDEDIR and falls back to /usr/local/kde dnl It only looks at --prefix, TDEDIR and falls back to /usr/local/kde
AC_DEFUN([KDE_SET_PREFIX_CORE], AC_DEFUN([KDE_SET_PREFIX_CORE],
[ [
unset CDPATH unset CDPATH
dnl make $KDEDIR the default for the installation dnl make $TDEDIR the default for the installation
AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde}) AC_PREFIX_DEFAULT(${TDEDIR:-/usr/local/kde})
if test "x$prefix" = "xNONE"; then if test "x$prefix" = "xNONE"; then
prefix=$ac_default_prefix prefix=$ac_default_prefix
@ -4923,25 +4923,25 @@ AC_DEFUN([KDE_SET_PREFIX],
unset CDPATH unset CDPATH
dnl We can't give real code to that macro, only a value. dnl We can't give real code to that macro, only a value.
dnl It only matters for --help, since we set the prefix in this function anyway. dnl It only matters for --help, since we set the prefix in this function anyway.
AC_PREFIX_DEFAULT(${KDEDIR:-the kde prefix}) AC_PREFIX_DEFAULT(${TDEDIR:-the kde prefix})
KDE_SET_DEFAULT_BINDIRS KDE_SET_DEFAULT_BINDIRS
if test "x$prefix" = "xNONE"; then if test "x$prefix" = "xNONE"; then
dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it dnl no prefix given: look for tde-config in the PATH and deduce the prefix from it
KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend)
else else
dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH dnl prefix given: look for tde-config, preferrably in prefix, otherwise in PATH
kde_save_PATH="$PATH" kde_save_PATH="$PATH"
PATH="$exec_prefix/bin:$prefix/bin:$PATH" PATH="$exec_prefix/bin:$prefix/bin:$PATH"
KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend) KDE_FIND_PATH(tde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tde-config)], [], prepend)
PATH="$kde_save_PATH" PATH="$kde_save_PATH"
fi fi
kde_libs_prefix=`$KDECONFIG --prefix` kde_libs_prefix=`$KDECONFIG --prefix`
if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
AC_MSG_ERROR([$KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs. AC_MSG_ERROR([$KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for tdelibs.
This means it has been moved since you installed it. This means it has been moved since you installed it.
This won't work. Please recompile kdelibs for the new prefix. This won't work. Please recompile tdelibs for the new prefix.
]) ])
fi fi
kde_libs_htmldir=`$KDECONFIG --install html --expandvars` kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
@ -4950,7 +4950,7 @@ AC_DEFUN([KDE_SET_PREFIX],
AC_MSG_CHECKING([where to install]) AC_MSG_CHECKING([where to install])
if test "x$prefix" = "xNONE"; then if test "x$prefix" = "xNONE"; then
prefix=$kde_libs_prefix prefix=$kde_libs_prefix
AC_MSG_RESULT([$prefix (as returned by kde-config)]) AC_MSG_RESULT([$prefix (as returned by tde-config)])
else else
dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different
given_prefix=$prefix given_prefix=$prefix
@ -5607,7 +5607,7 @@ ssl_includes=""
AC_ARG_WITH(ssl-dir, AC_ARG_WITH(ssl-dir,
AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]), AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]),
[ ac_ssl_includes="$withval"/include [ ac_ssl_includes="$withval"/include
ac_ssl_libraries="$withval"/lib$kdelibsuff ac_ssl_libraries="$withval"/lib$tdelibsuff
]) ])
want_ssl=yes want_ssl=yes
@ -5627,7 +5627,7 @@ AC_CACHE_VAL(ac_cv_have_ssl,
AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, ssl_incdir) AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, ssl_incdir)
ac_ssl_includes="$ssl_incdir" ac_ssl_includes="$ssl_incdir"
ssl_libdirs="/usr/lib$kdelibsuff /usr/local/lib$kdelibsuff /usr/ssl/lib$kdelibsuff /usr/local/ssl/lib$kdelibsuff $libdir $prefix/lib$kdelibsuff $exec_prefix/lib$kdelibsuff $kde_extra_libs" ssl_libdirs="/usr/lib$tdelibsuff /usr/local/lib$tdelibsuff /usr/ssl/lib$tdelibsuff /usr/local/ssl/lib$tdelibsuff $libdir $prefix/lib$tdelibsuff $exec_prefix/lib$tdelibsuff $kde_extra_libs"
if test ! "$ac_ssl_libraries" = "NO"; then if test ! "$ac_ssl_libraries" = "NO"; then
ssl_libdirs="$ac_ssl_libraries $ssl_libdirs" ssl_libdirs="$ac_ssl_libraries $ssl_libdirs"
fi fi

@ -49,7 +49,7 @@ kscope_SOURCES = autocompletionlayout.ui bookmarksdlg.cpp bookmarkslayout.ui \
symbollayout.ui tabwidget.cpp treewidget.cpp welcomedlg.ui symbollayout.ui tabwidget.cpp treewidget.cpp welcomedlg.ui
kscope_LDFLAGS = $(KDE_RPATH) $(all_libraries) kscope_LDFLAGS = $(KDE_RPATH) $(all_libraries)
kscope_LDADD = -lkateinterfaces -lkatepartinterfaces -lktexteditor $(LIB_KDEUI) $(LIB_KPARTS) $(LIB_KIO) $(LIB_KDECORE) $(LIB_QT) kscope_LDADD = -lkateinterfaces -lkatepartinterfaces -ltdetexteditor $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDECORE) $(LIB_QT)
# this is where the desktop file will go # this is where the desktop file will go
shelldesktopdir = $(kde_appsdir)/Development shelldesktopdir = $(kde_appsdir)/Development

@ -29,8 +29,8 @@
#include <ntqtoolbutton.h> #include <ntqtoolbutton.h>
#include <ntqbuttongroup.h> #include <ntqbuttongroup.h>
#include <ntqwidgetstack.h> #include <ntqwidgetstack.h>
#include <klocale.h> #include <tdelocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include "calltreedlg.h" #include "calltreedlg.h"
#include "graphwidget.h" #include "graphwidget.h"
#include "treewidget.h" #include "treewidget.h"

@ -61,7 +61,7 @@ bool ConfigFrontend::run(const TQString& sCscopePath,
bool bCscopeOptsOnly) bool bCscopeOptsOnly)
{ {
TQStringList slArgs; TQStringList slArgs;
KStandardDirs sd; TDEStandardDirs sd;
TQString sScript; TQString sScript;
// Execute using the user's shell // Execute using the user's shell

@ -27,10 +27,10 @@
#include <ntqfileinfo.h> #include <ntqfileinfo.h>
#include <ntqtimer.h> #include <ntqtimer.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <klocale.h> #include <tdelocale.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include "cscopefrontend.h" #include "cscopefrontend.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"
#include "configfrontend.h" #include "configfrontend.h"
@ -422,9 +422,9 @@ void CscopeProgress::setProgress(int nProgress, int nTotal)
m_pLabel->adjustSize(); m_pLabel->adjustSize();
m_pLabel->setPaletteBackgroundColor( m_pLabel->setPaletteBackgroundColor(
KGlobalSettings::highlightColor()); TDEGlobalSettings::highlightColor());
m_pLabel->setPaletteForegroundColor( m_pLabel->setPaletteForegroundColor(
KGlobalSettings::highlightedTextColor()); TDEGlobalSettings::highlightedTextColor());
TQTimer::singleShot(1000, this, SLOT(slotShowLabel())); TQTimer::singleShot(1000, this, SLOT(slotShowLabel()));
} }

@ -26,8 +26,8 @@
***************************************************************************/ ***************************************************************************/
#include <ntqfileinfo.h> #include <ntqfileinfo.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <klocale.h> #include <tdelocale.h>
#include <kshell.h> #include <kshell.h>
#include "ctagsfrontend.h" #include "ctagsfrontend.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"

@ -26,7 +26,7 @@
***************************************************************************/ ***************************************************************************/
#include <ntqheader.h> #include <ntqheader.h>
#include <klocale.h> #include <tdelocale.h>
#include "ctagslist.h" #include "ctagslist.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"
#include "kscopepixmaps.h" #include "kscopepixmaps.h"

@ -27,8 +27,8 @@
#include <ntqfileinfo.h> #include <ntqfileinfo.h>
#include <ntqpaintdevicemetrics.h> #include <ntqpaintdevicemetrics.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <klocale.h> #include <tdelocale.h>
#include "dotfrontend.h" #include "dotfrontend.h"
#include "graphwidget.h" #include "graphwidget.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ktexteditor/editorchooser.h> #include <tdetexteditor/editorchooser.h>
#include <kate/document.h> #include <kate/document.h>
#include "editormanager.h" #include "editormanager.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"

@ -29,9 +29,9 @@
#define EDITORMANAGER_H #define EDITORMANAGER_H
#include <ntqwidget.h> #include <ntqwidget.h>
#include <kparts/partmanager.h> #include <tdeparts/partmanager.h>
#include <klibloader.h> #include <klibloader.h>
#include <ktexteditor/document.h> #include <tdetexteditor/document.h>
/** /**
* Creates text editor parts, used to open source files. * Creates text editor parts, used to open source files.

@ -26,11 +26,11 @@
***************************************************************************/ ***************************************************************************/
#include <ntqfileinfo.h> #include <ntqfileinfo.h>
#include <kdeversion.h> #include <tdeversion.h>
#include <ktexteditor/selectioninterface.h> #include <tdetexteditor/selectioninterface.h>
#include <ktexteditor/viewcursorinterface.h> #include <tdetexteditor/viewcursorinterface.h>
#include <ktexteditor/popupmenuinterface.h> #include <tdetexteditor/popupmenuinterface.h>
#include <ktexteditor/editinterface.h> #include <tdetexteditor/editinterface.h>
#include <kate/document.h> #include <kate/document.h>
#include <kate/view.h> #include <kate/view.h>
#include "editorpage.h" #include "editorpage.h"

@ -33,9 +33,9 @@
#include <ntqsplitter.h> #include <ntqsplitter.h>
#include <ntqtabwidget.h> #include <ntqtabwidget.h>
#include <ntqpopupmenu.h> #include <ntqpopupmenu.h>
#include <ktexteditor/document.h> #include <tdetexteditor/document.h>
#include <ktexteditor/view.h> #include <tdetexteditor/view.h>
#include <ktexteditor/markinterfaceextension.h> #include <tdetexteditor/markinterfaceextension.h>
#include "ctagsfrontend.h" #include "ctagsfrontend.h"
#include "ctagslist.h" #include "ctagslist.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"

@ -26,8 +26,8 @@
***************************************************************************/ ***************************************************************************/
#include <ntqfileinfo.h> #include <ntqfileinfo.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kurldrag.h> #include <kurldrag.h>
#include <kate/document.h> #include <kate/document.h>
#include "editortabs.h" #include "editortabs.h"

@ -27,7 +27,7 @@
#include <ntqlineedit.h> #include <ntqlineedit.h>
#include <ntqfileinfo.h> #include <ntqfileinfo.h>
#include <klocale.h> #include <tdelocale.h>
#include "filelist.h" #include "filelist.h"
#include "kscope.h" #include "kscope.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"

@ -28,7 +28,7 @@
#include <ntqpushbutton.h> #include <ntqpushbutton.h>
#include <ntqfileinfo.h> #include <ntqfileinfo.h>
#include <ntqtabwidget.h> #include <ntqtabwidget.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include "fileview.h" #include "fileview.h"
#include "filelist.h" #include "filelist.h"
#include "kscopepixmaps.h" #include "kscopepixmaps.h"

@ -28,7 +28,7 @@
#ifndef FILEVIEW_H #ifndef FILEVIEW_H
#define FILEVIEW_H #define FILEVIEW_H
#include <kfiletreeview.h> #include <tdefiletreeview.h>
#include "fileviewlayout.h" #include "fileviewlayout.h"
/** /**

@ -108,7 +108,7 @@
</customwidget> </customwidget>
<customwidget> <customwidget>
<class>KFileTreeView</class> <class>KFileTreeView</class>
<header location="global">kfiletreeview.h</header> <header location="global">tdefiletreeview.h</header>
<sizehint> <sizehint>
<width>-1</width> <width>-1</width>
<height>-1</height> <height>-1</height>
@ -131,6 +131,6 @@
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints> <includehints>
<includehint>filelist.h</includehint> <includehint>filelist.h</includehint>
<includehint>kfiletreeview.h</includehint> <includehint>tdefiletreeview.h</includehint>
</includehints> </includehints>
</UI> </UI>

@ -27,7 +27,7 @@
#include <ntqfileinfo.h> #include <ntqfileinfo.h>
#include <ntqdir.h> #include <ntqdir.h>
#include <klocale.h> #include <tdelocale.h>
#include "frontend.h" #include "frontend.h"
/** /**
@ -36,7 +36,7 @@
* @param bAutoDelete (Optional) true to delete the object when the process * @param bAutoDelete (Optional) true to delete the object when the process
* terminates, false (default) otherwise * terminates, false (default) otherwise
*/ */
Frontend::Frontend(uint nRecordSize, bool bAutoDelete) : KProcess(), Frontend::Frontend(uint nRecordSize, bool bAutoDelete) : TDEProcess(),
m_nRecords(0), m_nRecords(0),
m_pHeadToken(NULL), m_pHeadToken(NULL),
m_pTailToken(NULL), m_pTailToken(NULL),
@ -46,16 +46,16 @@ Frontend::Frontend(uint nRecordSize, bool bAutoDelete) : KProcess(),
m_nRecordSize(nRecordSize) m_nRecordSize(nRecordSize)
{ {
// Parse data on the standard output // Parse data on the standard output
connect(this, SIGNAL(receivedStdout(KProcess*, char*, int)), this, connect(this, SIGNAL(receivedStdout(TDEProcess*, char*, int)), this,
SLOT(slotReadStdout(KProcess*, char*, int))); SLOT(slotReadStdout(TDEProcess*, char*, int)));
// Parse data on the standard error // Parse data on the standard error
connect(this, SIGNAL(receivedStderr(KProcess*, char*, int)), this, connect(this, SIGNAL(receivedStderr(TDEProcess*, char*, int)), this,
SLOT(slotReadStderr(KProcess*, char*, int))); SLOT(slotReadStderr(TDEProcess*, char*, int)));
// Delete the process object when the process exits // Delete the process object when the process exits
connect(this, SIGNAL(processExited(KProcess*)), this, connect(this, SIGNAL(processExited(TDEProcess*)), this,
SLOT(slotProcessExit(KProcess*))); SLOT(slotProcessExit(TDEProcess*)));
} }
/** /**
@ -99,8 +99,8 @@ bool Frontend::run(const TQString& sName, const TQStringList& slArgs,
setWorkingDirectory(sWorkDir); setWorkingDirectory(sWorkDir);
// Execute the child process // Execute the child process
if (!start(bBlock ? KProcess::Block : KProcess::NotifyOnExit, if (!start(bBlock ? TDEProcess::Block : TDEProcess::NotifyOnExit,
KProcess::All)) { TDEProcess::All)) {
m_sError = sName + i18n(": Failed to start process"); m_sError = sName + i18n(": Failed to start process");
return false; return false;
} }
@ -117,7 +117,7 @@ bool Frontend::run(const TQString& sName, const TQStringList& slArgs,
void Frontend::kill() void Frontend::kill()
{ {
m_bKilled = true; m_bKilled = true;
KProcess::kill(); TDEProcess::kill();
emit aborted(); emit aborted();
} }
@ -258,7 +258,7 @@ void Frontend::parseStderr(const TQString& sText)
/** /**
* Deletes the process object upon the process' exit. * Deletes the process object upon the process' exit.
*/ */
void Frontend::slotProcessExit(KProcess*) void Frontend::slotProcessExit(TDEProcess*)
{ {
// Allow specialised clean-up by inheriting classes // Allow specialised clean-up by inheriting classes
finalize(); finalize();
@ -279,7 +279,7 @@ void Frontend::slotProcessExit(KProcess*)
* The method reads whatever data is queued, and sends it to be interpreted * The method reads whatever data is queued, and sends it to be interpreted
* by parseStdout(). * by parseStdout().
*/ */
void Frontend::slotReadStdout(KProcess*, char* pBuffer, int nSize) void Frontend::slotReadStdout(TDEProcess*, char* pBuffer, int nSize)
{ {
char* pLocalBuf; char* pLocalBuf;
TQString sToken; TQString sToken;
@ -350,7 +350,7 @@ void Frontend::slotReadStdout(KProcess*, char* pBuffer, int nSize)
* The method reads whatever data is queued, and sends it to be interpreted * The method reads whatever data is queued, and sends it to be interpreted
* by parseStderr(). * by parseStderr().
*/ */
void Frontend::slotReadStderr(KProcess*, char* pBuffer, int nSize) void Frontend::slotReadStderr(TDEProcess*, char* pBuffer, int nSize)
{ {
TQString sBuf; TQString sBuf;

@ -73,7 +73,7 @@ protected:
* @author Elad Lahav * @author Elad Lahav
*/ */
class Frontend : public KProcess class Frontend : public TDEProcess
{ {
Q_OBJECT Q_OBJECT
@ -179,7 +179,7 @@ protected:
virtual void finalize() {} virtual void finalize() {}
protected slots: protected slots:
virtual void slotProcessExit(KProcess*); virtual void slotProcessExit(TDEProcess*);
private: private:
/** Determines whether the object should be deleted once the process has /** Determines whether the object should be deleted once the process has
@ -205,8 +205,8 @@ private:
bool tokenize(char**, int*, TQString&, ParserDelim&); bool tokenize(char**, int*, TQString&, ParserDelim&);
private slots: private slots:
void slotReadStdout(KProcess*, char*, int); void slotReadStdout(TDEProcess*, char*, int);
void slotReadStderr(KProcess*, char*, int); void slotReadStderr(TDEProcess*, char*, int);
}; };
#endif #endif

@ -30,8 +30,8 @@
#include <ntqfile.h> #include <ntqfile.h>
#include <ntqpainter.h> #include <ntqpainter.h>
#include <ntqtooltip.h> #include <ntqtooltip.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include "graphwidget.h" #include "graphwidget.h"
#include "graphnode.h" #include "graphnode.h"
#include "graphedge.h" #include "graphedge.h"

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <klocale.h> #include <tdelocale.h>
#include "historypage.h" #include "historypage.h"
#include "historyview.h" #include "historyview.h"

@ -26,10 +26,10 @@
***************************************************************************/ ***************************************************************************/
#include <ntqfile.h> #include <ntqfile.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmenubar.h> #include <tdemenubar.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <klineedit.h> #include <klineedit.h>
#include <kinputdialog.h> #include <kinputdialog.h>
#include <kxmlguifactory.h> #include <kxmlguifactory.h>
@ -899,7 +899,7 @@ void KScope::toggleQueryWindow(bool bShow)
* 3. A list of source files * 3. A list of source files
* @param pArgs Command line arguments * @param pArgs Command line arguments
*/ */
void KScope::parseCmdLine(KCmdLineArgs* pArgs) void KScope::parseCmdLine(TDECmdLineArgs* pArgs)
{ {
TQString sArg; TQString sArg;
TQFileInfo fi; TQFileInfo fi;
@ -1073,7 +1073,7 @@ bool KScope::slotCloseProject()
void KScope::slotExtEdit() void KScope::slotExtEdit()
{ {
TQString sCmdLine; TQString sCmdLine;
KProcess proc; TDEProcess proc;
// Create the command line for the external editor // Create the command line for the external editor
sCmdLine = Config().getExtEditor(); sCmdLine = Config().getExtEditor();
@ -1083,7 +1083,7 @@ void KScope::slotExtEdit()
// Run the external editor // Run the external editor
proc.setUseShell(true); proc.setUseShell(true);
proc << sCmdLine; proc << sCmdLine;
proc.start(KProcess::DontCare); proc.start(TDEProcess::DontCare);
} }
/** /**

@ -8,5 +8,5 @@ Comment=Source-editing environment for large C projects
Comment[fr]=Editeur de codes sources pour de gros projets en C Comment[fr]=Editeur de codes sources pour de gros projets en C
GenericName=Source editing environment GenericName=Source editing environment
GenericName[fr]=Editeur de code source GenericName[fr]=Editeur de code source
Categories=Qt;KDE;Development Categories=Qt;TDE;Development

@ -33,10 +33,10 @@
#endif #endif
#include <ntqtimer.h> #include <ntqtimer.h>
#include <kcmdlineargs.h> #include <tdecmdlineargs.h>
#include <kapp.h> #include <kapp.h>
#include <kparts/dockmainwindow.h> #include <tdeparts/dockmainwindow.h>
#include <kparts/part.h> #include <tdeparts/part.h>
class ProjectManager; class ProjectManager;
class EditorTabs; class EditorTabs;
@ -79,7 +79,7 @@ public:
void openProject(const TQString&); void openProject(const TQString&);
void openLastProject(); void openLastProject();
bool openCscopeOut(const TQString&); bool openCscopeOut(const TQString&);
void parseCmdLine(KCmdLineArgs *pArgs); void parseCmdLine(TDECmdLineArgs *pArgs);
void verifyCscope(); void verifyCscope();
public slots: public slots:

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <klocale.h> #include <tdelocale.h>
#include "kscope.h" #include "kscope.h"
#include "kscopeactions.h" #include "kscopeactions.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"
@ -138,7 +138,7 @@ void KScopeActions::init()
SIGNAL(toggleProject(bool))); SIGNAL(toggleProject(bool)));
addAction(i18n("&Make Project"), addAction(i18n("&Make Project"),
"make_kdevelop", "make_tdevelop",
"Ctrl+M", "Ctrl+M",
m_pWindow, m_pWindow,
SLOT(slotProjectMake()), SLOT(slotProjectMake()),
@ -474,16 +474,16 @@ void KScopeActions::slotEnableFileActions(bool bEnable)
* the action * the action
* @return The newly created action object * @return The newly created action object
*/ */
KAction* KScopeActions::addAction(const TQString& sCaption, const char* szIcon, TDEAction* KScopeActions::addAction(const TQString& sCaption, const char* szIcon,
const char* szShortcut, TQWidget* pReceiver, const char* szSlot, const char* szShortcut, TQWidget* pReceiver, const char* szSlot,
const char* szName, const char* szSignal) const char* szName, const char* szSignal)
{ {
KAction* pAction; TDEAction* pAction;
// Create the action // Create the action
pAction = new KAction(sCaption, pAction = new TDEAction(sCaption,
szIcon, szIcon,
szShortcut == NULL ? KShortcut() : KShortcut(szShortcut), szShortcut == NULL ? TDEShortcut() : TDEShortcut(szShortcut),
pReceiver, pReceiver,
szSlot, szSlot,
m_pCollection, m_pCollection,
@ -508,16 +508,16 @@ KAction* KScopeActions::addAction(const TQString& sCaption, const char* szIcon,
* the action * the action
* @return The newly created action object * @return The newly created action object
*/ */
KToggleAction* KScopeActions::addToggle(const TQString& sCaption, TDEToggleAction* KScopeActions::addToggle(const TQString& sCaption,
const char* szIcon, const char* szShortcut, TQWidget* pReceiver, const char* szIcon, const char* szShortcut, TQWidget* pReceiver,
const char* szSlot, const char* szName, const char* szSignal) const char* szSlot, const char* szName, const char* szSignal)
{ {
KToggleAction* pAction; TDEToggleAction* pAction;
// Create the action // Create the action
pAction = new KToggleAction(sCaption, pAction = new TDEToggleAction(sCaption,
szIcon, szIcon,
szShortcut == NULL ? KShortcut() : KShortcut(szShortcut), szShortcut == NULL ? TDEShortcut() : TDEShortcut(szShortcut),
pReceiver, pReceiver,
szSlot, szSlot,
m_pCollection, m_pCollection,

@ -28,11 +28,11 @@
#ifndef KSCOPEACTIONS_H #ifndef KSCOPEACTIONS_H
#define KSCOPEACTIONS_H #define KSCOPEACTIONS_H
#include <kaction.h> #include <tdeaction.h>
class KScope; class KScope;
typedef TQPtrList<KAction> ActionList; typedef TQPtrList<TDEAction> ActionList;
/** /**
* A helper class for managing KScope's menu commands. * A helper class for managing KScope's menu commands.
@ -51,7 +51,7 @@ public:
void initLayoutActions(); void initLayoutActions();
void enableExtEditor(bool); void enableExtEditor(bool);
KToggleAction* getLockAction() { return m_pLockAction; } TDEToggleAction* getLockAction() { return m_pLockAction; }
public slots: public slots:
void slotQueryDockToggled(bool); void slotQueryDockToggled(bool);
@ -66,7 +66,7 @@ signals:
private: private:
KScope* m_pWindow; KScope* m_pWindow;
KActionCollection* m_pCollection; TDEActionCollection* m_pCollection;
/** A list of actions that require an active project. */ /** A list of actions that require an active project. */
ActionList m_lstProjActions; ActionList m_lstProjActions;
@ -75,23 +75,23 @@ private:
ActionList m_lstFileActions; ActionList m_lstFileActions;
/** A toggle menu item for locking/unlocking query pages. */ /** A toggle menu item for locking/unlocking query pages. */
KToggleAction* m_pLockAction; TDEToggleAction* m_pLockAction;
/** The "Edit in External Editor" menu command. */ /** The "Edit in External Editor" menu command. */
KAction* m_pExtEditAction; TDEAction* m_pExtEditAction;
/** The "Show/Hide File View" menu command. */ /** The "Show/Hide File View" menu command. */
KToggleAction* m_pToggleFileViewAction; TDEToggleAction* m_pToggleFileViewAction;
/** The "Show/Hide Query Window" menu command. */ /** The "Show/Hide Query Window" menu command. */
KToggleAction* m_pToggleQueryWindowAction; TDEToggleAction* m_pToggleQueryWindowAction;
/** The "Show/Hide Tag List" menu command. */ /** The "Show/Hide Tag List" menu command. */
KToggleAction* m_pToggleTagListAction; TDEToggleAction* m_pToggleTagListAction;
KAction* addAction(const TQString&, const char*, const char*, TQWidget*, TDEAction* addAction(const TQString&, const char*, const char*, TQWidget*,
const char*, const char*, const char*); const char*, const char*, const char*);
KToggleAction* addToggle(const TQString&, const char*, const char*, TDEToggleAction* addToggle(const TQString&, const char*, const char*,
TQWidget*, const char*, const char*, const char*); TQWidget*, const char*, const char*, const char*);
}; };

@ -25,9 +25,9 @@
* *
***************************************************************************/ ***************************************************************************/
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <tdeapplication.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include "kscopeconfig.h" #include "kscopeconfig.h"
// NOTE: // NOTE:
@ -141,14 +141,14 @@ void KScopeConfig::load()
{ {
uint i; uint i;
KConfig* pConf = kapp->config(); TDEConfig* pConf = kapp->config();
// Need a working instance to get the system's default font (cannot be // Need a working instance to get the system's default font (cannot be
// initialised statically) // initialised statically)
s_cpDef.fonts[FileList] = KGlobalSettings::generalFont(); s_cpDef.fonts[FileList] = TDEGlobalSettings::generalFont();
s_cpDef.fonts[TagList] = KGlobalSettings::generalFont(); s_cpDef.fonts[TagList] = TDEGlobalSettings::generalFont();
s_cpDef.fonts[QueryWindow] = KGlobalSettings::generalFont(); s_cpDef.fonts[QueryWindow] = TDEGlobalSettings::generalFont();
s_cpDef.fonts[Graph] = KGlobalSettings::generalFont(); s_cpDef.fonts[Graph] = TDEGlobalSettings::generalFont();
// Read the paths to required executables // Read the paths to required executables
pConf->setGroup("Programs"); pConf->setGroup("Programs");
@ -237,7 +237,7 @@ void KScopeConfig::store()
{ {
uint i; uint i;
KConfig* pConf = kapp->config(); TDEConfig* pConf = kapp->config();
// Write the paths to required executables // Write the paths to required executables
pConf->setGroup("Programs"); pConf->setGroup("Programs");
@ -306,7 +306,7 @@ void KScopeConfig::storeWorkspace(KDockMainWindow* pMainWindow)
*/ */
bool KScopeConfig::isFirstTime() bool KScopeConfig::isFirstTime()
{ {
KConfig* pConf = kapp->config(); TDEConfig* pConf = kapp->config();
pConf->setGroup("General"); pConf->setGroup("General");
return pConf->readBoolEntry("FirstTime", true); return pConf->readBoolEntry("FirstTime", true);
@ -321,7 +321,7 @@ bool KScopeConfig::isFirstTime()
*/ */
bool KScopeConfig::showWelcomeDlg() bool KScopeConfig::showWelcomeDlg()
{ {
KConfig* pConf = kapp->config(); TDEConfig* pConf = kapp->config();
pConf->setGroup("General"); pConf->setGroup("General");
return pConf->readBoolEntry(SHOW_WELCOME_ENTRY, true); return pConf->readBoolEntry(SHOW_WELCOME_ENTRY, true);
@ -683,7 +683,7 @@ TQString KScopeConfig::getEditorPopupName() const
{ {
switch (m_cp.popup) { switch (m_cp.popup) {
case Embedded: case Embedded:
return "ktexteditor_popup"; return "tdetexteditor_popup";
case KScopeOnly: case KScopeOnly:
return "kscope_popup"; return "kscope_popup";

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <kglobal.h> #include <tdeglobal.h>
#include <kiconloader.h> #include <kiconloader.h>
#include "kscopepixmaps.h" #include "kscopepixmaps.h"
@ -287,7 +287,7 @@ const TQPixmap& KScopePixmaps::getPixmap(PixName name) const
} }
/** /**
* Loads a pixmap with the KIconLoader mechanism. * Loads a pixmap with the TDEIconLoader mechanism.
* @param name The pixmap's identifier * @param name The pixmap's identifier
* @return The requested pixmap * @return The requested pixmap
*/ */
@ -295,71 +295,71 @@ TQPixmap KScopePixmaps::getPixmap(LoadPixName name)
{ {
switch (name) { switch (name) {
case TabUnlocked: case TabUnlocked:
return m_loader.loadIcon("query_unlocked", KIcon::Small, 0, return m_loader.loadIcon("query_unlocked", TDEIcon::Small, 0,
false); false);
case TabLocked: case TabLocked:
return m_loader.loadIcon("query_locked", KIcon::Small, 0, return m_loader.loadIcon("query_locked", TDEIcon::Small, 0,
false); false);
case TabBookmark: case TabBookmark:
return m_loader.loadIcon("bookmark", KIcon::Small, 0, return m_loader.loadIcon("bookmark", TDEIcon::Small, 0,
false); false);
case TabRW: case TabRW:
return m_loader.loadIcon("file_rw", KIcon::Small, 0, return m_loader.loadIcon("file_rw", TDEIcon::Small, 0,
false); false);
case TabRO: case TabRO:
return m_loader.loadIcon("file_ro", KIcon::Small, 0, return m_loader.loadIcon("file_ro", TDEIcon::Small, 0,
false); false);
case TabSave: case TabSave:
return m_loader.loadIcon("file_save", KIcon::Small, 0, return m_loader.loadIcon("file_save", TDEIcon::Small, 0,
false); false);
case TabFileList: case TabFileList:
return m_loader.loadIcon("view_detailed", KIcon::Small, 0, return m_loader.loadIcon("view_detailed", TDEIcon::Small, 0,
false); false);
case TabFileTree: case TabFileTree:
return m_loader.loadIcon("view_tree", KIcon::Small, 0, return m_loader.loadIcon("view_tree", TDEIcon::Small, 0,
false); false);
case TabList: case TabList:
return m_loader.loadIcon("tab_list", KIcon::Small, 0, return m_loader.loadIcon("tab_list", TDEIcon::Small, 0,
false); false);
case ButtonSaveAs: case ButtonSaveAs:
return m_loader.loadIcon("filesaveas", KIcon::Toolbar, return m_loader.loadIcon("filesaveas", TDEIcon::Toolbar,
0, false); 0, false);
case ButtonZoomIn: case ButtonZoomIn:
return m_loader.loadIcon("viewmag+", KIcon::Toolbar, return m_loader.loadIcon("viewmag+", TDEIcon::Toolbar,
0, false); 0, false);
case ButtonZoomOut: case ButtonZoomOut:
return m_loader.loadIcon("viewmag-", KIcon::Toolbar, return m_loader.loadIcon("viewmag-", TDEIcon::Toolbar,
0, false); 0, false);
case ButtonRotate: case ButtonRotate:
return m_loader.loadIcon("rotate", KIcon::Toolbar, return m_loader.loadIcon("rotate", TDEIcon::Toolbar,
0, false); 0, false);
case ButtonPref: case ButtonPref:
return m_loader.loadIcon("configure", KIcon::Toolbar, return m_loader.loadIcon("configure", TDEIcon::Toolbar,
0, false); 0, false);
case CalledTree: case CalledTree:
return m_loader.loadIcon("called_tree", KIcon::Toolbar, return m_loader.loadIcon("called_tree", TDEIcon::Toolbar,
0, false); 0, false);
case CallingTree: case CallingTree:
return m_loader.loadIcon("calling_tree", KIcon::Toolbar, return m_loader.loadIcon("calling_tree", TDEIcon::Toolbar,
0, false); 0, false);
case CallGraph: case CallGraph:
return m_loader.loadIcon("call_graph", KIcon::Toolbar, return m_loader.loadIcon("call_graph", TDEIcon::Toolbar,
0, false); 0, false);
} }

@ -38,7 +38,7 @@
* Handles all pixmaps required by KScope. * Handles all pixmaps required by KScope.
* There are two types of pixmaps: embedded, i.e., pixmaps whose pixels are * There are two types of pixmaps: embedded, i.e., pixmaps whose pixels are
* given by static two-dimensional arrays, and loadable, which are retrieved * given by static two-dimensional arrays, and loadable, which are retrieved
* through the KIconLoader mechanism. * through the TDEIconLoader mechanism.
* The application uses a single global instance of this class. * The application uses a single global instance of this class.
* @author Elad Lahav * @author Elad Lahav
*/ */
@ -69,7 +69,7 @@ private:
TQPixmap** m_pPixArray; TQPixmap** m_pPixArray;
/** An icon loader used to retrieve pixmaps through the KDE mechanism. */ /** An icon loader used to retrieve pixmaps through the KDE mechanism. */
KIconLoader m_loader; TDEIconLoader m_loader;
}; };
extern KScopePixmaps& Pixmaps(); extern KScopePixmaps& Pixmaps();

@ -77,7 +77,7 @@
<Separator/> <Separator/>
<Action name="query_close"/> <Action name="query_close"/>
</Menu> </Menu>
<Menu name="ktexteditor_popup"> <Menu name="tdetexteditor_popup">
<Merge/> <Merge/>
<Menu name="cscope"><text>Cscope</text> <Menu name="cscope"><text>Cscope</text>
<Action name="cscope_references"/> <Action name="cscope_references"/>

@ -25,9 +25,9 @@
* *
***************************************************************************/ ***************************************************************************/
#include <kcmdlineargs.h> #include <tdecmdlineargs.h>
#include <kaboutdata.h> #include <tdeaboutdata.h>
#include <klocale.h> #include <tdelocale.h>
#include "kscope.h" #include "kscope.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"
@ -36,13 +36,13 @@ static const char *description =
I18N_NOOP("KScope\nA source-editing environment for KDE, based on " I18N_NOOP("KScope\nA source-editing environment for KDE, based on "
"Cscope"); "Cscope");
static KCmdLineOptions options[] = static TDECmdLineOptions options[] =
{ {
{ "+[CSCOPE.OUT path]", { "+[CSCOPE.OUT path]",
I18N_NOOP("Opens a cscope.out file in a temporary project"), 0 }, I18N_NOOP("Opens a cscope.out file in a temporary project"), 0 },
{ "+[CSCOPE.PROJ path | KScope project directory path]", { "+[CSCOPE.PROJ path | KScope project directory path]",
I18N_NOOP("Opens a KScope project"), 0 }, I18N_NOOP("Opens a KScope project"), 0 },
KCmdLineLastOption TDECmdLineLastOption
}; };
/** /**
@ -55,8 +55,8 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
// Create the "About" dialogue // Create the "About" dialogue
KAboutData aboutData( "kscope", I18N_NOOP("KScope"), TDEAboutData aboutData( "kscope", I18N_NOOP("KScope"),
VERSION, description, KAboutData::License_BSD, VERSION, description, TDEAboutData::License_BSD,
"(c) 2003-2007, Elad Lahav", 0, "http://kscope.sourceforge.net", "(c) 2003-2007, Elad Lahav", 0, "http://kscope.sourceforge.net",
"elad_lahav@users.sf.net"); "elad_lahav@users.sf.net");
aboutData.addAuthor("Elad Lahav", "Developer", aboutData.addAuthor("Elad Lahav", "Developer",
@ -67,14 +67,14 @@ int main(int argc, char *argv[])
"feketgai@index.hu"); "feketgai@index.hu");
// Initialise command-line argument parsing // Initialise command-line argument parsing
KCmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::init(argc, argv, &aboutData);
KCmdLineArgs::addCmdLineOptions(options); TDECmdLineArgs::addCmdLineOptions(options);
// Parse command line arguments // Parse command line arguments
KCmdLineArgs* pArgs = KCmdLineArgs::parsedArgs(); TDECmdLineArgs* pArgs = TDECmdLineArgs::parsedArgs();
// Create the main window // Create the main window
KApplication a; TDEApplication a;
KScope* pKScope = new KScope(); KScope* pKScope = new KScope();
a.setMainWidget(pKScope); a.setMainWidget(pKScope);

@ -29,8 +29,8 @@
#include <ktextbrowser.h> #include <ktextbrowser.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <klocale.h> #include <tdelocale.h>
#include "makedlg.h" #include "makedlg.h"
#include "makefrontend.h" #include "makefrontend.h"
#include "queryview.h" #include "queryview.h"

@ -32,8 +32,8 @@
#include <ntqtextedit.h> #include <ntqtextedit.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <klineedit.h> #include <klineedit.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <klocale.h> #include <tdelocale.h>
#include "newprojectdlg.h" #include "newprojectdlg.h"
/** /**

@ -26,14 +26,14 @@
***************************************************************************/ ***************************************************************************/
#include <ntqlayout.h> #include <ntqlayout.h>
#include <klocale.h> #include <tdelocale.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <klineedit.h> #include <klineedit.h>
#include <ntqcheckbox.h> #include <ntqcheckbox.h>
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kfontrequester.h> #include <tdefontrequester.h>
#include "preferencesdlg.h" #include "preferencesdlg.h"
#include "preffrontend.h" #include "preffrontend.h"
#include "prefcolor.h" #include "prefcolor.h"
@ -62,29 +62,29 @@ PreferencesDlg::PreferencesDlg(uint nPage, TQWidget* pParent,
// Create and add the "Frontend" page // Create and add the "Frontend" page
pFrame = addPage(i18n("Programmes"), pFrame = addPage(i18n("Programmes"),
i18n("Paths to back-end programmes"), i18n("Paths to back-end programmes"),
KGlobal::iconLoader()->loadIcon("run", KIcon::Panel, 0, false)); TDEGlobal::iconLoader()->loadIcon("run", TDEIcon::Panel, 0, false));
pLayout = new TQVBoxLayout(pFrame, 0, 0); pLayout = new TQVBoxLayout(pFrame, 0, 0);
m_pPrefFrontend = new PrefFrontend(pFrame); m_pPrefFrontend = new PrefFrontend(pFrame);
pLayout->addWidget(m_pPrefFrontend); pLayout->addWidget(m_pPrefFrontend);
// Create and add the "Colours" page // Create and add the "Colours" page
pFrame = addPage(i18n("Colours"), i18n("Window colours"), pFrame = addPage(i18n("Colours"), i18n("Window colours"),
KGlobal::iconLoader()->loadIcon("colors", KIcon::Panel, 0, false)); TDEGlobal::iconLoader()->loadIcon("colors", TDEIcon::Panel, 0, false));
pLayout = new TQVBoxLayout(pFrame, 0, 0); pLayout = new TQVBoxLayout(pFrame, 0, 0);
m_pPrefColor = new PrefColor(pFrame); m_pPrefColor = new PrefColor(pFrame);
pLayout->addWidget(m_pPrefColor); pLayout->addWidget(m_pPrefColor);
// Create and add the "Fonts" page // Create and add the "Fonts" page
pFrame = addPage(i18n("Fonts"), i18n("Window fonts"), pFrame = addPage(i18n("Fonts"), i18n("Window fonts"),
KGlobal::iconLoader()->loadIcon("fonts", KIcon::Panel, 0, false)); TDEGlobal::iconLoader()->loadIcon("fonts", TDEIcon::Panel, 0, false));
pLayout = new TQVBoxLayout(pFrame, 0, 0); pLayout = new TQVBoxLayout(pFrame, 0, 0);
m_pPrefFont = new PrefFont(pFrame); m_pPrefFont = new PrefFont(pFrame);
pLayout->addWidget(m_pPrefFont); pLayout->addWidget(m_pPrefFont);
// Create and add the "Options" page // Create and add the "Options" page
pFrame = addPage(i18n("Options"), i18n("Misc. Options"), pFrame = addPage(i18n("Options"), i18n("Misc. Options"),
KGlobal::iconLoader()->loadIcon("package_settings", TDEGlobal::iconLoader()->loadIcon("package_settings",
KIcon::Panel, 0, false)); TDEIcon::Panel, 0, false));
pLayout = new TQVBoxLayout(pFrame, 0, 0); pLayout = new TQVBoxLayout(pFrame, 0, 0);
m_pPrefOpt = new PrefOpt(pFrame); m_pPrefOpt = new PrefOpt(pFrame);
pLayout->addWidget(m_pPrefOpt); pLayout->addWidget(m_pPrefOpt);

@ -27,8 +27,8 @@
#include <ntqlistview.h> #include <ntqlistview.h>
#include <ntqpainter.h> #include <ntqpainter.h>
#include <kfontdialog.h> #include <tdefontdialog.h>
#include <klocale.h> #include <tdelocale.h>
#include "preffont.h" #include "preffont.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"
@ -165,7 +165,7 @@ void PrefFont::slotItemSelected(TQListViewItem* pItem)
pFontItem = (FontListItem*)pItem; pFontItem = (FontListItem*)pItem;
font = pFontItem->getFont(); font = pFontItem->getFont();
if (KFontDialog::getFont(font) == TQDialog::Accepted) { if (TDEFontDialog::getFont(font) == TQDialog::Accepted) {
pFontItem->setFont(font); pFontItem->setFont(font);
emit modified(); emit modified();
} }

@ -30,7 +30,7 @@
#include <kurlrequester.h> #include <kurlrequester.h>
#include <klineedit.h> #include <klineedit.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <klocale.h> #include <tdelocale.h>
#include "preffrontend.h" #include "preffrontend.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"
#include "configfrontend.h" #include "configfrontend.h"

@ -28,8 +28,8 @@
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <klocale.h> #include <tdelocale.h>
#include "project.h" #include "project.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"
#include "cscopefrontend.h" #include "cscopefrontend.h"
@ -103,7 +103,7 @@ bool Project::open(const TQString& sPath)
m_fiFileList.setName(sPath + "/cscope.files"); m_fiFileList.setName(sPath + "/cscope.files");
// Open the configuration files // Open the configuration files
m_pConf = new KConfig(sPath + "/cscope.proj"); m_pConf = new TDEConfig(sPath + "/cscope.proj");
// Verify the configuration file's version is compatible // Verify the configuration file's version is compatible
m_pConf->setGroup(""); m_pConf->setGroup("");
@ -402,7 +402,7 @@ bool Project::create(const TQString& sName, const TQString& sPath,
const Options& opt) const Options& opt)
{ {
// Prepare the project's files // Prepare the project's files
KConfig conf(sPath + "/cscope.proj"); TDEConfig conf(sPath + "/cscope.proj");
// Write the configuration file version // Write the configuration file version
conf.setGroup(""); conf.setGroup("");
@ -420,7 +420,7 @@ bool Project::create(const TQString& sName, const TQString& sPath,
return true; return true;
} }
void Project::writeOptions(KConfig* pConf, const Options& opt) void Project::writeOptions(TDEConfig* pConf, const Options& opt)
{ {
pConf->setGroup("Project"); pConf->setGroup("Project");
pConf->writeEntry("RootPath", opt.sSrcRootPath); pConf->writeEntry("RootPath", opt.sSrcRootPath);

@ -76,7 +76,7 @@ public:
private: private:
/** The configuration file ("cscope.proj") */ /** The configuration file ("cscope.proj") */
KConfig* m_pConf; TDEConfig* m_pConf;
/** The file that holds the paths of all source files in this project /** The file that holds the paths of all source files in this project
("cscope.files") */ ("cscope.files") */
@ -86,7 +86,7 @@ private:
TQString m_sMakeRoot; TQString m_sMakeRoot;
static void writeOptions(KConfig*, const Options&); static void writeOptions(TDEConfig*, const Options&);
}; };
#endif #endif

@ -31,7 +31,7 @@
#include <ntqstringlist.h> #include <ntqstringlist.h>
#include <ntqdir.h> #include <ntqdir.h>
#include <ntqfile.h> #include <ntqfile.h>
#include <kconfig.h> #include <tdeconfig.h>
#define DEF_IS_KERNEL false #define DEF_IS_KERNEL false
#define DEF_INV_INDEX true #define DEF_INV_INDEX true

@ -29,9 +29,9 @@
#include <ntqlistview.h> #include <ntqlistview.h>
#include <ntqlineedit.h> #include <ntqlineedit.h>
#include <ntqregexp.h> #include <ntqregexp.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include "projectfilesdlg.h" #include "projectfilesdlg.h"
#include "dirscanner.h" #include "dirscanner.h"
#include "scanprogressdlg.h" #include "scanprogressdlg.h"

@ -25,8 +25,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <klocale.h> #include <tdelocale.h>
#include "projectmanager.h" #include "projectmanager.h"
#include "project.h" #include "project.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"

@ -26,7 +26,7 @@
***************************************************************************/ ***************************************************************************/
#include <ntqfile.h> #include <ntqfile.h>
#include <klocale.h> #include <tdelocale.h>
#include "querypage.h" #include "querypage.h"
#include "queryview.h" #include "queryview.h"
#include "queryviewdriver.h" #include "queryviewdriver.h"

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <klocale.h> #include <tdelocale.h>
#include "queryresultsmenu.h" #include "queryresultsmenu.h"
/** /**

@ -27,7 +27,7 @@
#include <ntqapplication.h> #include <ntqapplication.h>
#include <ntqclipboard.h> #include <ntqclipboard.h>
#include <klocale.h> #include <tdelocale.h>
#include "queryview.h" #include "queryview.h"
#include "queryresultsmenu.h" #include "queryresultsmenu.h"
#include "queryviewdlg.h" #include "queryviewdlg.h"

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <klocale.h> #include <tdelocale.h>
#include "queryviewdriver.h" #include "queryviewdriver.h"
#include "queryview.h" #include "queryview.h"

@ -27,8 +27,8 @@
#include <ntqtoolbutton.h> #include <ntqtoolbutton.h>
#include <ntqtooltip.h> #include <ntqtooltip.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include "querywidget.h" #include "querywidget.h"
#include "kscopepixmaps.h" #include "kscopepixmaps.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"
@ -385,7 +385,7 @@ void QueryWidget::selectActiveHistory()
* @param pMenu Pointer to the popup menu * @param pMenu Pointer to the popup menu
* @param pAction Pointer to the "Lock/Unlock" toggle action * @param pAction Pointer to the "Lock/Unlock" toggle action
*/ */
void QueryWidget::setPageMenu(TQPopupMenu* pMenu, KToggleAction* pAction) void QueryWidget::setPageMenu(TQPopupMenu* pMenu, TDEToggleAction* pAction)
{ {
m_pPageMenu = pMenu; m_pPageMenu = pMenu;
m_pLockAction = pAction; m_pLockAction = pAction;

@ -30,7 +30,7 @@
#include <ntqlistview.h> #include <ntqlistview.h>
#include <ntqpopupmenu.h> #include <ntqpopupmenu.h>
#include <kaction.h> #include <tdeaction.h>
#include "querywidgetlayout.h" #include "querywidgetlayout.h"
#include "tabwidget.h" #include "tabwidget.h"
#include "querypage.h" #include "querypage.h"
@ -57,7 +57,7 @@ public:
void savePages(const TQString&, TQStringList&); void savePages(const TQString&, TQStringList&);
void addHistoryRecord(const TQString&, uint, const TQString&); void addHistoryRecord(const TQString&, uint, const TQString&);
void selectActiveHistory(); void selectActiveHistory();
void setPageMenu(TQPopupMenu*, KToggleAction*); void setPageMenu(TQPopupMenu*, TDEToggleAction*);
void getBookmarks(FileLocationList&); void getBookmarks(FileLocationList&);
/** /**
@ -99,7 +99,7 @@ private:
TQPopupMenu* m_pPageMenu; TQPopupMenu* m_pPageMenu;
/** A toggle-like action for changing the locked state of a query. */ /** A toggle-like action for changing the locked state of a query. */
KToggleAction* m_pLockAction; TDEToggleAction* m_pLockAction;
/** The active history page. */ /** The active history page. */
HistoryPage* m_pHistPage; HistoryPage* m_pHistPage;

@ -27,7 +27,7 @@
#include <ntqlabel.h> #include <ntqlabel.h>
#include <ntqpushbutton.h> #include <ntqpushbutton.h>
#include <klocale.h> #include <tdelocale.h>
#include "scanprogressdlg.h" #include "scanprogressdlg.h"
/** /**

@ -26,7 +26,7 @@
***************************************************************************/ ***************************************************************************/
#include <ntqtimer.h> #include <ntqtimer.h>
#include <klocale.h> #include <tdelocale.h>
#include "symbolcompletion.h" #include "symbolcompletion.h"
bool SymbolCompletion::s_bACEnabled; bool SymbolCompletion::s_bACEnabled;

@ -30,8 +30,8 @@
#include <ntqobject.h> #include <ntqobject.h>
#include <ntqregexp.h> #include <ntqregexp.h>
#include <ktexteditor/codecompletioninterface.h> #include <tdetexteditor/codecompletioninterface.h>
#include <ktexteditor/view.h> #include <tdetexteditor/view.h>
#include "cscopefrontend.h" #include "cscopefrontend.h"
/** /**

@ -32,7 +32,7 @@
#include <ntqcheckbox.h> #include <ntqcheckbox.h>
#include <ntqgroupbox.h> #include <ntqgroupbox.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <klocale.h> #include <tdelocale.h>
#include "symboldlg.h" #include "symboldlg.h"
#include "cscopefrontend.h" #include "cscopefrontend.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"

@ -26,7 +26,7 @@
***************************************************************************/ ***************************************************************************/
#include <ntqtooltip.h> #include <ntqtooltip.h>
#include <klocale.h> #include <tdelocale.h>
#include "tabwidget.h" #include "tabwidget.h"
#include "kscopepixmaps.h" #include "kscopepixmaps.h"

Loading…
Cancel
Save