Additional renaming of kde to tde

feat/lzip-support
Timothy Pearson 13 years ago
parent 9d229a0110
commit e4312018d8

8
FAQ

@ -139,7 +139,7 @@ Installation FAQ
you only need the C-compliler gcc when you compile Krusader from source
(see the next question).
Here is a list of the required shared libraries when you run Krusader:
* kdelibs (for the required KDE version see the Installation_procedure)
* tdelibs (for the required KDE version see the Installation_procedure)
* libacl1 libart-2.0 libattr1 libaudio2 libc6 libfam0 libfontconfig1
* libfreetype6 libgcc1 libgcc2 libice6 libidn11 libjpeg62 libkjsembed1
* libkonq4 libpcre3 libpng12 libqt3-mt libsm6 libstdc++6 libunwind7
@ -155,7 +155,7 @@ Installation FAQ
been tested)
* autoconf automake XFree
* libqt3 libqt-devel
* kdelibs kdelibs-devel
* tdelibs tdelibs-devel
* libjpeg62 libjpeg-devel libpng3 libmng1
* fam libfam-devel
* zlib1 arts libart_lgpl2 libstdc++5 libpcre0
@ -164,7 +164,7 @@ Installation FAQ
right-click menu entries.
Most RPM-based distributions separate the headers from the libs. The
headers are needed to compile Krusader. Look for packages in the form foo-
devel-*.rpm (e.g. kdelibs-devel-foo.i586.rpm) or foo-dev-*.deb for Debian<61>
devel-*.rpm (e.g. tdelibs-devel-foo.i586.rpm) or foo-dev-*.deb for Debian<61>
based distributions. These are usually included with your distribution.
**** Tip ****
If you ca not find the needed package, use rpmfind and click 'missing lib
@ -673,7 +673,7 @@ General FAQ
**** Note ****
If possible, try to do the same operation with Konqueror or another KDE
application. If you encounter the same problem then it is possibly a
KIOSlaves or KDE (kdelibs) bug, and not a Krusader bug. Krusader uses the
KIOSlaves or KDE (tdelibs) bug, and not a Krusader bug. Krusader uses the
KDE libraries and the KIOSlaves for many operations. In some cases you can
encounter problems if your distribution is incorrectly configured, please
test it first as explained above.

@ -534,7 +534,7 @@ recent version of Krusader:
2. Install the Apple®_X11_SDK developer-tools with X11 headers (gcc is
included)
3. Install the fink-base
4. Compile kdelibs 3.4.1 or higher (fink provides the necessary .info files)
4. Compile tdelibs 3.4.1 or higher (fink provides the necessary .info files)
5. Compile the Krusader-tarball or follow steps 2 and 3 of the previous
section if a recent Krusader-package e.g. krusader-1.70.0.fink.darwin-
ppc.tar.bz2 is available

@ -1,5 +1,5 @@
<?xml version = '1.0'?>
<kdevelop>
<tdevelop>
<general>
<author>Shie Erlich and Rafi Yanai</author>
<email/>
@ -210,4 +210,4 @@
<usermanualurl/>
</projectdoc>
</kdevdocumentation>
</kdevelop>
</tdevelop>

@ -1,4 +1,4 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
# the condition for this is found in configure.in.in
if with_tar
@ -13,7 +13,7 @@ SUBDIRS = krusader po pics doc krArc $(ISODIR) virt $(TARDIR)
EXTRA_DIST = krusader.kdevprj admin AUTHORS COPYING ChangeLog INSTALL README TODO krusader.lsm krusader.spec
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign

@ -23,8 +23,8 @@ dnl IMPORTANT NOTE:
dnl Please do not modify this file unless you expect your modifications to be
dnl carried into every other module in the repository.
dnl
dnl Single-module modifications are best placed in configure.in for kdelibs
dnl and kdebase or configure.in.in if present.
dnl Single-module modifications are best placed in configure.in for tdelibs
dnl and tdebase or configure.in.in if present.
# KDE_PATH_X_DIRECT
dnl Internal subroutine of AC_PATH_X.
@ -103,41 +103,41 @@ ac_x_libraries=],
[LIBS="$ac_save_LIBS"
# First see if replacing the include by lib works.
# 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}/` \
/usr/X11/lib${kdelibsuff} \
/usr/X11R6/lib${kdelibsuff} \
/usr/X11R5/lib${kdelibsuff} \
/usr/X11R4/lib${kdelibsuff} \
for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${tdelibsuff}/` \
/usr/X11/lib${tdelibsuff} \
/usr/X11R6/lib${tdelibsuff} \
/usr/X11R5/lib${tdelibsuff} \
/usr/X11R4/lib${tdelibsuff} \
\
/usr/lib${kdelibsuff}/X11 \
/usr/lib${kdelibsuff}/X11R6 \
/usr/lib${kdelibsuff}/X11R5 \
/usr/lib${kdelibsuff}/X11R4 \
/usr/lib${tdelibsuff}/X11 \
/usr/lib${tdelibsuff}/X11R6 \
/usr/lib${tdelibsuff}/X11R5 \
/usr/lib${tdelibsuff}/X11R4 \
\
/usr/local/X11/lib${kdelibsuff} \
/usr/local/X11R6/lib${kdelibsuff} \
/usr/local/X11R5/lib${kdelibsuff} \
/usr/local/X11R4/lib${kdelibsuff} \
/usr/local/X11/lib${tdelibsuff} \
/usr/local/X11R6/lib${tdelibsuff} \
/usr/local/X11R5/lib${tdelibsuff} \
/usr/local/X11R4/lib${tdelibsuff} \
\
/usr/local/lib${kdelibsuff}/X11 \
/usr/local/lib${kdelibsuff}/X11R6 \
/usr/local/lib${kdelibsuff}/X11R5 \
/usr/local/lib${kdelibsuff}/X11R4 \
/usr/local/lib${tdelibsuff}/X11 \
/usr/local/lib${tdelibsuff}/X11R6 \
/usr/local/lib${tdelibsuff}/X11R5 \
/usr/local/lib${tdelibsuff}/X11R4 \
\
/usr/X386/lib${kdelibsuff} \
/usr/x386/lib${kdelibsuff} \
/usr/XFree86/lib${kdelibsuff}/X11 \
/usr/X386/lib${tdelibsuff} \
/usr/x386/lib${tdelibsuff} \
/usr/XFree86/lib${tdelibsuff}/X11 \
\
/usr/lib${kdelibsuff} \
/usr/local/lib${kdelibsuff} \
/usr/unsupported/lib${kdelibsuff} \
/usr/athena/lib${kdelibsuff} \
/usr/local/x11r5/lib${kdelibsuff} \
/usr/lpp/Xamples/lib${kdelibsuff} \
/lib/usr/lib${kdelibsuff}/X11 \
/usr/lib${tdelibsuff} \
/usr/local/lib${tdelibsuff} \
/usr/unsupported/lib${tdelibsuff} \
/usr/athena/lib${tdelibsuff} \
/usr/local/x11r5/lib${tdelibsuff} \
/usr/lpp/Xamples/lib${tdelibsuff} \
/lib/usr/lib${tdelibsuff}/X11 \
\
/usr/openwin/lib${kdelibsuff} \
/usr/openwin/share/lib${kdelibsuff} \
/usr/openwin/lib${tdelibsuff} \
/usr/openwin/share/lib${tdelibsuff} \
; \
do
dnl Don't even attempt the hair of trying to link an X program!
@ -378,7 +378,7 @@ if AC_TRY_EVAL(ac_link) && test -s conftest; then
else
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
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.])
fi
@ -937,7 +937,7 @@ mips-sgi-irix6*)
ac_x_includes="."
fi
if test -z "$ac_x_libraries"; then
ac_x_libraries="/usr/lib${kdelibsuff}"
ac_x_libraries="/usr/lib${tdelibsuff}"
fi
esac
#from now on we use our own again
@ -1418,7 +1418,7 @@ qt_includes=""
AC_ARG_WITH(qt-dir,
AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]),
[ ac_qt_includes="$withval"/include
ac_qt_libraries="$withval"/lib${kdelibsuff}
ac_qt_libraries="$withval"/lib${tdelibsuff}
ac_qt_bindir="$withval"/bin
])
@ -1459,7 +1459,7 @@ ac_qt_includes="$qt_incdir"
qt_libdirs=""
for dir in $kde_qt_dirs; do
qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir"
qt_libdirs="$qt_libdirs $dir/lib${tdelibsuff} $dir"
done
qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries"
if test ! "$ac_qt_libraries" = "NO"; then
@ -1644,11 +1644,11 @@ rm -f actest.ui actest.cpp
AC_MSG_RESULT([$kde_cv_uic_plugins])
if test "$kde_cv_uic_plugins" != yes; then
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
this configure is not the same version you used to compile kdelibs.
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
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 tdelibs.
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
configuration settings.
])
@ -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!])
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}/trinity /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/trinity/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}"
test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs"
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}/trinity /usr/lib${tdelibsuff} /usr/X11R6/lib${tdelibsuff} /usr/local/lib${tdelibsuff} /opt/trinity/lib${tdelibsuff} /opt/kde/lib${tdelibsuff} /usr/X11R6/kde/lib${tdelibsuff}"
test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${tdelibsuff} $KDEDIR $kde_libdirs"
kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir)
ac_kde_libraries="$kde_libdir"
@ -1824,7 +1824,7 @@ fi
if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/trinity/plugins/designer/kdewidgets.la"; then
AC_MSG_ERROR([
I can't find the designer plugins. These are required and should have been installed
by kdelibs])
by tdelibs])
fi
if test -n "$kde_widgetdir"; then
@ -1839,7 +1839,7 @@ else
ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
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"
@ -3502,9 +3502,9 @@ AC_DEFUN([KDE_CHECK_LIB64],
AC_ARG_ENABLE(libsuffix,
AC_HELP_STRING([--enable-libsuffix],
[/lib directory suffix (64,32,none,auto[=default])]),
kdelibsuff=$enableval, kdelibsuff="auto")
tdelibsuff=$enableval, tdelibsuff="auto")
if test "$kdelibsuff" = "auto"; then
if test "$tdelibsuff" = "auto"; then
cat > conftest.c << EOF
#include <stdio.h>
@ -3512,26 +3512,26 @@ int main() {
return 0;
}
EOF
kdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out |sed -ne '/libc.so/{
tdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out |sed -ne '/libc.so/{
s,.*/lib\([[^\/]]*\)/.*,\1,
p
}'`
rm -rf conftest.*
fi
if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then
kdelibsuff=
if test "$tdelibsuff" = "no" || test "$tdelibsuff" = "none"; then
tdelibsuff=
fi
if test -z "$kdelibsuff"; then
if test -z "$tdelibsuff"; then
AC_MSG_RESULT([not using lib directory suffix])
AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories)
else
if test "$libdir" = '${exec_prefix}/lib'; then
libdir="$libdir${kdelibsuff}"
libdir="$libdir${tdelibsuff}"
AC_SUBST([libdir], ["$libdir"]) dnl ugly hack for lib64 platforms
fi
AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${kdelibsuff}"], Suffix for lib directories)
AC_MSG_RESULT([using lib directory suffix $kdelibsuff])
AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${tdelibsuff}"], Suffix for lib directories)
AC_MSG_RESULT([using lib directory suffix $tdelibsuff])
fi
])
@ -4556,7 +4556,7 @@ fi
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)
if test ! -r $python_libdir/libpython$version.so; then
AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir)
@ -4946,7 +4946,7 @@ AC_DEFUN([KDE_CONF_FILES],
AC_SUBST(CONF_FILES)
])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 It only looks at --prefix, KDEDIR and falls back to /usr/local/kde
AC_DEFUN([KDE_SET_PREFIX_CORE],
@ -4993,9 +4993,9 @@ AC_DEFUN([KDE_SET_PREFIX],
kde_libs_prefix=`$KDECONFIG --prefix`
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 won't work. Please recompile kdelibs for the new prefix.
This won't work. Please recompile tdelibs for the new prefix.
])
fi
kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
@ -5660,7 +5660,7 @@ ssl_includes=""
AC_ARG_WITH(ssl-dir,
AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]),
[ ac_ssl_includes="$withval"/include
ac_ssl_libraries="$withval"/lib$kdelibsuff
ac_ssl_libraries="$withval"/lib$tdelibsuff
])
want_ssl=yes
@ -5680,7 +5680,7 @@ AC_CACHE_VAL(ac_cv_have_ssl,
AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, 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
ssl_libdirs="$ac_ssl_libraries $ssl_libdirs"
fi
@ -5917,9 +5917,9 @@ dnl defines KSTUFF_LIBS, KSTUFF_CFLAGS, see pkg-config man page
dnl also defines KSTUFF_PKG_ERRORS on error
AC_DEFUN([KDE_PKG_CHECK_MODULES], [
PKG_CONFIG_PATH="$prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
PKG_CONFIG_PATH="$prefix/lib${tdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
if test "$prefix" != "$kde_libs_prefix"; then
PKG_CONFIG_PATH="$kde_libs_prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
PKG_CONFIG_PATH="$kde_libs_prefix/lib${tdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
fi
export PKG_CONFIG_PATH
PKG_CHECK_MODULES([$1],[$2],[$3],[$4])

@ -162,12 +162,12 @@ dnl PACKAGE set before
# It can be used to add a name to a release. If commented out only VERSION is used, see main.cpp
AH_BOTTOM([#define RELEASE_NAME "Power Stone"])
dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
dnl CFLAGS="$NOOPT_CFLAGS" dnl __kdevelop[noopt]__
dnl CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" dnl __kdevelop[exc]__
dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __tdevelop[noopt]__
dnl CFLAGS="$NOOPT_CFLAGS" dnl __tdevelop[noopt]__
dnl CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" dnl __tdevelop[exc]__
dnl KDE_NEED_FLEX dnl __kdevelop__
dnl AC_PROG_YACC dnl __kdevelop__
dnl KDE_NEED_FLEX dnl __tdevelop__
dnl AC_PROG_YACC dnl __tdevelop__
CPPFLAGS="$CPPFLAGS -D_LARGEFILE64_SOURCE -DKDE_NO_COMPAT -DQT_NO_ASCII_CAST"

@ -111,12 +111,12 @@ AM_INIT_AUTOMAKE(krusader,1.90.0)
# It can be used to add a name to a release. If commented out only VERSION is used, see main.cpp
AH_BOTTOM([#define RELEASE_NAME "Power Stone"])
dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
dnl CFLAGS="$NOOPT_CFLAGS" dnl __kdevelop[noopt]__
dnl CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" dnl __kdevelop[exc]__
dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __tdevelop[noopt]__
dnl CFLAGS="$NOOPT_CFLAGS" dnl __tdevelop[noopt]__
dnl CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" dnl __tdevelop[exc]__
dnl KDE_NEED_FLEX dnl __kdevelop__
dnl AC_PROG_YACC dnl __kdevelop__
dnl KDE_NEED_FLEX dnl __tdevelop__
dnl AC_PROG_YACC dnl __tdevelop__
CPPFLAGS="$CPPFLAGS -D_LARGEFILE64_SOURCE -DKDE_NO_COMPAT -DQT_NO_ASCII_CAST"

@ -1,4 +1,4 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
SUBDIRS = en ru pics
@ -11,5 +11,5 @@ install-data-local:
uninstall-local:
-rm -f $(DESTDIR)$(mandir)/man1/krusader.1
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############

@ -1,9 +1,9 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
EXTRA_DIST = archives.docbook editors-note.docbook java.docbook profiles.docbook user-interface.docbook bookmarks.docbook more.docbook faq.docbook keyboard.docbook release-overview.docbook using-krusader.docbook checksum.docbook features.docbook konfigurator.docbook remote-connections.docbook vfs.docbook commands.docbook glossary.docbook krusader-tools.docbook search.docbook viewer-editor.docbook compare.docbook help.docbook locate.docbook splitter.docbook configuration-files.docbook index.docbook mount.docbook synchronizer.docbook credits.docbook installation.docbook mouse.docbook useractions.docbook diskusage.docbook introduction.docbook occupied-space.docbook useraction-xml.docbook
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############
KDE_LANG = en
KDE_DOCS = krusader

@ -221,7 +221,7 @@
<guimenuitem>Manage Bookmarks</guimenuitem>,
&keditbookmarks; will be displayed. This is where
you can edit/remove and rearrange the bookmarks.
&keditbookmarks; (part of the kdebase package) is a
&keditbookmarks; (part of the tdebase package) is a
bookmark editor for &konqueror;,
&krusader; and other applications, which use the
&xbel-url; standard for the bookmark format. The

@ -200,7 +200,7 @@
<listitem>
<para>Compares two current files by content - one from
each panel via an external graphical diff utility. By
default &kompare; (part of the kdebase
default &kompare; (part of the tdebase
package) is used, but you can also use &eg;
&xxdiff-url; or &kdiff3-url; ,
change it in the

@ -54,7 +54,7 @@
<title>Installation &FAQ;</title>
<qandaset>
<qandaentry>
<question id="faqi_kdelibs">
<question id="faqi_tdelibs">
<para>Does &krusader; need &kde; to
run?</para>
</question>
@ -91,9 +91,9 @@
&krusader; uses the &kde;
&kioslaves1-url; to access remote file
systems, and support for only a limited number of file
system types are shipped with &kdelibs-url;,
system types are shipped with &tdelibs-url;,
most of the &kioslaves2-url; are bundled with
&kdebase-url; (including fish, sftp and tar).
&tdebase-url; (including fish, sftp and tar).
However, if you want the property-dialog to show
EXIF-data for .jpeg's, you need &kde;graphics.
If you want ID3-infos, you need
@ -129,7 +129,7 @@
<para>
<itemizedlist>
<listitem>
<para>kdelibs (for the required &kde;
<para>tdelibs (for the required &kde;
version see the &install-proc-lnk;)</para>
</listitem>
<listitem>
@ -178,7 +178,7 @@
<para>libqt3 libqt-devel</para>
</listitem>
<listitem>
<para>kdelibs kdelibs-devel</para>
<para>tdelibs tdelibs-devel</para>
</listitem>
<listitem>
<para>libjpeg62 libjpeg-devel libpng3
@ -204,7 +204,7 @@
from the libs. The headers are needed to compile
&krusader;. Look for packages in the form
foo-devel-*.rpm (&eg;
<filename>kdelibs-devel-foo.i586.rpm</filename>) or
<filename>tdelibs-devel-foo.i586.rpm</filename>) or
foo-dev-*.deb for &debian; based
distributions. These are usually included with your
distribution.
@ -1478,7 +1478,7 @@
&konqueror; or another &kde;
application. If you encounter the same problem then it
is possibly a &kioslaves1-url; or
&kde; (kdelibs) bug, and not a
&kde; (tdelibs) bug, and not a
&krusader; bug. &krusader; uses
the &kde; libraries and the
&kioslaves2-url; for many operations. In

@ -50,7 +50,7 @@ files
http://groups.google.com/group/krusader-devel/browse_thread/thread/d102adec2edcfb47/e3ca0489310cc12e#e3ca0489310cc12e
-->
<!-- kdebase, kdeadmin, etc. Leave this unchanged if your application is not maintained in KDE CVS -->
<!-- tdebase, tdeadmin, etc. Leave this unchanged if your application is not maintained in KDE CVS -->
<!ENTITY package "kde-module">
<!-- internet links, Krusader -->
@ -172,11 +172,11 @@ http://groups.google.com/group/krusader-devel/browse_thread/thread/d102adec2edcf
<!ENTITY kde-apps-url '<ulink url="http://www.kde-apps.org/content/show.php?content=10214">KDE-APPS.org</ulink>'>
<!ENTITY rpm-org-url '<ulink url="http://www.rpm.org/">rpm.org</ulink>'>
<!ENTITY rpm-guide-url '<ulink url="http://fedora.redhat.com/docs/drafts/rpm-guide-en/">RPM Guide</ulink>'>
<!ENTITY kioslaves1-url '<ulink url="http://docs.kde.org/development/en/kdebase/kioslave/index.html">KIOSlaves</ulink>'>
<!ENTITY kioslaves1-url '<ulink url="http://docs.kde.org/development/en/tdebase/kioslave/index.html">KIOSlaves</ulink>'>
<!ENTITY kioslaves2-url '<ulink url="http://developer.kde.org/documentation/library/3.4-api/kio/html/index.html">KIOSlaves</ulink>'>
<!ENTITY kio-ipodslave-url '<ulink url="http://sourceforge.net/projects/kpod">KIOipod-slave</ulink>'>
<!ENTITY kdelibs-url '<ulink url="http://lxr.kde.org/source/kdelibs/kioslave">&kde;libs</ulink>'>
<!ENTITY kdebase-url '<ulink url="http://lxr.kde.org/source/kdebase/kioslave">&kde;base</ulink>'>
<!ENTITY tdelibs-url '<ulink url="http://lxr.kde.org/source/tdelibs/kioslave">&kde;libs</ulink>'>
<!ENTITY tdebase-url '<ulink url="http://lxr.kde.org/source/tdebase/kioslave">&kde;base</ulink>'>
<!ENTITY gnome-url '<ulink url="http://www.gnome.org"><application>GNOME</application></ulink>'>
<!ENTITY afterstep-url '<ulink url="http://www.afterstep.org/"><application>AfterStep</application></ulink>'>
<!ENTITY xfce-url '<ulink url="http://www.xfce.org/"><application>XFce</application></ulink>'>
@ -295,7 +295,7 @@ http://groups.google.com/group/krusader-devel/browse_thread/thread/d102adec2edcf
<!ENTITY krename '<application>Krename</application>'>
<!ENTITY kget '<application>kget</application>'>
<!ENTITY filelight '<application>Filelight</application>'>
<!ENTITY kdevelop '<application>Kdevelop</application>'>
<!ENTITY tdevelop '<application>Kdevelop</application>'>
<!ENTITY keditbookmarks '<application>KeditBookmarks</application>'>
<!ENTITY kwallet "<application>Kwallet</application>">

@ -538,12 +538,12 @@ Please don't use the <filename>/usr/local</filename> directory as it simply won'
for the compilation, please read the
&faq-lnk;.
<tip>
<para>If you install &kdevelop;, (almost)
<para>If you install &tdevelop;, (almost)
everything that you need to compile
&krusader; will be installed on your
computer. However, if you are not a developer, please
follow the instructions and do not use
&kdevelop; to compile
&tdevelop; to compile
&krusader;.</para>
</tip></para>
<para></para>
@ -974,7 +974,7 @@ make[1]: Leaving directory `/home/source/krusader_trinity'
<para>Install the fink-base</para>
</listitem>
<listitem>
<para>Compile kdelibs 3.4.1 or higher (fink provides the
<para>Compile tdelibs 3.4.1 or higher (fink provides the
necessary
<filename>.info</filename> files)</para>
</listitem>

@ -987,7 +987,7 @@ HTML_PARSING-->
<link linkend="list_panel">Media button</link>.
Choose this when the media protocol is buggy (in some
older &kde; versions) or if you have no
kdebase package installed on your system.</para>
tdebase package installed on your system.</para>
</listitem>
<listitem>
<para>
@ -1328,7 +1328,7 @@ HTML_PARSING-->
</tgroup>
</informaltable></para>
<tip>
<para>By default &kompare; (part of the kdebase
<para>By default &kompare; (part of the tdebase
package) is used as external diff utility but you can also
use your favorite diff utility &eg;
&xxdiff-url; or &kdiff3-url;, just fill

@ -1,4 +1,4 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
EXTRA_DIST = bookmanadd.png bookmanedit.png cmdline.png fnkeys.png kgstartup.png krusader1.png listpanel.png mainwindow.png mountman.png actionman.png search_advanced.png search_general.png terminalEmu.png toolbar.png tabbed_browsing.png krusader_title.png syncdir.png
@ -57,4 +57,4 @@ uninstall-local:
-rm -f $(DESTDIR)$(kde_htmldir)/en/krusader/tabbed_browsing.png
-rm -f $(DESTDIR)$(kde_htmldir)/en/krusader/krusader_title.png
-rm -f $(DESTDIR)$(kde_htmldir)/en/krusader/syncdir.png
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############

@ -1,9 +1,9 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
EXTRA_DIST = index.docbook help.docbook editors-note.docbook introduction.docbook features.docbook user-interface.docbook using-krusader.docbook commands.docbook keyboard.docbook mouse.docbook krusader-tools.docbook konfigurator.docbook faq.docbook credits.docbook installation.docbook configuration-files.docbook useraction-xml.docbook release-overview.docbook glossary.docbook
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############
KDE_LANG = ru
KDE_DOCS = krusader

@ -251,7 +251,7 @@
</term>
<listitem>
<para
>Compares two current files by content - one from each panel via an external graphical diff utility. By default &kompare; (part of the kdebase package) is used, but you can also use &eg; &xxdiff_url; or &kdiff3_url; , change it in the &konfigdependencie_lnk;. </para>
>Compares two current files by content - one from each panel via an external graphical diff utility. By default &kompare; (part of the tdebase package) is used, but you can also use &eg; &xxdiff_url; or &kdiff3_url; , change it in the &konfigdependencie_lnk;. </para>
</listitem>
</varlistentry>
<varlistentry id="multi_rename">

@ -65,7 +65,7 @@
<qandaset>
<qandaentry>
<question id="faqi_kdelibs">
<question id="faqi_tdelibs">
<para
>Нуждается ли &krusader; в &kde; ?</para>
</question>
@ -81,7 +81,7 @@
>.</para>
<!-- Empty line to make it more readable -->
<para
>Не волнуйтесь о судьбе зависимостей , если вы выберете &krusader;.Вы узнаете что &krusader; использует &kde; &kioslaves1_url; для получения доступа к удаленным файловым системам и поддерживает все файловые системы , которые доступны в &kdelibs_url; больше в &kioslaves2_url; или связаны с &kdebase_url;(включая fish, sftp и tar).Только... если диалог свойств показывает данные EXIF для .jpeg's, вы нуждаетесь в пакетах графики &kde; , если вы хотите видеть информацию ID3 - пакеты мультимедиа для &kde; и так далее и тому подобное....</para>
>Не волнуйтесь о судьбе зависимостей , если вы выберете &krusader;.Вы узнаете что &krusader; использует &kde; &kioslaves1_url; для получения доступа к удаленным файловым системам и поддерживает все файловые системы , которые доступны в &tdelibs_url; больше в &kioslaves2_url; или связаны с &tdebase_url;(включая fish, sftp и tar).Только... если диалог свойств показывает данные EXIF для .jpeg's, вы нуждаетесь в пакетах графики &kde; , если вы хотите видеть информацию ID3 - пакеты мультимедиа для &kde; и так далее и тому подобное....</para>
<!-- Empty line to make it more readable -->
<para
>Суммируя , если вы хотите работать в &krusader; - установите библиотеки &kde;.Если нужна полная функциональнось в &krusader; нужно установить дополнительные библиотеки и базовый пакет &kde;.Для полной функциональности необходимы все библиотеки и все пакеты &kde; , оконный менеджер остается опциональным. </para>
@ -155,7 +155,7 @@
></listitem>
<listitem
><para
>kdelibs kdelibs-devel</para
>tdelibs tdelibs-devel</para
></listitem>
<listitem
><para
@ -177,7 +177,7 @@
></para>
<para
>Большинство дистрибутивов на основе RPM разделяют headers и сами библиотеки.Просто установите их , введя в поиске пакетов foo-devel-*.rpm(&eg; <filename
>kdelibs-devel-foo.i586.rpm</filename
>tdelibs-devel-foo.i586.rpm</filename
>) или oo-dev-*.deb для основанных на &debian; дистрибутивов.Обычно они включены в стандартной поставке. <tip
><para
>Если вы не нашли необходимый пакет используйте &rpmfind_url; и попробуйте найти там недостающие пакеты.Или используйте <command

@ -44,7 +44,7 @@ since the Entity Backspace is not defined in
/usr/share/apps/ksgmltools2/customization/ru/user.entities on KDE: 3.5.4
-->
<!-- kdebase, kdeadmin, etc. Leave this unchanged if your application is not maintained in KDE CVS -->
<!-- tdebase, tdeadmin, etc. Leave this unchanged if your application is not maintained in KDE CVS -->
<!ENTITY package "kde-module">
<!-- internet links, Krusader -->
@ -362,7 +362,7 @@ since the Entity Backspace is not defined in
<!ENTITY rpm_guide_url '<ulink url="http://fedora.redhat.com/docs/drafts/rpm-guide-en/"
>RPM Guide</ulink
>'>
<!ENTITY kioslaves1_url '<ulink url="http://docs.kde.org/development/en/kdebase/kioslave/index.html"
<!ENTITY kioslaves1_url '<ulink url="http://docs.kde.org/development/en/tdebase/kioslave/index.html"
>KIOSlaves</ulink
>'>
<!ENTITY kioslaves2_url '<ulink url="http://developer.kde.org/documentation/library/3.4-api/kio/html/index.html"
@ -371,10 +371,10 @@ since the Entity Backspace is not defined in
<!ENTITY kio_ipodslave_url '<ulink url="http://sourceforge.net/projects/kpod"
>KIOipod-slave</ulink
>'>
<!ENTITY kdelibs_url '<ulink url="http://lxr.kde.org/source/kdelibs/kioslave"
<!ENTITY tdelibs_url '<ulink url="http://lxr.kde.org/source/tdelibs/kioslave"
>&kde;libs</ulink
>'>
<!ENTITY kdebase_url '<ulink url="http://lxr.kde.org/source/kdebase/kioslave"
<!ENTITY tdebase_url '<ulink url="http://lxr.kde.org/source/tdebase/kioslave"
>&kde;base</ulink
>'>
<!ENTITY gnome_url '<ulink url="http://www.gnome.org"
@ -707,7 +707,7 @@ since the Entity Backspace is not defined in
<!ENTITY filelight '<application
>Filelight</application
>'>
<!ENTITY kdevelop '<application
<!ENTITY tdevelop '<application
>Kdevelop</application
>'>
<!ENTITY keditbookmarks '<application

@ -435,7 +435,7 @@
<para
>Install all needed packages and libraries that you need for the compilation, please read the &faq_lnk;. <tip
><para
>If you install &kdevelop; then (almost) everything that you need to compile &krusader; will be installed on your computer, BUT please don't use &kdevelop; to compile &krusader; if you are not a developer (possible automake hell), just follow the next instructions.</para
>If you install &tdevelop; then (almost) everything that you need to compile &krusader; will be installed on your computer, BUT please don't use &tdevelop; to compile &krusader; if you are not a developer (possible automake hell), just follow the next instructions.</para
></tip>
</para>
<!-- Empty line to make it more readable -->
@ -912,7 +912,7 @@ make[1]: Leaving directory `/home/source/krusader_trinity'
<listitem>
<para
>compile kdelibs 3.4.1 or higher (fink provides the necessary <filename
>compile tdelibs 3.4.1 or higher (fink provides the necessary <filename
>.info</filename
> files)</para>
</listitem>

@ -1174,7 +1174,7 @@ HTML_PARSING-->
>Don't use KDE's media protocol for the Media button (if it's buggy or missing)</guilabel
>: If checked, &krusader; won't use &kde;'s media protocol for the <link linkend="list_panel"
>Media button</link
>. Use this open when the media protocol is buggy (in some older &kde; versions) or if you have no kdebase package installed on your system. </para
>. Use this open when the media protocol is buggy (in some older &kde; versions) or if you have no tdebase package installed on your system. </para
></listitem>
<listitem
@ -1562,7 +1562,7 @@ HTML_PARSING-->
<tip
><para
>By default &kompare; (part of the kdebase package) is used as external diff utility but you can also use your favorite diff utility &eg; &xxdiff_url; or &kdiff3_url; , just fill in the full path and enjoy.</para
>By default &kompare; (part of the tdebase package) is used as external diff utility but you can also use your favorite diff utility &eg; &xxdiff_url; or &kdiff3_url; , just fill in the full path and enjoy.</para
></tip>
<para

@ -46,7 +46,7 @@ for FILENAME in $(ls *.docbook);do
# This file is distributed under the same license as the Krusader package/g' ${FILENAME}.pot
perl -p -i -e 's/Project-Id-Version: PACKAGE VERSION/Project-Id-Version: Krusader-doc-'$VERSION' '$DATENOW'/g' ${FILENAME}.pot
perl -p -i -e 's/Report-Msgid-Bugs-To: http:\/\/bugs.kde.org/Report-Msgid-Bugs-To: <frank_schoolmeesters\@yahoo.com>/g' ${FILENAME}.pot
perl -p -i -e 's/kde-i18n-doc\@kde.org/krusader-i18n\@googlegroups.com/g' ${FILENAME}.pot
perl -p -i -e 's/tde-i18n-doc\@kde.org/krusader-i18n\@googlegroups.com/g' ${FILENAME}.pot
done
# move pot files to folder krusader_trinity/doc/i18n/pot since they don't belong in the english folder

@ -58,7 +58,7 @@ uninstall-local:
# make messages.po. Move this one to ../po/ and "make merge" in po
# the -x is for skipping messages already translated in kdelibs
# the -x is for skipping messages already translated in tdelibs
messages:
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
if test -n "$$LIST"; then \

@ -15,7 +15,7 @@
* *
***************************************************************************/
/* This file is heavily based on tar.cc from kdebase
/* This file is heavily based on tar.cc from tdebase
* (c) David Faure <faure@kde.org>
*/

@ -15,7 +15,7 @@
* *
***************************************************************************/
/* This file is heavily based on tar.h from kdebase
/* This file is heavily based on tar.h from tdebase
* (c) David Faure <faure@kde.org>
*/

@ -15,7 +15,7 @@
* *
***************************************************************************/
/* This file is heavily based on ktar.cpp from kdelibs (c) David Faure */
/* This file is heavily based on ktar.cpp from tdelibs (c) David Faure */
#include <stdio.h>
#include <stdlib.h>

@ -15,7 +15,7 @@
* *
***************************************************************************/
/* This file is heavily based on ktar.h from kdelibs
/* This file is heavily based on ktar.h from tdelibs
* (c) Torben Weis <weis@kde.org>, David Faure <faure@kde.org>
*/

@ -1,4 +1,4 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
kde_module_LTLIBRARIES = kio_krarc.la
@ -26,7 +26,7 @@ install-data-local:
uninstall-local:
rm -f $(DESTDIR)$(kde_servicesdir)/krarc.protocol
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############
# These paths are KDE specific. Use them:
# kde_appsdir Where your application's menu entry (.desktop) should go to.
# kde_icondir Where your icon should go to - better use KDE_ICON.
@ -50,7 +50,7 @@ uninstall-local:
# make messages.po. Move this one to ../po/ and "make merge" in po
# the -x is for skipping messages already translated in kdelibs
# the -x is for skipping messages already translated in tdelibs
messages:
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
if test -n "$$LIST"; then \

@ -2,8 +2,8 @@ Package: krusader
Version: 1.40
Revision: 1
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Depends: kdelibs3-ssl (>= 3.1.4-11) | kdelibs3 (>= 3.1.4-11), qt3-shlibs (>= 3.2.1-11)
BuildDepends: autoconf2.54, automake1.6, cctools (>= 446-1), kdelibs3-ssl-dev (>= 3.1.4-11) | kdelibs3-dev (>= 3.1.4-11), libtool14, qt3 (>= 3.2.1-11)
Depends: tdelibs3-ssl (>= 3.1.4-11) | tdelibs3 (>= 3.1.4-11), qt3-shlibs (>= 3.2.1-11)
BuildDepends: autoconf2.54, automake1.6, cctools (>= 446-1), tdelibs3-ssl-dev (>= 3.1.4-11) | tdelibs3-dev (>= 3.1.4-11), libtool14, qt3 (>= 3.2.1-11)
Maintainer: Jonas Bähr <jonas.baehr@web.de>
Homepage: http://krusader.sourceforge.net/
License: GPL

@ -2,8 +2,8 @@ Package: krusader
Version: 1.50
Revision: 1
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Depends: kdelibs3-ssl (>= 3.2) | kdelibs3 (>= 3.2), qt3-shlibs (>= 3.2)
BuildDepends: autoconf2.54, automake1.6, cctools (>= 446-1), kdelibs3-ssl-dev (>= 3.2) | kdelibs3-dev (>= 3.2), libtool14, qt3 (>= 3.2)
Depends: tdelibs3-ssl (>= 3.2) | tdelibs3 (>= 3.2), qt3-shlibs (>= 3.2)
BuildDepends: autoconf2.54, automake1.6, cctools (>= 446-1), tdelibs3-ssl-dev (>= 3.2) | tdelibs3-dev (>= 3.2), libtool14, qt3 (>= 3.2)
Maintainer: Jonas Bähr <jonas.baehr@web.de>
Homepage: http://krusader.sourceforge.net/
License: GPL

@ -2,8 +2,8 @@ Package: krusader
Version: 1.60.0
Revision: 1
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Depends: kdelibs3-ssl (>= 3.4) | kdelibs3 (>= 3.4), qt3-shlibs (>= 3.2)
BuildDepends: autoconf2.5, automake1.9, cctools (>= 446-1), kdelibs3-ssl-dev (>= 3.2) | kdelibs3-dev (>= 3.2), libtool14, qt3 (>= 3.2)
Depends: tdelibs3-ssl (>= 3.4) | tdelibs3 (>= 3.4), qt3-shlibs (>= 3.2)
BuildDepends: autoconf2.5, automake1.9, cctools (>= 446-1), tdelibs3-ssl-dev (>= 3.2) | tdelibs3-dev (>= 3.2), libtool14, qt3 (>= 3.2)
Maintainer: Bodo Tasche <bodo@wannawork.de>
Homepage: http://krusader.sourceforge.net/
License: GPL

@ -2,8 +2,8 @@ Package: krusader
Version: 1.70.0
Revision: 1
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Depends: kdelibs3-ssl (>= 3.4) | kdelibs3 (>= 3.4), qt3-shlibs (>= 3.2)
BuildDepends: autoconf2.5, automake1.9, cctools (>= 446-1), kdelibs3-ssl-dev (>= 3.2) | kdelibs3-dev (>= 3.2), libtool14, qt3 (>= 3.2)
Depends: tdelibs3-ssl (>= 3.4) | tdelibs3 (>= 3.4), qt3-shlibs (>= 3.2)
BuildDepends: autoconf2.5, automake1.9, cctools (>= 446-1), tdelibs3-ssl-dev (>= 3.2) | tdelibs3-dev (>= 3.2), libtool14, qt3 (>= 3.2)
Maintainer: Jonas Baehr <jonas.baehr@web.de>
Homepage: http://krusader.sourceforge.net/
License: GPL

@ -6,8 +6,8 @@ PatchFile: %n.patch
PatchScript: patch -p0 < %{PatchFile}
PatchFile-MD5: d02c7d2fd46873e5130ccb074824c7ff
GCC: 4.0
Depends: kdelibs3-unified, qt3-shlibs (>= 3.2), kdebase3-unified-shlibs, x11
BuildDepends: autoconf2.5, automake1.9, cctools (>= 446-1), kdelibs3-unified-dev, libtool14, qt3 (>= 3.2), fink ( >= 0.24.12), libjpeg, pcre, libart2, libidn, libgettext3-dev, libiconv-dev, libpng3, kdebase3-unified-dev, kjsembed-dev, freetype219
Depends: tdelibs3-unified, qt3-shlibs (>= 3.2), tdebase3-unified-shlibs, x11
BuildDepends: autoconf2.5, automake1.9, cctools (>= 446-1), tdelibs3-unified-dev, libtool14, qt3 (>= 3.2), fink ( >= 0.24.12), libjpeg, pcre, libart2, libidn, libgettext3-dev, libiconv-dev, libpng3, tdebase3-unified-dev, kjsembed-dev, freetype219
Maintainer: Jonas Baehr <jonas.baehr@web.de>
Homepage: http://krusader.sourceforge.net/
License: GPL

@ -15,7 +15,7 @@ URL: http://krusader.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: kdelibs-devel kdebase-devel kdebindings-devel
BuildRequires: tdelibs-devel tdebase-devel tdebindings-devel
BuildRequires: libpng-devel gamin-devel libacl-devel
BuildRequires: desktop-file-utils automake gettext

@ -143,7 +143,7 @@ void KrBookmarkHandler::exportToFileFolder(TQDomDocument &doc, TQDomElement &par
// <title>My own bookmarks</title>
// <bookmark href="http://www.koffice.org"><title>KOffice Web Site</title></bookmark>
// <separator/>
// <bookmark href="http://www.kdevelop.org"><title>KDevelop Web Site</title></bookmark>
// <bookmark href="http://www.tdevelop.org"><title>KDevelop Web Site</title></bookmark>
// </folder>
// </folder>
// </xbel>

@ -45,7 +45,7 @@
#include <klineedit.h>
#include <kurlrequester.h>
#include <kstandarddirs.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <tqcheckbox.h>
#include <krecentdocument.h>
#include <tqhbox.h>

@ -43,7 +43,7 @@
#include <klocale.h>
#include <kiconloader.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kio/job.h>
#include <kmessagebox.h>
#include <kmimetype.h>

@ -34,7 +34,7 @@
#include <tqhbox.h>
#include <tqwhatsthis.h>
#include <sys/param.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kprotocolinfo.h>
KgAdvanced::KgAdvanced( bool first, TQWidget* parent, const char* name ) :
@ -62,7 +62,7 @@ KgAdvanced::KgAdvanced( bool first, TQWidget* parent, const char* name ) :
// cfg_class cfg_name default text restart tooltip
{{"Advanced","PreserveAttributes", _PreserveAttributes, i18n( "Preserve attributes for local copy/move (slower)" ), false, i18n( "Krusader will try to preserve all attributes (time, owner, group) of the local files according to the source depending on your permissions:<ul><li>User preserving if you are root</li><li>Group preserving if you are root or member of the group</li><li>Preserving the timestamp</li></ul><b>Note</b>: This can slow down the copy process." ) },
{"Advanced","AutoMount", _AutoMount, i18n( "Automount filesystems" ), false, i18n( "When stepping into a directory which is defined as a mount point in the <b>fstab</b>, try mounting it with the defined parameters." )},
{"Advanced","DontUseMediaProt", dontUseMedia, i18n( "Don't use KDE's media protocol for media button (if it's buggy or missing)" ), false, i18n( "Select if your media protocol is buggy (in some older KDE versions), or not present (no kdebase package installed)." )}};
{"Advanced","DontUseMediaProt", dontUseMedia, i18n( "Don't use KDE's media protocol for media button (if it's buggy or missing)" ), false, i18n( "Select if your media protocol is buggy (in some older KDE versions), or not present (no tdebase package installed)." )}};
KonfiguratorCheckBoxGroup *generals = createCheckBoxGroup( 1, 0, generalSettings, 3, generalGrp );

@ -33,7 +33,7 @@ bool KrJS::runFile(const TQString & filename) {
KJS::Completion jsres = completion();
// this is based on this example-code http://webcvs.kde.org/kdebindings/kjsembed/kjscmd.cpp?rev=1.28&view=auto
// this is based on this example-code http://webcvs.kde.org/tdebindings/kjsembed/kjscmd.cpp?rev=1.28&view=auto
if ( jsres.complType() != KJS::Normal) {
switch ( jsres.complType() ) {
case KJS::Break:

@ -35,7 +35,7 @@ A
#include <tqstring.h>
// KDE includes
#include <kdeversion.h>
#include <tdeversion.h>
#include <kio/jobclasses.h>
#include <kio/job.h>
#include <kio/global.h>

@ -56,7 +56,7 @@ YP YD 88 YD ~Y8888P' `8888Y' YP YP Y8888D' Y88888P 88 YD
#include <kstandarddirs.h>
#include <kglobalsettings.h>
#include <tqtooltip.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <tqimage.h>
#include <tqtabbar.h>
#include <kdebug.h>

@ -38,7 +38,7 @@
#include <klargefile.h>
#include <tqapplication.h>
#include <tqdir.h>
#include <kdeversion.h>
#include <tdeversion.h>
#if KDE_IS_VERSION(3,5,0) && defined( HAVE_POSIX_ACL )

@ -45,7 +45,7 @@
#include <tqdatetime.h>
#include <tqdir.h>
// krusader includes
#include <kdeversion.h>
#include <tdeversion.h>
#include "krpermhandler.h"
#include "../resources.h"

@ -37,7 +37,7 @@
#include <tqdatetime.h>
// KDE includes
#include <kmimetype.h>
#include <kdeversion.h>
#include <tdeversion.h>
// Krusader includes
#include "vfile.h"
#include "krpermhandler.h"

@ -42,7 +42,7 @@
#include <kdirnotify_stub.h>
#include <kio/netaccess.h>
#include <kedittoolbar.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kcmdlineargs.h>
#include <KViewer/krviewer.h>

@ -51,7 +51,7 @@ YP YD 88 YD ~Y8888P' `8888Y' YP YP Y8888D' Y88888P 88 YD
#include <kactionclasses.h>
#endif
#include <kdeversion.h>
#include <tdeversion.h>
// QT includes
#include <tqpixmap.h>
#include <tqstringlist.h>

@ -1,6 +1,6 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############
POFILES = AUTO

@ -5525,10 +5525,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Изберете, ако вашия медиен протокол е бъгав (в някои стари версии на KDE) "
"или липсва (нямате инсталиран пакета kdebase)."
"или липсва (нямате инсталиран пакета tdebase)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5702,7 +5702,7 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
#: Konfigurator/kgadvanced.cpp:74

@ -5574,10 +5574,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Selecciona si el protocol de suport és defectuós (en algunes versions de KDE "
"antigues), o bé no existeixen (no teniu instal·lat el paquet kdebase)."
"antigues), o bé no existeixen (no teniu instal·lat el paquet tdebase)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5553,10 +5553,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Vyberte, jestli je u vás protokol media chybový (v některých starších "
"verzích KDE), nebo vůbec není nainstalovaný (bývá v balíčku kdebase)"
"verzích KDE), nebo vůbec není nainstalovaný (bývá v balíčku tdebase)"
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5700,7 +5700,7 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
#: Konfigurator/kgadvanced.cpp:74

@ -5600,11 +5600,11 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Dieses Feld ankreuzen, falls das Geräte-Protokoll fehlerhaft ist (betrifft "
"einige ältere KDE-Versionen), oder nicht verfügbar ist (für den Fall, dass "
"das Paket kdebase nicht installiert ist)."
"das Paket tdebase nicht installiert ist)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"
@ -6389,7 +6389,7 @@ msgstr ""
msgid "Can't find \"KsysCtrl\". Please install KDE admin package"
msgstr ""
"\"KsysCtrl\" konnte nicht gefunden werden. Bitte installieren Sie das Paket "
"\"kdeadmin\"."
"\"tdeadmin\"."
#: krslots.cpp:517
msgid ""

@ -5611,11 +5611,11 @@ msgstr "Να μη χρησιμοποιηθεί το πρωτόκολλο media
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Ενεργοποιήστε το αν το πρωτόκολλο media δεν είναι σταθερό (σε κάποιες "
"παλαιότερες εκδόσεις του KDE), ή αν δεν υπάρχει καθόλου (δεν έχει "
"εγκατασταθεί το πακέτο kdebase)."
"εγκατασταθεί το πακέτο tdebase)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5622,10 +5622,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Seleccione si se protocolo media presenta falles (como en algunas versiones "
"anteriores de KDE), o si no se encuentra presente (si no se instaló kdebase)."
"anteriores de KDE), o si no se encuentra presente (si no se instaló tdebase)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5591,10 +5591,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Sélectionner si le protocole media est bogué (dans certaines vieilles "
"versions de KDE), ou manquant (le paquet kdebase n'est pas installé)."
"versions de KDE), ou manquant (le paquet tdebase n'est pas installé)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5496,10 +5496,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Válassza ki, ha a media protokoll hibás (néhány régi KDE verzióban), vagy "
"nincs telepítve (a kdebase csomag hiányzik)."
"nincs telepítve (a tdebase csomag hiányzik)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5526,10 +5526,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Seleziona se il tuo protocollo per i dispositivi è difettoso (in alcune "
"vecchie versioni di KDE) o mancante (non è installato il pacchetto kdebase)."
"vecchie versioni di KDE) o mancante (non è installato il pacchetto tdebase)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -6137,8 +6137,8 @@ msgstr "KDE 秒 メディア for メディア 秒 もしくは"
#, fuzzy
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
msgstr "選択 メディア in 同じ KDE もしくは いいえ kdebase パッケージ."
"present (no tdebase package installed)."
msgstr "選択 メディア in 同じ KDE もしくは いいえ tdebase パッケージ."
#: Konfigurator/kgadvanced.cpp:74
#, fuzzy

@ -5583,10 +5583,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Įjunkite šią parinktį jei laikmenų protokolas yra klaidingas (kai kuriose "
"senose KDE versijose) arba jo išvis nėra (neįdiegtas kdebase paketas)."
"senose KDE versijose) arba jo išvis nėra (neįdiegtas tdebase paketas)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5552,10 +5552,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Dit selecteren als uw media protocol fouten vertoond (in sommige oudere KDE "
"versies, of als het niet aanwezig is (als geen kdebase pakket geïnstalleerd "
"versies, of als het niet aanwezig is (als geen tdebase pakket geïnstalleerd "
"is)."
#: Konfigurator/kgadvanced.cpp:74

@ -5592,10 +5592,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Wybierz jeśli Twój protokół \"media\" ma błędy (niektóre starsze wersje KDE) "
"lub nie jest dostępny (pakiet kdebase nie jest zainstalowany)."
"lub nie jest dostępny (pakiet tdebase nie jest zainstalowany)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5571,10 +5571,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Seleccione se o protocolo de média tem erros ( em algumas versões antigas do "
"KDE), ou não está presente (nenhum pacote kdebase instalado)."
"KDE), ou não está presente (nenhum pacote tdebase instalado)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5578,10 +5578,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Selecione caso seu protocolo de mídia esteja com problemas (em algumas "
"versões mais antigas do KDE), ou não estiver presente (caso o pacote kdebase "
"versões mais antigas do KDE), ou não estiver presente (caso o pacote tdebase "
"não esteja instalado)."
#: Konfigurator/kgadvanced.cpp:74

@ -5606,9 +5606,9 @@ msgstr "Не использовать протокол поиска носите
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Выберите, если у вас старая версия KDE или не установлен пакет kdebase."
"Выберите, если у вас старая версия KDE или не установлен пакет tdebase."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5550,7 +5550,7 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
#: Konfigurator/kgadvanced.cpp:74

@ -5439,8 +5439,8 @@ msgid "Don't use KDE's media protocol for media button (if it's buggy or missing
msgstr "Ne uporabljaj KDE media protokola za media gumb."
#: Konfigurator/kgadvanced.cpp:65
msgid "Select if your media protocol is buggy (in some older KDE versions), or not present (no kdebase package installed)."
msgstr "Izberite, če media protokol ne deluje (starejše različice KDE), ali pa ni dostopen (brez naloženega kdebase paketa)."
msgid "Select if your media protocol is buggy (in some older KDE versions), or not present (no tdebase package installed)."
msgstr "Izberite, če media protokol ne deluje (starejše različice KDE), ali pa ni dostopen (brez naloženega tdebase paketa)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5547,10 +5547,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Изаберите ако је протокол медија баговит (у неким старијим верзијама KDE-а), "
"или ако није присутан (није инсталиран пакет kdebase)."
"или ако није присутан (није инсталиран пакет tdebase)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5555,10 +5555,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Izaberite ako je protokol medija bagovit (u nekim starijim verzijama KDE-a), "
"ili ako nije prisutan (nije instaliran paket kdebase)."
"ili ako nije prisutan (nije instaliran paket tdebase)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5536,10 +5536,10 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Välj om ditt mediaprotokoll är felaktigt (i vissa äldre KDE-versioner), "
"eller inte närvarande (inget kdebase-paket installerat)."
"eller inte närvarande (inget tdebase-paket installerat)."
#: Konfigurator/kgadvanced.cpp:74
msgid "MountMan won't (un)mount the following mount-points:"

@ -5716,9 +5716,9 @@ msgstr ""
#, fuzzy
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
"Eğer ortam yordamı eski KDE sürümlerindeki gibi hatalı veya eksik ( kdebase "
"Eğer ortam yordamı eski KDE sürümlerindeki gibi hatalı veya eksik ( tdebase "
"paketleri kurulmamış ) ise seçin."
#: Konfigurator/kgadvanced.cpp:74

@ -5692,7 +5692,7 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
#: Konfigurator/kgadvanced.cpp:74

@ -5521,7 +5521,7 @@ msgstr ""
#: Konfigurator/kgadvanced.cpp:65
msgid ""
"Select if your media protocol is buggy (in some older KDE versions), or not "
"present (no kdebase package installed)."
"present (no tdebase package installed)."
msgstr ""
#: Konfigurator/kgadvanced.cpp:74

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kioslave/tar
## Makefile.am of tdebase/kioslave/tar
INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor

@ -15,7 +15,7 @@
#include <kar.h>
#include <kmimemagic.h>
#include <klocale.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <errno.h> // to be removed

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kioslave/tar
## Makefile.am of tdebase/kioslave/tar
INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor

@ -24,7 +24,7 @@
#include <kurl.h>
#include <kdebug.h>
#include <klocale.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kinstance.h>
#include <kmessagebox.h>

Loading…
Cancel
Save