diff -pruN 4:3.5.10.dfsg.1-5/admin/cvs.sh 4:3.5.10.dfsg.1-5ubuntu2/admin/cvs.sh
--- 4:3.5.10.dfsg.1-5/admin/cvs.sh	2008-08-19 21:28:39.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/admin/cvs.sh	2011-04-03 00:52:10.000000000 +0100
@@ -537,6 +537,8 @@ if test -z "$EXTRACTRC"; then EXTRACTRC=
 if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi
 export EXTRACTRC PREPARETIPS
 
+kdepotpath=`pwd`/debian/patches/common/kde.pot
+
 for subdir in $dirs; do
   test -z "$VERBOSE" || echo "Making messages in $subdir"
   (cd $subdir
@@ -554,10 +556,10 @@ for subdir in $dirs; do
    fi
    perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
 
-   kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
-   if ! test -f $kdepotpath; then
-	kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
-   fi
+#   kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+#   if ! test -f $kdepotpath; then
+#	kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+#   fi
 
    $MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \
 	XGETTEXT="${XGETTEXT:-xgettext} --foreign-user -C -ci18n -ki18n -ktr2i18n -kI18N_NOOP -kI18N_NOOP2 -kaliasLocale -x $kdepotpath" messages
diff -pruN 4:3.5.10.dfsg.1-5/admin/libtool.m4.in 4:3.5.10.dfsg.1-5ubuntu2/admin/libtool.m4.in
--- 4:3.5.10.dfsg.1-5/admin/libtool.m4.in	2011-04-03 00:57:11.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/admin/libtool.m4.in	2011-04-03 00:52:10.000000000 +0100
@@ -1,13 +1,13 @@
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
-## Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007,
-## 2008  Free Software Foundation, Inc.
+## Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007
+## Free Software Foundation, Inc.
 ## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 ##
 ## This file is free software; the Free Software Foundation gives
 ## unlimited permission to copy and/or distribute it, with or without
 ## modifications, as long as this notice is preserved.
 
-# serial 52 Debian 1.5.26-4 AC_PROG_LIBTOOL
+# serial 51 Debian 1.5.24-2 AC_PROG_LIBTOOL
 
 
 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
@@ -95,6 +95,7 @@ AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
 AC_REQUIRE([AC_OBJEXT])dnl
 AC_REQUIRE([AC_EXEEXT])dnl
 dnl
+
 AC_LIBTOOL_SYS_MAX_CMD_LEN
 AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
 AC_LIBTOOL_OBJDIR
@@ -196,8 +197,6 @@ file_magic*)
   ;;
 esac
 
-_LT_REQUIRED_DARWIN_CHECKS
-
 AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
 enable_win32_dll=yes, enable_win32_dll=no)
@@ -277,80 +276,9 @@ ac_outfile=conftest.$ac_objext
 echo "$lt_simple_link_test_code" >conftest.$ac_ext
 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 _lt_linker_boilerplate=`cat conftest.err`
-$rm -r conftest*
+$rm conftest*
 ])# _LT_LINKER_BOILERPLATE
 
-# _LT_REQUIRED_DARWIN_CHECKS
-# --------------------------
-# Check for some things on darwin
-AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[
-  case $host_os in
-    rhapsody* | darwin*)
-    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
-    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
-
-    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
-      [lt_cv_apple_cc_single_mod=no
-      if test -z "${LT_MULTI_MODULE}"; then
-   # By default we will add the -single_module flag. You can override
-   # by either setting the environment variable LT_MULTI_MODULE
-   # non-empty at configure time, or by adding -multi_module to the
-   # link flags.
-   echo "int foo(void){return 1;}" > conftest.c
-   $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
-     -dynamiclib ${wl}-single_module conftest.c
-   if test -f libconftest.dylib; then
-     lt_cv_apple_cc_single_mod=yes
-     rm -rf libconftest.dylib*
-   fi
-   rm conftest.c
-      fi])
-    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
-      [lt_cv_ld_exported_symbols_list],
-      [lt_cv_ld_exported_symbols_list=no
-      save_LDFLAGS=$LDFLAGS
-      echo "_main" > conftest.sym
-      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
-      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
-   [lt_cv_ld_exported_symbols_list=yes],
-   [lt_cv_ld_exported_symbols_list=no])
-   LDFLAGS="$save_LDFLAGS"
-    ])
-    case $host_os in
-    rhapsody* | darwin1.[[0123]])
-      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
-    darwin1.*)
-     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
-    darwin*)
-      # if running on 10.5 or later, the deployment target defaults
-      # to the OS version, if on x86, and 10.4, the deployment
-      # target defaults to 10.4. Don't you love it?
-      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
-   10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
-     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
-   10.[[012]]*)
-     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
-   10.*)
-     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
-      esac
-    ;;
-  esac
-    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
-      _lt_dar_single_mod='$single_module'
-    fi
-    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
-      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
-    else
-      _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
-    fi
-    if test "$DSYMUTIL" != ":"; then
-      _lt_dsymutil="~$DSYMUTIL \$lib || :"
-    else
-      _lt_dsymutil=
-    fi
-    ;;
-  esac
-])
 
 # _LT_AC_SYS_LIBPATH_AIX
 # ----------------------
@@ -675,11 +603,7 @@ sparc*-*solaris*)
     *64-bit*)
       case $lt_cv_prog_gnu_ld in
       yes*) LD="${LD-ld} -m elf64_sparc" ;;
-      *)
-        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
-	  LD="${LD-ld} -64"
-	fi
-	;;
+      *)    LD="${LD-ld} -64" ;;
       esac
       ;;
     esac
@@ -772,7 +696,7 @@ AC_CACHE_CHECK([$1], [$2],
        $2=yes
      fi
    fi
-   $rm -r conftest*
+   $rm conftest*
    LDFLAGS="$save_LDFLAGS"
 ])
 
@@ -1043,7 +967,7 @@ else
     AC_CHECK_FUNC([shl_load],
 	  [lt_cv_dlopen="shl_load"],
       [AC_CHECK_LIB([dld], [shl_load],
-	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
+	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
 	[AC_CHECK_FUNC([dlopen],
 	      [lt_cv_dlopen="dlopen"],
 	  [AC_CHECK_LIB([dl], [dlopen],
@@ -1051,7 +975,7 @@ else
 	    [AC_CHECK_LIB([svld], [dlopen],
 		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 	      [AC_CHECK_LIB([dld], [dld_link],
-		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
+		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 	      ])
 	    ])
 	  ])
@@ -1368,7 +1292,7 @@ aix3*)
   soname_spec='${libname}${release}${shared_ext}$major'
   ;;
 
-aix[[4-9]]*)
+aix4* | aix5*)
   version_type=linux
   need_lib_prefix=no
   need_version=no
@@ -1901,13 +1825,6 @@ esac
 AC_MSG_RESULT([$dynamic_linker])
 test "$dynamic_linker" = no && can_build_shared=no
 
-AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec],
-[lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"])
-sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
-AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec],
-[lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"])
-sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
-
 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 if test "$GCC" = yes; then
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
@@ -2407,7 +2324,7 @@ lt_cv_deplibs_check_method='unknown'
 # whether `pass_all' will *always* work, you probably want this one.
 
 case $host_os in
-aix[[4-9]]*)
+aix4* | aix5*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
@@ -2847,7 +2764,7 @@ aix3*)
   fi
   ;;
 
-aix[[4-9]]*)
+aix4* | aix5*)
   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
     test "$enable_shared" = yes && enable_static=no
   fi
@@ -2904,7 +2821,6 @@ _LT_AC_TAGVAR(postdep_objects, $1)=
 _LT_AC_TAGVAR(predeps, $1)=
 _LT_AC_TAGVAR(postdeps, $1)=
 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
-_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
 
 # Source file extension for C++ test sources.
 ac_ext=cpp
@@ -3014,7 +2930,7 @@ case $host_os in
     # FIXME: insert proper C++ library support
     _LT_AC_TAGVAR(ld_shlibs, $1)=no
     ;;
-  aix[[4-9]]*)
+  aix4* | aix5*)
     if test "$host_cpu" = ia64; then
       # On IA64, the linker does run time linking by default, so we don't
       # have to do anything special.
@@ -3027,7 +2943,7 @@ case $host_os in
       # Test if we are trying to use run time linking or normal
       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
       # need to do runtime linking.
-      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
+      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
 	for ld_flag in $LDFLAGS; do
 	  case $ld_flag in
 	  *-brtl*)
@@ -3173,23 +3089,51 @@ case $host_os in
     fi
   ;;
       darwin* | rhapsody*)
+        case $host_os in
+        rhapsody* | darwin1.[[012]])
+         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
+         ;;
+       *) # Darwin 1.3 on
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+         else
+           case ${MACOSX_DEPLOYMENT_TARGET} in
+             10.[[012]])
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+               ;;
+             10.*)
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
+               ;;
+           esac
+         fi
+         ;;
+        esac
       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
       _LT_AC_TAGVAR(hardcode_direct, $1)=no
       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
-      if test "$GXX" = yes ; then
+
+    if test "$GXX" = yes ; then
+      lt_int_apple_cc_single_mod=no
       output_verbose_link_cmd='echo'
-      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
-      _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
-      _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
-      if test "$lt_cv_apple_cc_single_mod" != "yes"; then
-        _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
-        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
+      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
+       lt_int_apple_cc_single_mod=yes
       fi
+      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
+      else
+          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
+        fi
+        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
+            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          else
+            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+          fi
+            _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
       else
       case $cc_basename in
         xlc*)
@@ -3440,7 +3384,7 @@ case $host_os in
 	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 	;;
-      pgCC* | pgcpp*)
+      pgCC*)
         # Portland Group C++ compiler
 	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
   	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
@@ -3879,8 +3823,7 @@ lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
 # compiler output when linking a shared library.
 # Parse the compiler output and extract the necessary
 # objects, libraries and library flags.
-AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],
-[AC_REQUIRE([LT_AC_PROG_SED])dnl
+AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[
 dnl we can't use the lt_simple_compile_test_code here,
 dnl because it contains code intended for an executable,
 dnl not a library.  It's possible we should let each
@@ -4005,11 +3948,6 @@ fi
 
 $rm -f confest.$objext
 
-_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
-if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
-  _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
-fi
-
 # PORTME: override above test on systems where it is broken
 ifelse([$1],[CXX],
 [case $host_os in
@@ -4066,6 +4004,7 @@ solaris*)
   ;;
 esac
 ])
+
 case " $_LT_AC_TAGVAR(postdeps, $1) " in
 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 esac
@@ -4150,7 +4089,7 @@ aix3*)
     postinstall_cmds='$RANLIB $lib'
   fi
   ;;
-aix[[4-9]]*)
+aix4* | aix5*)
   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
     test "$enable_shared" = yes && enable_static=no
   fi
@@ -4331,7 +4270,6 @@ if test -f "$ltmain"; then
     _LT_AC_TAGVAR(predeps, $1) \
     _LT_AC_TAGVAR(postdeps, $1) \
     _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
-    _LT_AC_TAGVAR(compiler_lib_search_dirs, $1) \
     _LT_AC_TAGVAR(archive_cmds, $1) \
     _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
     _LT_AC_TAGVAR(postinstall_cmds, $1) \
@@ -4394,7 +4332,7 @@ ifelse([$1], [],
 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
 # Free Software Foundation, Inc.
 #
 # This file is part of GNU Libtool:
@@ -4631,10 +4569,6 @@ predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
 # shared library.
 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
 
-# The directories searched by this compiler when creating a shared
-# library
-compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)
-
 # The library search path used internally by the compiler when linking
 # a shared library.
 compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
@@ -4984,7 +4918,7 @@ EOF
     echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
     cat conftest.$ac_ext >&5
   fi
-  rm -rf conftest* conftst*
+  rm -f conftest* conftst*
 
   # Do not use the global_symbol_pipe unless it works.
   if test "$pipe_works" = yes; then
@@ -5041,8 +4975,7 @@ AC_MSG_CHECKING([for $compiler option to
       # built for inclusion in a dll (and should export symbols for example).
       # Although the cygwin gcc ignores -fPIC, still need this for old-style
       # (--disable-auto-import) libraries
-      m4_if([$1], [GCJ], [],
-	[_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
+      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
       ;;
     darwin* | rhapsody*)
       # PIC is the default on this platform
@@ -5079,7 +5012,7 @@ AC_MSG_CHECKING([for $compiler option to
     esac
   else
     case $host_os in
-      aix[[4-9]]*)
+      aix4* | aix5*)
 	# All AIX code is PIC.
 	if test "$host_cpu" = ia64; then
 	  # AIX 5 now supports IA64 processor
@@ -5175,7 +5108,7 @@ AC_MSG_CHECKING([for $compiler option to
 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 	    ;;
-	  pgCC* | pgcpp*)
+	  pgCC*)
 	    # Portland Group C++ compiler.
 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
@@ -5326,8 +5259,7 @@ AC_MSG_CHECKING([for $compiler option to
       # built for inclusion in a dll (and should export symbols for example).
       # Although the cygwin gcc ignores -fPIC, still need this for old-style
       # (--disable-auto-import) libraries
-      m4_if([$1], [GCJ], [],
-	[_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
+      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
       ;;
 
     darwin* | rhapsody*)
@@ -5397,8 +5329,7 @@ AC_MSG_CHECKING([for $compiler option to
     mingw* | cygwin* | pw32* | os2*)
       # This hack is so that the source file can tell whether it is being
       # built for inclusion in a dll (and should export symbols for example).
-      m4_if([$1], [GCJ], [],
-	[_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
+      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
       ;;
 
     hpux9* | hpux10* | hpux11*)
@@ -5535,7 +5466,7 @@ AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_co
 #
 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
-    _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1),
+    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
      "" | " "*) ;;
@@ -5559,7 +5490,7 @@ esac
 #
 wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
-  _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1),
+  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
   $lt_tmp_static_flag,
   [],
   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
@@ -5575,7 +5506,7 @@ AC_MSG_CHECKING([whether the $compiler l
 ifelse([$1],[CXX],[
   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
   case $host_os in
-  aix[[4-9]]*)
+  aix4* | aix5*)
     # If we're using GNU nm, then we don't want the "-C" option.
     # -C means demangle to AIX nm, but means don't demangle with GNU nm
     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
@@ -5597,7 +5528,6 @@ ifelse([$1],[CXX],[
     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
   ;;
   esac
-  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
 ],[
   runpath_var=
   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
@@ -5628,14 +5558,12 @@ ifelse([$1],[CXX],[
   # it will be wrapped by ` (' and `)$', so one must not match beginning or
   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
   # as well as any symbol that contains `d'.
-  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
+  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
   # platforms (ab)use it in PIC code, but their linkers get confused if
   # the symbol is explicitly referenced.  Since portable code cannot
   # rely on this symbol name, it's probably fine to never include it in
   # preloaded symbol tables.
-  # Exclude shared library initialization/finalization symbols.
-dnl Note also adjust exclude_expsyms for C++ above.
   extract_expsyms_cmds=
   # Just being paranoid about ensuring that cc_basename is set.
   _LT_CC_BASENAME([$compiler])
@@ -5685,7 +5613,7 @@ dnl Note also adjust exclude_expsyms for
 
     # See if GNU ld supports shared libraries.
     case $host_os in
-    aix[[3-9]]*)
+    aix3* | aix4* | aix5*)
       # On AIX/PPC, the GNU linker is very broken
       if test "$host_cpu" != ia64; then
 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
@@ -5905,7 +5833,7 @@ _LT_EOF
       fi
       ;;
 
-    aix[[4-9]]*)
+    aix4* | aix5*)
       if test "$host_cpu" = ia64; then
 	# On IA64, the linker does run time linking by default, so we don't
 	# have to do anything special.
@@ -5925,7 +5853,7 @@ _LT_EOF
 	# Test if we are trying to use run time linking or normal
 	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
 	# need to do runtime linking.
-	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
+	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
 	  for ld_flag in $LDFLAGS; do
   	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
   	    aix_use_runtimelinking=yes
@@ -6085,10 +6013,11 @@ _LT_EOF
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
     if test "$GCC" = yes ; then
     	output_verbose_link_cmd='echo'
-        _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
-        _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
-        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
-        _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
+        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
+      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
+      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
+      _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     else
       case $cc_basename in
         xlc*)
diff -pruN 4:3.5.10.dfsg.1-5/admin/ltmain.sh 4:3.5.10.dfsg.1-5ubuntu2/admin/ltmain.sh
--- 4:3.5.10.dfsg.1-5/admin/ltmain.sh	2011-04-03 00:57:11.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/admin/ltmain.sh	2011-04-03 00:52:10.000000000 +0100
@@ -2,7 +2,7 @@
 # NOTE: Changing this file will not affect anything until you rerun configure.
 #
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
-# 2007, 2008  Free Software Foundation, Inc.
+# 2007  Free Software Foundation, Inc.
 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 #
 # This program is free software; you can redistribute it and/or modify
@@ -43,8 +43,8 @@ EXIT_FAILURE=1
 
 PROGRAM=ltmain.sh
 PACKAGE=libtool
-VERSION="1.5.26 Debian 1.5.26-4"
-TIMESTAMP=" (1.1220.2.493 2008/02/01 16:58:18)"
+VERSION="1.5.24 Debian 1.5.24-2"
+TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)"
 
 # Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
@@ -113,21 +113,15 @@ esac
 # These must not be set unconditionally because not all systems understand
 # e.g. LANG=C (notably SCO).
 # We save the old values to restore during execute mode.
-lt_env=
-for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
 do
   eval "if test \"\${$lt_var+set}\" = set; then
 	  save_$lt_var=\$$lt_var
-	  lt_env=\"$lt_var=\$$lt_var \$lt_env\"
 	  $lt_var=C
 	  export $lt_var
 	fi"
 done
 
-if test -n "$lt_env"; then
-  lt_env="env $lt_env"
-fi
-
 # Make sure IFS has a sensible default
 lt_nl='
 '
@@ -491,7 +485,7 @@ do
     echo "\
 $PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP
 
-Copyright (C) 2008  Free Software Foundation, Inc.
+Copyright (C) 2007  Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
     exit $?
@@ -794,7 +788,6 @@ if test -z "$show_help"; then
     *.for) xform=for ;;
     *.java) xform=java ;;
     *.obj) xform=obj ;;
-    *.sx) xform=sx ;;
     esac
 
     libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
@@ -963,7 +956,7 @@ EOF
       $run $rm "$lobj" "$output_obj"
 
       $show "$command"
-      if $run eval $lt_env "$command"; then :
+      if $run eval "$command"; then :
       else
 	test -n "$output_obj" && $run $rm $removelist
 	exit $EXIT_FAILURE
@@ -1035,7 +1028,7 @@ EOF
       command="$command$suppress_output"
       $run $rm "$obj" "$output_obj"
       $show "$command"
-      if $run eval $lt_env "$command"; then :
+      if $run eval "$command"; then :
       else
 	$run $rm $removelist
 	exit $EXIT_FAILURE
@@ -1168,7 +1161,6 @@ EOF
     thread_safe=no
     vinfo=
     vinfo_number=no
-    single_module="${wl}-single_module"
 
     func_infer_tag $base_compile
 
@@ -1654,11 +1646,6 @@ EOF
 	continue
 	;;
 
-      -multi_module)
-	single_module="${wl}-multi_module"
-	continue
-	;;
-
       -module)
 	module=yes
 	continue
@@ -2165,12 +2152,7 @@ EOF
 	    continue
 	  fi
 	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
-	  if test "$linkmode" = lib; then
-	    searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
-	  else
-	    searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
-	  fi
-	  for searchdir in $searchdirs; do
+	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
 	    for search_ext in .la $std_shrext .so .a; do
 	      # Search the libtool library
 	      lib="$searchdir/lib${name}${search_ext}"
@@ -2966,18 +2948,12 @@ EOF
 		  # we do not want to link against static libs,
 		  # but need to link against shared
 		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
-		  eval deplibdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
 		  if test -n "$deplibrary_names" ; then
 		    for tmp in $deplibrary_names ; do
 		      depdepl=$tmp
 		    done
-		    if test -f "$deplibdir/$depdepl" ; then
-		      depdepl="$deplibdir/$depdepl"
-	      	    elif test -f "$path/$depdepl" ; then
+		    if test -f "$path/$depdepl" ; then
 		      depdepl="$path/$depdepl"
-		    else
-		      # Can't find it, oh well...
-		      depdepl=
 		    fi
 		    # do not add paths which are already there
 		    case " $newlib_search_path " in
@@ -3125,10 +3101,9 @@ EOF
 
     case $linkmode in
     oldlib)
-      case " $deplibs" in
-      *\ -l* | *\ -L*)
-	$echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 ;;
-      esac
+      if test -n "$deplibs"; then
+	$echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2
+      fi
 
       if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
 	$echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
@@ -4270,10 +4245,9 @@ EOF
       ;;
 
     obj)
-      case " $deplibs" in
-      *\ -l* | *\ -L*)
-	$echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 ;;
-      esac
+      if test -n "$deplibs"; then
+	$echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2
+      fi
 
       if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
 	$echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2
@@ -6512,7 +6486,7 @@ relink_command=\"$relink_command\""
       fi
 
       # Restore saved environment variables
-      for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+      for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
       do
 	eval "if test \"\${save_$lt_var+set}\" = set; then
 		$lt_var=\$save_$lt_var; export $lt_var
diff -pruN 4:3.5.10.dfsg.1-5/debian/changelog 4:3.5.10.dfsg.1-5ubuntu2/debian/changelog
--- 4:3.5.10.dfsg.1-5/debian/changelog	2010-08-07 22:11:50.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/changelog	2011-04-02 20:59:05.000000000 +0100
@@ -1,3 +1,59 @@
+kdelibs (4:3.5.10.dfsg.1-5ubuntu2) natty; urgency=low
+
+  * debian/rules: clean the dependency_libs out of .la files at build
+    time, per Policy 10.2
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 02 Apr 2011 12:59:05 -0700
+
+kdelibs (4:3.5.10.dfsg.1-5ubuntu1) natty; urgency=low
+
+  * Merge from Debian unstable. Remaining Ubuntu changes:
+    - make sure control and control.in are in sync
+    - --with-distribution="Kubuntu (`lsb_release --codename --short`)
+      $(DEB_VERSION)"
+    - binary-install/kdelibs-data installs aboutkde-kubuntu.png.uu and
+      cr*-device-system.png.uu
+    - don't build-dep on libgamin-dev, libfam-dev
+    - stop kdelibs4-dev depending on gamin/fam
+    - don't install .svgz icons, docs or all_languages in kdelibs-data.install
+    - rosetta support in rules common-install-prehook-impl:: [and
+      common-post-build-arch:: ?] and include debian/kubuntu-desktop-i18n/
+    - build-dep on: gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo
+    - cdbs build-dep 0.4.41ubuntu2
+    - kdelibs4-dev depends on gettext-kde, kdesdk-scripts
+    - copy debian/icons over
+    - Make kdelibs4c2a depend on launchpad-integration, sudo.  Recommends on
+      xdg-user-dirs
+    - Remove 19_debianize_useragent.diff (changed to
+      kubuntu_19_debianize_useragent.diff) s/Debian/Kubuntu
+    - remove kdelibs4c2a depends on menu-xdg
+    - include kubuntu_01_kdepot.diff and kde.pot in debian/patches/common
+    - use a local copy of kde.mk without the common-install-prehook-impl::
+      rule; edit debian-qt-kde.mk to include debian/cdbs/kde.mk
+    - build with --with-sudo-kdesu-backend and build-dep on sudo and make
+      kdelibs4c2a depend on sudo
+    - kdelibs-data.install : Add nzb mimetype
+    - Make kdelibs4-dev replace more recent kdelibs4c2a for overlapping files
+    - remove /usr/bin/preparetips, arts files and ksvntopng from
+      kdelibs4-dev.install
+    - Drop the package kdelibs4-doc completely. It contained API documentation
+      which is now obsolete, but still available via api.kde.org.
+    - make sure control and control.in are in sync
+    - in debian/rule remove .pot files outside .po directory
+    - 97_automake_cleanup.diff becomes kubuntu_97_automake_cleanup.diff
+    - Remove libarts1-dev from build-depends and kdelibs4-dev depends from
+      control.in
+  * Drop kubuntu_98_fix_khc_invocation.diff, replaced by
+    68_support_khelpcenter4.diff
+  * Drop kubuntu_97_automake_cleanup.diff, replaced by 97_automake_cleanup.diff
+  * Re-add security_05_XMLHttpRequest_vulnerability.diff which has been
+    accidentally dropped
+  * Fix FTBFS, in debian/rules:
+    - Add -Wl,--add-needed to LDFLAGS
+    - Disable parallel building
+
+ -- Felix Geyer <debfx-pkg@fobos.de>  Fri, 15 Oct 2010 19:20:42 +0200
+
 kdelibs (4:3.5.10.dfsg.1-5) unstable; urgency=medium
 
   * Change by email address to @debian.org.
@@ -30,7 +86,7 @@ kdelibs (4:3.5.10.dfsg.1-4) unstable; ur
   [ Moritz Muehlenhoff ]
   * Update copyright file. (Closes: #520485)
   * License for certbundle files has been clarified. (Closes: #520977)
-  * Document scope of security support in Squeeze.	
+  * Document scope of security support in Squeeze.  
 
   [ Ana Beatriz Guerrero Lopez ]
   * Update to Standards-Version 3.9.1, no changes required.
@@ -38,6 +94,58 @@ kdelibs (4:3.5.10.dfsg.1-4) unstable; ur
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 03 Aug 2010 19:51:40 -0400
 
+kdelibs (4:3.5.10.dfsg.1-3ubuntu2) lucid; urgency=low
+
+  * Remove kubuntu_97_kde4_menu_applications.diff, obsolete and can
+    cause breakage
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 29 Jan 2010 00:19:10 +0000
+
+kdelibs (4:3.5.10.dfsg.1-3ubuntu1) lucid; urgency=low
+
+  * Merge from Debian Testing.  Remaining Ubuntu changes:
+    - make sure control and control.in are in sync
+    - --with-distribution="Kubuntu (`lsb_release --codename --short`)
+      $(DEB_VERSION)"
+    - binary-install/kdelibs-data installs aboutkde-kubuntu.png.uu and
+      cr*-device-system.png.uu
+    - don't build-dep on libgamin-dev, libfam-dev
+    - stop kdelibs4-dev depending on gamin/fam
+    - don't install .svgz icons, docs or all_languages in kdelibs-data.install
+    - rosetta support in rules common-install-prehook-impl:: [and
+      common-post-build-arch:: ?] and include debian/kubuntu-desktop-i18n/
+    - build-dep on: gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo
+    - cdbs build-dep 0.4.41ubuntu2
+    - kdelibs4-dev depends on gettext-kde, kdesdk-scripts
+    - copy debian/icons over
+    - Make kdelibs4c2a depend on launchpad-integration, sudo.  Recommends on
+      xdg-user-dirs
+    - Remove 19_debianize_useragent.diff (changed to
+      kubuntu_19_debianize_useragent.diff) s/Debian/Kubuntu
+    - remove kdelibs4c2a depends on menu-xdg
+    - include kubuntu_01_kdepot.diff and kde.pot in debian/patches/common
+    - use a local copy of kde.mk without the common-install-prehook-impl::
+      rule; edit debian-qt-kde.mk to include debian/cdbs/kde.mk
+    - build with --with-sudo-kdesu-backend and build-dep on sudo and make
+      kdelibs4c2a depend on sudo
+    - kdelibs-data.install : Add nzb mimetype
+    - Make kdelibs4-dev replace more recent kdelibs4c2a for overlapping files
+    - remove /usr/bin/preparetips, arts files and ksvntopng from
+      kdelibs4-dev.install
+    - Drop the package kdelibs4-doc completely. It contained API documentation
+      which is now obsolete, but still available via api.kde.org.
+    - make sure control and control.in are in sync
+    - in debian/rule remove .pot files outside .po directory
+    - 97_automake_cleanup.diff becomes kubuntu_97_automake_cleanup.diff
+  * Remove libarts1-dev from build-depends and kdelibs4-dev depends from control.in
+  * Drop debian/patches/kubuntu_62_flash_installer.diff (obsolete and broken)
+  * Drop debian/patches/kubuntu_gcc4.4_ftbfs.diff, now included from Debian as
+    debian/patches/65_gcc4.4_ftbfs.diff
+  * Drop debian/patches/security_05_CVE-2009-0689.diff, now included from
+    Debian as debian/patches/CVE-2009-0689.diff
+
+ -- Scott Kitterman <scott@kitterman.com>  Sat, 09 Jan 2010 13:49:59 -0500
+
 kdelibs (4:3.5.10.dfsg.1-3) unstable; urgency=high
 
   +++ Changes by Scott Kitterman (patches from Kubuntu):
@@ -61,13 +169,73 @@ kdelibs (4:3.5.10.dfsg.1-3) unstable; ur
   * Update Vcs* in debian/control for new location.
 
   +++ Changes by Ana Beatriz Guerrero Lopez:
-  
+
   * Add a depend on ${shlibs:Depends} to kdelibs5-dev to make lintian happy.
   * Remove Sune from Uploaders per his request.
   * Update Armin and Modestas emails.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 04 Jan 2010 18:32:06 +0100
 
+kdelibs (4:3.5.10.dfsg.1-2.1ubuntu4) lucid; urgency=low
+
+  * SECURITY UPDATE: fix buffer overflow when converting string to float
+    - debian/patches/security_05_CVE-2009-0689.diff: adjust Kmax to handle
+      large field numbers in kjs/dtoa.cpp
+    - CVE-2009-0689
+
+ -- Jamie Strandboge <jamie@ubuntu.com>  Mon, 07 Dec 2009 15:19:01 -0600
+
+kdelibs (4:3.5.10.dfsg.1-2.1ubuntu3) lucid; urgency=low
+
+  * SECURITY UPDATE: uncontrolled XMLHTTPRequest vulnerability
+   - Ark and KMail performs insufficient validation which leads to
+     specially crafted archive files, using unknown MIME types, to be
+     rendered using a KHTML instance, this can trigger uncontrolled
+     XMLHTTPRequests to remote sites
+   - Add debian/patches/security_05_XMLHttpRequest_vulnerability.diff,
+     restricts xmlhttprequest to http protocols only
+   - http://www.kde.org/info/security/advisory-20091027-1.txt
+   - oCert: #2009-015 http://www.ocert.org/advisories/ocert-2009-015.html
+   - CVE n/a
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 07 Dec 2009 17:42:13 +0000
+
+kdelibs (4:3.5.10.dfsg.1-2.1ubuntu2) lucid; urgency=low
+
+  * Update kubuntu_38_no_generate_kdepot.diff to generate correct kde.pot
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 10 Nov 2009 12:23:54 +0000
+
+kdelibs (4:3.5.10.dfsg.1-2.1ubuntu1) lucid; urgency=low
+
+  * Merge with Debian, remaining changes
+   - make sure control and control.in are in sync
+   - --with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)"
+   - binary-install/kdelibs-data installs aboutkde-kubuntu.png.uu and cr*-device-system.png.uu
+   - don't build-dep on libgamin-dev, libfam-dev
+   - stop kdelibs4-dev depending on gamin/fam
+   - don't install .svgz icons, docs or all_languages in kdelibs-data.install
+   - rosetta support in rules common-install-prehook-impl:: [and common-post-build-arch:: ?] and include debian/kubuntu-desktop-i18n/
+   - build-dep on: gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo
+   - cdbs build-dep 0.4.41ubuntu2
+   - kdelibs4-dev depends on gettext-kde, kdesdk-scripts
+   - copy debian/icons over
+   - Make kdelibs4c2a depend on launchpad-integration, sudo.  Recommends on xdg-user-dirs
+   - Remove 19_debianize_useragent.diff (changed to kubuntu_19_debianize_useragent.diff) s/Debian/Kubuntu
+   - remove kdelibs4c2a depends on menu-xdg
+   - include kubuntu_01_kdepot.diff and kde.pot in debian/patches/common
+   - use a local copy of kde.mk without the common-install-prehook-impl:: rule; edit debian-qt-kde.mk to include debian/cdbs/kde.mk
+   - build with --with-sudo-kdesu-backend and build-dep on sudo and make kdelibs4c2a depend on sudo
+   - kdelibs-data.install : Add nzb mimetype
+   - Make kdelibs4-dev replace more recent kdelibs4c2a for overlapping files
+   - remove /usr/bin/preparetips, arts files and ksvntopng from kdelibs4-dev.install
+   - Drop the package kdelibs4-doc completely. It contained API documentation  which is now obsolete, but still available via api.kde.org.
+   - make sure control and control.in are in sync
+   - in debian/rule remove .pot files outside .po directory
+   - 97_automake_cleanup.diff becomes kubuntu_97_automake_cleanup.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 09 Nov 2009 17:43:28 +0000
+
 kdelibs (4:3.5.10.dfsg.1-2.1) unstable; urgency=high
 
   * Non-maintainer upload by the testing Security Team.
@@ -94,6 +262,81 @@ kdelibs (4:3.5.10.dfsg.1-2.1) unstable; 
 
  -- Giuseppe Iuculano <iuculano@debian.org>  Wed, 14 Oct 2009 09:57:26 +0200
 
+kdelibs (4:3.5.10.dfsg.1-2ubuntu7) karmic; urgency=low
+
+  * Move the pot removal to common-binary-predeb-indep so it does not
+    cause mid-build break, also prevent it from removing pot files that reside
+    in ./debian/, to prevent dh_install from failing (LP: #432378)
+
+ -- Harald Sitter <apachelogger@ubuntu.com>  Sat, 19 Sep 2009 00:02:34 +0200
+
+kdelibs (4:3.5.10.dfsg.1-2ubuntu6) karmic; urgency=low
+
+  * Nuke all the pots outside the po directory. qt-messages.pot is getting
+    merged into the main kdelibs.pot but the fancy importer app thinks that
+    it is a good idea to import all pots to be found anywhere within the
+    source tree. Thus it also imports qt-messages.pot which is then duplicated
+    with kdelibs.pot (also imported obviously). qt-messages.pot should also be
+    removed from LP (LP: #432378)
+
+ -- Harald Sitter <apachelogger@ubuntu.com>  Fri, 18 Sep 2009 23:04:42 +0200
+
+kdelibs (4:3.5.10.dfsg.1-2ubuntu5) karmic; urgency=low
+
+  * SECURITY UPDATE: fix vulnerability with NULL byte in Subject Alternate
+    Names field of X.509 certificates
+    - debian/patches/security_04_CVE-2009-2702.diff: verify that the
+      QString length of the SAN is not shorter than the ASN1 length
+    - CVE-2009-2702
+  * kubuntu_glibc_2.8_ftbfs.diff: fix FTBFS when using gcc 4.4 or higher
+  * Following patches forward ported from http://www.ubuntu.com/usn/USN-822-1
+    (by Marc Deslauriers)
+  * SECURITY UPDATE: arbitrary code execution via JavaScript garbage
+    collector allocation failures
+    - debian/patches/security_01_CVE-2009-1687.diff: make sure we don't
+      overflow before doing the realloc in kjs/collector.cpp.
+    - CVE-2009-1687
+  * SECURITY UPDATE: arbitrary code execution via use-after-free
+    - debian/patches/security_02_CVE-2009-1690.diff: use head.get() in
+      khtml/html/htmlparser.cpp, and backport khtml/html/{AlwaysInline,
+      htmlparser,Platform,RefPtr}.h.
+    - CVE-2009-1690
+  * SECURITY UPDATE: arbitrary code execution via CSS attr function call
+    with a large numerical argument
+    - debian/patches/security_03_CVE-2009-1698.diff: add extra checks to
+      khtml/css/cssparser.cpp and implement CSSPrimitiveValue::CSS_ATTR in
+      khtml/css/css_valueimpl.cpp.
+    - CVE-2009-1698
+
+ -- Jamie Strandboge <jamie@ubuntu.com>  Tue, 15 Sep 2009 14:38:04 -0500
+
+kdelibs (4:3.5.10.dfsg.1-2ubuntu4) karmic; urgency=low
+
+  * Add build-dep on pkg-kde-tools so we have /usr/bin/extract* and the
+    package will build
+
+ -- Scott Kitterman <scott@kitterman.com>  Mon, 27 Jul 2009 13:55:47 -0400
+
+kdelibs (4:3.5.10.dfsg.1-2ubuntu3) karmic; urgency=low
+
+  * Ensure patches apply
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 25 May 2009 12:02:32 +0100
+
+kdelibs (4:3.5.10.dfsg.1-2ubuntu2) karmic; urgency=low
+
+  * Do not install usr/share/locale/all_languages and add depends on
+    kdelibs5-data, Closes LP: #374248
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 25 May 2009 11:27:40 +0100
+
+kdelibs (4:3.5.10.dfsg.1-2ubuntu1) karmic; urgency=low
+
+  * Merge with Debian, remaining changes in KUBUNTU-DEBIAN-CHANGES
+  * Don't add 64_use_sys_inotify.diff, we already have kubuntu_glibc_2.8_ftbfs.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 30 Apr 2009 12:49:44 +0000
+
 kdelibs (4:3.5.10.dfsg.1-2) unstable; urgency=low
 
   * Add 64_use_sys_inotify.diff patch to fix ftbfs caused by linux/inotify.
@@ -101,6 +344,87 @@ kdelibs (4:3.5.10.dfsg.1-2) unstable; ur
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 18 Mar 2009 16:59:36 +0100
 
+kdelibs (4:3.5.10.dfsg.1-1ubuntu8) jaunty; urgency=low
+
+  * Don't build with arts support (LP: #320915)
+  * Don't build apidox. We don't install them anyway
+
+ -- Harald Sitter <apachelogger@ubuntu.com>  Sat, 24 Jan 2009 20:28:13 +0100
+
+kdelibs (4:3.5.10.dfsg.1-1ubuntu7) jaunty; urgency=low
+
+  * Don't install anything to usr/share/doc/kde/HTML, this path will now be
+    used by KDE 4 (drop all content in favor of KDE 4) (LP: #284915)
+  * Drop the package kdelibs4-doc completely. It contained API documentation
+    which is now obsolete, but still available via api.kde.org.
+
+ -- Harald Sitter <apachelogger@ubuntu.com>  Sun, 18 Jan 2009 20:37:31 +0100
+
+kdelibs (4:3.5.10.dfsg.1-1ubuntu6) jaunty; urgency=low
+
+  * Add kubuntu_98_fix_khc_invocation.diff to invoke khelpcenter's exectuable
+    directly instead of trying to access it via DCOP or start it using it's
+    service file. Both are not available without KDE 3's kdebase (LP: #310135)
+
+ -- Harald Sitter <apachelogger@ubuntu.com>  Sun, 18 Jan 2009 14:24:38 +0100
+
+kdelibs (4:3.5.10.dfsg.1-1ubuntu5) jaunty; urgency=low
+
+  * Add back 97_automake_cleanup.diff (as kubuntu_97_automake_cleanup.diff),
+    needed to make libkhtml link to libkjs
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 10 Dec 2008 18:29:29 +0000
+
+kdelibs (4:3.5.10.dfsg.1-1ubuntu4) jaunty; urgency=low
+
+  * Added kubuntu_arm_ftbfs.diff (LP: #300873)
+    - Fixed ARM FTBFS by adding missing headers
+
+ -- Michael Casadevall <sonicmctails@gmail.com>  Fri, 21 Nov 2008 13:16:05 -0500
+
+kdelibs (4:3.5.10.dfsg.1-1ubuntu3) jaunty; urgency=low
+
+  * Fix build failure, due to missing header includes.
+
+ -- Matthias Klose <doko@ubuntu.com>  Thu, 20 Nov 2008 12:11:25 +0100
+
+kdelibs (4:3.5.10.dfsg.1-1ubuntu2) jaunty; urgency=low
+
+  * Added kubuntu_glibc_2.8_ftbfs.diff
+    - Corrected FTBFS due to inotify/glibc headers mismatch (LP: #299909)
+  * Updated kubuntu_51_launchpad_integration.diff
+    - Explicately added #include <kstandarddirs.h> in khelpmenu.cpp to
+      resolve a FTBFS on armel
+
+ -- Michael Casadevall <sonicmctails@gmail.com>  Wed, 19 Nov 2008 16:34:30 -0500
+
+kdelibs (4:3.5.10.dfsg.1-1ubuntu1) jaunty; urgency=low
+
+  * Merge with Debian, remaining changes:
+   - --with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)"
+   - binary-install/kdelibs-data installs aboutkde-kubuntu.png.uu and cr*-device-system.png.uu
+   - don't build-dep on libgamin-dev, libfam-dev
+   - stop kdelibs4-dev depending on gamin/fam
+   - don't install .svgz icons in kdelibs-data.install
+   - rosetta support in rules common-install-prehook-impl:: [and common-post-build-arch:: ?] and include debian/kubuntu-desktop-i18n/
+   - build-dep on: gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo
+   - cdbs build-dep 0.4.41ubuntu2
+   - kdelibs4-dev depends on gettext-kde, kdesdk-scripts
+   - copy debian/icons over
+   - Make kdelibs4c2a depend on launchpad-integration, sudo.  Recommends on xdg-user-dirs
+   - Remove 19_debianize_useragent.diff (changed to kubuntu_19_debianize_useragent.diff) s/Debian/Kubuntu
+   - remove kdelibs4c2a depends on menu-xdg
+   - include kubuntu_01_kdepot.diff and kde.pot in debian/patches/common
+   - use a local copy of kde.mk without the common-install-prehook-impl:: rule; edit debian-qt-kde.mk to include debian/cdbs/kde.mk
+   - build with --with-sudo-kdesu-backend and build-dep on sudo and make kdelibs4c2a depend on sudo
+   - kdelibs-data.install : Add nzb mimetype
+   - Make kdelibs4-dev replace more recent kdelibs4c2a for overlapping files
+   - remove /usr/bin/preparetips from kdelibs4-dev package
+   - Remove ksvgtopng from kdelibs4-dev (conflicts with kdebase-runtime)
+  * Remove kubuntu_66_konsole_pty.diff, no longer needed
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 06 Nov 2008 13:18:46 +0000
+
 kdelibs (4:3.5.10.dfsg.1-1) unstable; urgency=low
 
   +++ Changes by Ana Beatriz Guerrero Lopez:
@@ -115,10 +439,10 @@ kdelibs (4:3.5.10.dfsg.1-1) unstable; ur
     that have been dropped now.
     - New changes:
       - Changes for showing KDE 3.5.10 instead of 3.5.9 in the KDE apps.
-      - Fix while saving sessions for multiple scripts. (KDE SVN r837226, 
+      - Fix while saving sessions for multiple scripts. (KDE SVN r837226,
         KDE bug 166598).
       - Fix in kdeprint. (KDE SVN r848634)
-      - Avoid showing authentication-dialogue being put behind the application 
+      - Avoid showing authentication-dialogue being put behind the application
         window. (KDE SVN r849216, KDE bug 121803).
 
   +++ Changes by Raúl Sánchez Siles:
@@ -126,7 +450,7 @@ kdelibs (4:3.5.10.dfsg.1-1) unstable; ur
   * kdeprint: Wrong initscript name (cupsys instead of cups) (Closes:
     #496110)
   * Fixed 98_buildprep.patch so double compilation works.
-  * Fixed wrong http header parsing, added 61_httpheader_backport.diff 
+  * Fixed wrong http header parsing, added 61_httpheader_backport.diff
   * Fixed wrong Google Maps rendering, added 62_fix_googlemaps_backport.diff
   * Change dependencies from obsolete libcupsys2-dev to libcups2-dev.
   * konqueror: Crash on eBay page (Closes: #502459) with recently added
@@ -134,10 +458,62 @@ kdelibs (4:3.5.10.dfsg.1-1) unstable; ur
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 26 Oct 2008 21:21:12 +0100
 
+kdelibs (4:3.5.10-0ubuntu6) intrepid; urgency=low
+
+  * Don't install launchpad.png icon, now in kdelibs5-data
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 06 Oct 2008 15:39:39 +0100
+
+kdelibs (4:3.5.10-0ubuntu5) intrepid; urgency=low
+
+  * Re-enabled inotify by backporting amd64 fix for
+    inotify from kdelibs SVN
+
+ -- Michael Casadevall <sonicmctails@gmail.com>  Wed, 10 Sep 2008 18:57:38 -0400
+
+kdelibs (4:3.5.10-0ubuntu4) intrepid; urgency=low
+
+  * Corrected FTBFS on amd64 by disabling inotify, which is broken
+    due to a glibc/linux headers disagreement on flock.
+
+ -- Michael Casadevall <sonicmctails@gmail.com>  Tue, 09 Sep 2008 19:15:07 -0400
+
+kdelibs (4:3.5.10-0ubuntu3) intrepid; urgency=low
+
+  * Revert unintentional changes, caused in 4:3.5.10-0ubuntu2 by an unclean
+    source tree
+
+ -- Harald Sitter <apachelogger@ubuntu.com>  Sat, 06 Sep 2008 20:55:24 +0200
+
+kdelibs (4:3.5.10-0ubuntu2) intrepid; urgency=low
+
+  * Remove ksvgtopng from kdelibs4-dev (conflicts with kdebase-runtime)
+
+ -- Harald Sitter <apachelogger@ubuntu.com>  Fri, 05 Sep 2008 16:30:10 +0200
+
+kdelibs (4:3.5.10-0ubuntu1) intrepid; urgency=low
+
+  * Merge from Debian unstable (LP: #258458). Remaining Ubuntu changes:
+    + debian/control.in:
+      - modify libavahi-client-dev and libavahi-qt3-dev version to >= 0.6.23 in
+        Build-Depends and kdelibs4-dev Depends fields
+      - update Standards-Version to 3.8.0
+    + remove /usr/bin/preparetips from kdelibs4-dev package
+    + fix substvar-source-version-is-deprecated lintian warning
+    + fix build-depends-on-essential-package-without-using-version lintian error
+    + all the other changes are listed in debian/KUBUNTU-DEBIAN-CHANGES.
+  * New upstream release.
+  * Drop 02_kate_regression_r777286, 01_kdelibs_branch_r828883,
+    03_start_kdeinit_integer_overflow, 06_khtml_rendering_r786289 patches,
+    merged upstream.
+  * Update 05_kate_debianchangelog_default_context_r799980 patch.
+
+ -- Devid Antonio Filoni <d.filoni@ubuntu.com>  Thu, 21 Aug 2008 17:06:18 +0200
+
 kdelibs (4:3.5.9.dfsg.1-6) unstable; urgency=medium
 
   * Fix kdepart freeze with some replacements. (Closes: #482268)
-    Many thanks to Steve Cotton. 
+    Many thanks to Steve Cotton.
 
  -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Tue, 08 Jul 2008 22:53:51 +0200
 
@@ -153,7 +529,7 @@ kdelibs (4:3.5.9.dfsg.1-5) unstable; urg
   * Disable debug output of KMail by default.
 
   +++ Changes by Ana Beatriz Guerrero Lopez:
-  
+
   * KDE_3_5_BRANCH update (up to r828883):
     - Translation updates in desktop files.
     - Update kate syntax highlighting files. (Closes:#482529)
@@ -163,6 +539,77 @@ kdelibs (4:3.5.9.dfsg.1-5) unstable; urg
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 07 Jul 2008 01:40:24 +0200
 
+kdelibs (4:3.5.9.dfsg.1-4ubuntu6) intrepid; urgency=low
+
+  * debian/control.in: modify libavahi-client-dev and libavahi-qt3-dev version
+    to >= 0.6.23 in Build-Depends and kdelibs4-dev Depends fields, the new
+    avahi fixes its shlibs.
+
+ -- Devid Filoni <d.filoni@techemail.com>  Sun, 27 Jul 2008 22:08:07 +0200
+
+kdelibs (4:3.5.9.dfsg.1-4ubuntu5) intrepid; urgency=low
+
+  * debian/control.in: change libcupsys2-dev to libcups2-dev in Build-Depends
+    and kdelibs4-dev Depends fields.
+  * Fix substvar-source-version-is-deprecated lintian warning.
+  * Fix build-depends-on-essential-package-without-using-version lintian error.
+  * Update Standards-Version to 3.8.0.
+
+ -- Devid Filoni <d.filoni@techemail.com>  Fri, 25 Jul 2008 22:24:43 +0200
+
+kdelibs (4:3.5.9.dfsg.1-4ubuntu4) intrepid; urgency=low
+
+  * Remove /usr/bin/preparetips from kdelibs4-dev package because it is already
+    in kdesdk-scripts package (and kdelibs4-dev depends on it).
+
+ -- Devid Filoni <d.filoni@techemail.com>  Thu, 24 Jul 2008 20:47:22 +0200
+
+kdelibs (4:3.5.9.dfsg.1-4ubuntu3) intrepid; urgency=low
+
+  * Add missing file kde.pot
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 09 May 2008 19:00:57 +0100
+
+kdelibs (4:3.5.9.dfsg.1-4ubuntu2) intrepid; urgency=low
+
+  * Add missing file kubuntu_01_kdepot.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 09 May 2008 16:11:07 +0100
+
+kdelibs (4:3.5.9.dfsg.1-4ubuntu1) intrepid; urgency=low
+
+  * Merge from debian unstable, remaining changes:
+    - updated copyright information in alocal.m4
+    - updated maintainer/uploader information in debian/control
+    - bumped Standards-Version 3.7.3 in debian/control
+    - added Depends launchpad-integration for kdelibs4c2a in debian/control.in
+    - Kubuntu uses a newer version of automake in /debian/patches/common/update.sh
+    - --with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)"
+    - binary-install/kdelibs-data installs aboutkde-kubuntu.png.uu and cr*-device-system.png.uu
+    - don't build-dep on of libgamin-dev, libfam-dev
+    - stop kdelibs4-dev depending on gamin/fam
+    - don't install .svgz icons in kdelibs-data.install
+    - rosetta support in rules common-install-prehook-impl:: and common-post-build-arch:: and include debian/kubuntu-desktop-i18n/
+    - build-dep on: gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo
+    - cdbs build-dep 0.4.41ubuntu2
+    - kdelibs4-dev depends on gettext-kde, kdesdk-scripts
+    - copy debian/icons over
+    - Make kdelibs4c2a depend on launchpad-integration, sudo.  Recommends on xdg-user-dirs
+    - Remove 19_debianize_useragent.diff (changed to kubuntu_19_debianize_useragent.diff) s/Debian/Kubuntu
+    - remove kdelibs4c2a depends on menu-xdg
+    - include kubuntu_01_kdepot.diff and kde.pot in debian/patches/common
+    - use a local copy of kde.mk without the common-install-prehook-impl:: rule; edit debian-qt-kde.mk to include debian/cdbs/kde.mk
+    - build with --with-sudo-kdesu-backend and build-dep on sudo and make kdelibs4c2a depend on sudo
+    - kdelibs-data.install : Add nzb mimetype
+    - Make kdelibs4-dev replace more recent kdelibs4c2a for overlapping files
+    - Removed patches merged upstream:
+      kubuntu_52_xinerama.diff
+      kubuntu_98_kate_paste_cursor.diff
+    - remove 98_buildprep.diff
+    - change Debian's 19_debianize_useragent.diff to kubuntu_19_debianize_useragent.diff
+
+ -- Richard Birnie <Arbyuk@googlemail.com>  Thu, 01 May 2008 01:57:54 +0100
+
 kdelibs (4:3.5.9.dfsg.1-4) unstable; urgency=low
 
   * Add 03_start_kdeinit_integer_overflow.diff patch to fix a security
@@ -219,13 +666,71 @@ kdelibs (4:3.5.9.dfsg.1-1) unstable; urg
   * Drop PACKAGES_WITH_LIBS from debian/rules. It's no longer needed.
 
   +++ Changes by Ana Beatriz Guerrero Lopez:
-  
+
   * Remove -1-revision from libtiff4-dev build dependency.
   * Replace remaining Source-Version variable with source:Version.
   * Fix format problems in man/kdeinit.1 and man/imagetops.1
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 02 Mar 2008 04:49:19 +0100
 
+kdelibs (4:3.5.9-0ubuntu7) hardy; urgency=low
+
+  * Update debian/patches/kubuntu_55_printer_sharing.diff to run
+    system-config-printer-kde to let users enable printer sharing
+    rather than the old cups settings scripts.  Closes LP: #208381
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 10 Apr 2008 00:03:28 +0100
+
+kdelibs (4:3.5.9-0ubuntu6) hardy; urgency=low
+
+  * Renamed kubuntu_99_system_config_printer_applet.diff to
+    kubuntu_9901_system_config_printer_applet.diff
+  * Added kubuntu_9902_kde4_kded_blacklist_modules.diff, don't autoload
+    every kded modules in KDE4, replace kubuntu_9924_kde4_no_medianotifier.diff
+    from kdebase
+
+ -- Guillaume Martres <smarter@ubuntu.com>  Fri, 28 Mar 2008 19:49:46 +0100
+
+kdelibs (4:3.5.9-0ubuntu5) hardy; urgency=low
+
+  * Add kubuntu_99_system_config_printer_applet.diff, don't show
+    printer applet if system-config-printer-applet-kde is installed
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 12 Mar 2008 17:34:49 +0000
+
+kdelibs (4:3.5.9-0ubuntu4) hardy; urgency=low
+
+  * Fixed debian/rules, msgcat keeps the first headers only.
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Tue, 11 Mar 2008 21:19:46 +0100
+
+kdelibs (4:3.5.9-0ubuntu3) hardy; urgency=low
+
+  [ Jonathan Riddell ]
+  * Add kubuntu_98_kate_paste_cursor.diff from upstream
+    Fixes http://bugs.kde.org/158069 "wrong cursor possition after Paste"
+
+  [ Anthony Mercatante ]
+  * Fixed debian/rules, running msgcat for kdelibs.pot in
+    common-install-prehook-impl target in order to proceed
+    earlier for Rosetta pot file export.
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 11 Mar 2008 16:20:44 +0100
+
+kdelibs (4:3.5.9-0ubuntu2) hardy; urgency=low
+
+  * Update kubuntu_93_speedbar_xdg_user_dirs.diff. Folder names in the
+    speedbar are going first_char_upper and Documents now has a nice
+    icon.
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Tue, 11 Mar 2008 12:53:03 +0100
+
+kdelibs (4:3.5.9-0ubuntu1) hardy; urgency=low
+
+  * New upstream release
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 14 Feb 2008 12:27:07 +0000
+
 kdelibs (4:3.5.8.dfsg.1-7) unstable; urgency=low
 
   +++ Changes by Matthew Rosewarne:
@@ -296,7 +801,155 @@ kdelibs (4:3.5.8.dfsg.1-3) unstable; urg
 
 kdelibs (4:3.5.8.dfsg.1-2) unstable; urgency=low
 
-  * Patch 50_handle_timestamps to handle properly X timestamps  that are so 
+  * Patch 50_handle_timestamps to handle properly X timestamps  that are so
+    high that they cannot be represented properly as signed long, only unsigned.
+  * Patch 51_fix_http_regression fixing regression in the KIO HTTP slave.
+
+ -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Sat, 20 Oct 2007 02:55:44 +0200
+
+kdelibs (4:3.5.8.dfsg.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #444383, #328479, #425741)
+  * Resync patches:
+    - Remove, applied upstream:
+      01_branch_kate_redo_save_fix, 01_branch_wait_for_kdeinit_to_finish,
+      48_cups13, 55_several-CVE-kdelibs-kdecore.
+  * Update *.install files.
+
+ -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Sat, 13 Oct 2007 11:53:45 +0200
+
+kdelibs (4:3.5.8-4ubuntu11) hardy; urgency=low
+
+  * Add patch kubuntu_98_kate_newline.diff from Sergei Ivanov
+    <svivanov@pdmi.ras.ru>, closes LP: #184675 "kate does not show
+    newline inserted at the beginning"
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 08 Feb 2008 14:04:02 +0000
+
+kdelibs (4:3.5.8-4ubuntu10) hardy; urgency=low
+
+  * Updated kubuntu_96_flash_xembed.diff:
+    - Sync with current svn status.
+    - Reported to make flash works again this time
+    - Closes LP: #184149
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Wed, 30 Jan 2008 17:38:47 +0100
+
+kdelibs (4:3.5.8-4ubuntu9) hardy; urgency=low
+
+  *   * Updated kubuntu_96_flash_xembed.diff:     - Sync with current
+    svn status.     - Reported to make flash works again this time
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Wed, 30 Jan 2008 17:38:26 +0100
+
+kdelibs (4:3.5.8-4ubuntu8) hardy; urgency=low
+
+  * Fix path to hicolor icons in kubuntu_97_kde4_menu_applications.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 29 Jan 2008 16:38:45 +0000
+
+kdelibs (4:3.5.8-4ubuntu7) hardy; urgency=low
+
+  * Add kubuntu_97_kde4_menu_applications.diff modified from SuSE, run KDE 4
+    apps without wrapper scripts
+  * Move xdg-user-dirs from Depends to Recommends, Closes LP: #186365
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 28 Jan 2008 18:07:39 +0000
+
+kdelibs (4:3.5.8-4ubuntu6) hardy; urgency=low
+
+  * Added kubuntu_96_flash_xembed.diff:
+    - Fix from KDE svn
+    - Partially fixes flash 9 breaking in konqueror. May not
+      always work...
+
+ -- Anthony Mercatante <tonio@kubuntu.org>  Tue, 22 Jan 2008 17:24:14 +0100
+
+kdelibs (4:3.5.8-4ubuntu5) hardy; urgency=low
+
+  * Add depends on xdg-user-dirs, Closes LP: #175982
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 22 Jan 2008 10:46:06 +0000
+
+kdelibs (4:3.5.8-4ubuntu4) hardy; urgency=low
+
+  [ Frode M. Døving ]
+  * Add kubuntu_95_kurl-not-so-pretty.diff
+    Closes: LP #162233 , KDE Bug: #150973
+    kurl prettyUrl corrupts original url.
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 14 Dec 2007 17:29:27 +0000
+
+kdelibs (4:3.5.8-4ubuntu3) hardy; urgency=low
+
+  * Rebuild for libopenexr transition
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 11 Dec 2007 09:50:59 +0000
+
+kdelibs (4:3.5.8-4ubuntu2) hardy; urgency=low
+
+  * Add kubuntu_95_fix_smb_scan.diff from Guillaume Martres, fixes SMB
+    printer browsing.  Closes LP: #57666
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 07 Dec 2007 18:11:39 +0000
+
+kdelibs (4:3.5.8-4ubuntu1) hardy; urgency=low
+
+  * Merge with Debian, adds 53_kdelibs_ltdl_ext.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 23 Nov 2007 18:22:18 +0000
+
+kdelibs (4:3.5.8.dfsg.1-4) unstable; urgency=low
+
+  * Add a patch to allow to dlopen .so files and not only .la files.
+    Now kamera, digikam and others doesn't need to depend on -dev packages.
+
+ -- Sune Vuorela <debian@pusling.com>  Mon, 12 Nov 2007 13:00:41 +0100
+
+kdelibs (4:3.5.8-3ubuntu2) hardy; urgency=low
+
+  * Add kubuntu_93_speedbar_xdg_user_dirs.diff,
+    kubuntu_93_xdg_dirs_document_path.diff, kubuntu_94_xdg_dirs_i18n.diff
+    from Mandriva, adds support for XDG home dirs
+  * Make kdelibs4-dev replace more recent kdelibs4c2a for overlapping files
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 14 Nov 2007 15:10:40 +0000
+
+kdelibs (4:3.5.8-3ubuntu1) hardy; urgency=low
+
+  * Merge with Debian, remaining changes:
+   - --with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)"
+   - binary-install/kdelibs-data installs aboutkde-kubuntu.png.uu and cr*-device-system.png.uu
+   - none of libgamin-dev, libfam-dev
+   - stop kdelibs4-dev depending on gamin/fam
+   - don't install .svgz icons in kdelibs-data.install
+   - rosetta support in rules common-install-prehook-impl:: and common-post-build-arch:: and include debian/kubuntu-desktop-i18n/
+   - build-dep on: gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo
+   - cdbs build-dep 0.4.41ubuntu2
+   - kdelibs4-dev depends on gettext-kde, kdesdk-scripts
+   - copy debian/icons over
+   - Make kdelibs4c2a depend on launchpad-integration
+   - Remove 19_debianize_useragent.diff (changed to kubuntu_19_debianize_useragent.diff) s/Debian/Kubuntu
+   - remove kdelibs4c2a depends on menu-xdg
+   - include kubuntu_01_kdepot.diff and kde.pot in debian/patches/common
+   - use a local copy of kde.mk without the common-install-prehook-impl:: rule; edit debian-qt-kde.mk to include debian/cdbs/kde.mk
+   - build with --with-sudo-kdesu-backend and build-dep on sudo and make kdelibs4c2a depend on sudo
+   - kdelibs-data.install : Add nzb mimetype
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 13 Nov 2007 18:18:05 +0000
+
+kdelibs (4:3.5.8.dfsg.1-3) unstable; urgency=low
+
+  * Bump shlibs. This is needed as there is a wrapper script introduced in
+    kdelibs.
+  * Pull patch from usptream to fix issue with zoom settings in kpdf, kview
+    and many other applications.
+
+ -- Sune Vuorela <debian@pusling.com>  Tue, 23 Oct 2007 00:17:32 +0200
+
+kdelibs (4:3.5.8.dfsg.1-2) unstable; urgency=low
+
+  * Patch 50_handle_timestamps to handle properly X timestamps  that are so
     high that they cannot be represented properly as signed long, only unsigned.
   * Patch 51_fix_http_regression fixing regression in the KIO HTTP slave.
 
@@ -309,7 +962,7 @@ kdelibs (4:3.5.8.dfsg.1-1) unstable; urg
     - Remove, applied upstream:
       01_branch_kate_redo_save_fix, 01_branch_wait_for_kdeinit_to_finish,
       48_cups13, 55_several-CVE-kdelibs-kdecore.
-  * Update *.install files. 
+  * Update *.install files.
 
  -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Sat, 13 Oct 2007 11:53:45 +0200
 
@@ -338,12 +991,12 @@ kdelibs (4:3.5.7.dfsg.1-6) unstable; urg
 kdelibs (4:3.5.7.dfsg.1-5) unstable; urgency=low
 
   +++ Changes by Ana Beatriz Guerrero Lopez:
-  
+
   * Add patch 48_cups13.diff to build against new CUPS 1.3.0.
     Patch by Tim Waugh. (Closes: #438558)
   * Add patch 48_hurd_support.diff to fix FTBFS on hurd-i386.
     Patch by Samuel Thibault. (Closes: #438952)
-  
+
   +++ Changes by Fathi Boudra:
 
   * Move binaries to kdelibs4-dev: kconfig_compiler, ksvgtopng,
@@ -365,7 +1018,7 @@ kdelibs (4:3.5.7.dfsg.1-3) unstable; urg
 
   +++ Changes by Sune Vuorela:
 
-  * Relax uploaders.mk (Closes: #434259) 
+  * Relax uploaders.mk (Closes: #434259)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 23 Jul 2007 21:45:43 +0200
 
@@ -383,6 +1036,38 @@ kdelibs (4:3.5.7.dfsg.1-2) unstable; urg
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 19 Jul 2007 22:52:17 +0200
 
+kdelibs (4:3.5.8-0ubuntu4) hardy; urgency=low
+
+  * Sync hardy with gutsy-proposed
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 27 Oct 2007 16:23:56 +0100
+
+kdelibs (4:3.5.8-0ubuntu3.1) gutsy-proposed; urgency=low
+
+  * Add kubuntu_94_kselectaction.diff Closes: LP #155144
+    Editable KSelectAction stopped working for custom values
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sun, 21 Oct 2007 00:09:25 +0100
+
+kdelibs (4:3.5.8-0ubuntu3) gutsy-proposed; urgency=low
+
+  * Update kubuntu_93_https_fix.diff closes LP: #153500
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 17 Oct 2007 21:40:16 +0100
+
+kdelibs (4:3.5.8-0ubuntu2) gutsy; urgency=low
+
+  * Add kubuntu_93_https_fix.diff closes LP: #152449
+    HTTPS not working with Konqueror 3.5.8
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 16 Oct 2007 16:29:24 +0100
+
+kdelibs (4:3.5.8-0ubuntu1) gutsy; urgency=low
+
+  * New upstream release
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 09 Oct 2007 09:37:39 +0100
+
 kdelibs (4:3.5.7.dfsg.1-1) unstable; urgency=low
 
   * New upstream release.
@@ -390,88 +1075,243 @@ kdelibs (4:3.5.7.dfsg.1-1) unstable; urg
       It is quite broken. (Closes: #416366)
 
   +++ Changes by Ana Beatriz Guerrero Lopez:
-  
+
   * Resync debian/patches:
-    - Remove, applied upstream: 
+    - Remove, applied upstream:
        22_konq_scroll2top_before_new_page_fix.diff,
        25_khtml_non_existant_page_crash.diff,
        45_konqueror-CVE-2007-0537.diff,
        46_CVE-2007-1564-kdelibs-3.5.6.diff,
        47_kdelibs-kjs-utf8-parsing.diff.
-  * Apply patch 45_gmail_spoof.diff by Allan Sandfeld, fixes gmail.com when browsing 
+  * Apply patch 45_gmail_spoof.diff by Allan Sandfeld, fixes gmail.com when browsing
     the website spoofing konqueror as firefox browser.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 20 May 2007 15:44:32 +0100
 
-kdelibs (4:3.5.6.r1.dfsg.1-4) unstable; urgency=low
+kdelibs (4:3.5.7-1ubuntu15) gutsy; urgency=low
 
-  +++ Changes by Daniel Schepler:
+  * SECURITY UPDATE: URL spoofing via trailing spaces
+  * Add kubuntu_98_trailing_spaces_fix.diff: upstream fixes.
+  * References
+    CVE-2007-4225
+    http://www.kde.org/info/security/advisory-20070914-1.txt
 
-  * Rebuild against new jasper packages, and update the Build-Depends
-    and kdelibs4-dev dependencies accordingly.
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 01 Oct 2007 23:07:11 +0100
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Fri, 20 Apr 2007 13:58:36 -0400
+kdelibs (4:3.5.7-1ubuntu14) gutsy; urgency=low
 
-kdelibs (4:3.5.6.r1.dfsg.1-3) unstable; urgency=low
+  * Added kubuntu_96_cups_1.3_compatibility.diff.
+    Fixes FTBFS against cups 1.3
 
-  +++ Changes by Sune Vuorela:
+ -- Anthony Mercatante <tonio@ubuntu.com>  Tue, 28 Aug 2007 13:14:47 +0200
 
-  * Take the patches from branches/etch to fix two security issues
-    46_CVE-2007-1564-kdelibs-3.5.6.diff and 47_kdelibs-kjs-utf8-parsing.diff
-    Fixes CVE-2007-1564 and CVE-2007-0242. (Closes: #417394, #416318)
+kdelibs (4:3.5.7-1ubuntu13) gutsy; urgency=low
 
-  +++ Changes by Ana Beatriz Guerrero Lopez:
+  * Droped kubuntu_93_kdelibs_kdesudo_support_fade_effect.diff, still
+    causes building issues. We'll have to take care with the next
+    version of the patch.
+  * Droped kubuntu_57_nomediaioslave_fileio.diff and
+    kubuntu_59_nomediaioslave_kfile_speedbar.diff:
+    -  it's been decided to switch back to the standard media:/
+       protocol, as /media create as many problems as it resolves...
 
-  * Add 44_sync_kwallet_changes to make kwallet write changes to disk
-    immediately, avoiding losing passwords if kwallet doesn't shutdown
-    cleanly. Patch by Josh Metzler. (Closes: #407272)
+ -- Anthony Mercatante <tonio@ubuntu.com>  Fri, 27 Jul 2007 17:17:26 +0200
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 18 Apr 2007 14:45:54 +0100
+kdelibs (4:3.5.7-1ubuntu12) gutsy; urgency=low
 
-kdelibs (4:3.5.6.r1.dfsg.1-2) experimental; urgency=low
+  * Added kubuntu_93_kdelibs_kdesudo_support_fade_effect.diff. Support
+    for kdesudo without causing troubles with other apps. Patch by
+    Stefan Skotte <sfs@enhance-it.dk>
 
-  +++ Changes by Modestas Vainius:
+ -- Anthony Mercatante <tonio@ubuntu.com>  Wed, 18 Jul 2007 23:34:52 +0200
 
-  * Fix the bug of KDE 3.5.6 - an annoying issue with konqueror scrolling to the top
-    of the old page before loading a new one. Patch from upstream svn (22nd patch).
-  * New patch (No. 25) from KDE bug #128564. Fixes khtml crash on loading
-    some non existing pages when javascript is disabled (Closes: #408413).
-    Probably fixes these KDE bugs too: #126812, #127137, #135117, #138449.
+kdelibs (4:3.5.7-1ubuntu11) gutsy; urgency=low
 
-  +++ Changes by Sune Vuorela:
+  * Droped kubuntu_93_kdelibs-kdesudo-support-wflags-and-kab-fix.diff
+    temporary, as that causes troubles building kde applications using
+    KDialogbase.
+    Will had the patch back once fixed to be less sensitive
 
-  * Bump shlibs.
-  
-  +++ Changes by Ana Beatriz Guerrero Lopez:
+ -- Anthony Mercatante <tonio@ubuntu.com>  Tue, 17 Jul 2007 12:10:22 +0100
 
-  * Add patch 45_konqueror-CVE-2007-0537.diff which fixes: Konqueror does not 
-    properly parse HTML comments, which allows remote attackers to conduct 
-    cross-site scripting (XSS) attacks. CVE-2007-0537.
+kdelibs (4:3.5.7-1ubuntu10) gutsy; urgency=low
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 07 Feb 2007 20:16:33 +0100
+  * Removed kubuntu_61_hibernate_icons.diff.uu, added the icons uuencoded
+    to debian/icons folder
+    Unifies the way icons are added and avoids launching buildprep to
+    build on i386
 
-kdelibs (4:3.5.6.r1.dfsg.1-1) experimental; urgency=low
+ -- Anthony Mercatante <tonio@ubuntu.com>  Sat, 14 Jul 2007 22:47:06 +0200
 
-  * New upstream tarball.
+kdelibs (4:3.5.7-1ubuntu9) gutsy; urgency=low
 
- -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Thu, 18 Jan 2007 18:57:06 +0100
+  [ Anthony Mercatante ]
+  * Fixed kubuntu_91_execute_feedback.patch again, improving the speed
+    of the effect to 3
 
-kdelibs (4:3.5.6.dfsg.1-1) experimental; urgency=low
+  [ Sarah Hobbs ]
+  * Added kubuntu_93_kdelibs-kdesudo-support-wflags-and-kab-fix.diff.
+    Thankyou to Stefan Skotte for this patch
+  * Removed kubuntu_28_fix_sudo.diff to fix KDM memory corruption
+    (LP: #47455, KDE bug #147454)
 
-  * New upstream release:
-    * Fixes "Up arrow confused with PrintScrn on evdev keyboards". (Closes: #400887)
-    * Fixes infinite recursion in khtml when rendering combination of blocks
-      with overflow:auto and float:right styles. (Closes: #392547)
-    * Fixes "Fatal IO error: client killed" problem in knode. (Closes: #356142)
-    * Fixes non-standard rendering of floats (khtml). (Closes: #357017)
-    * Fixes konqueror (khtml) crash when resolving ns in a stylesheet
-      @imported from external one. (Closes: #401937)
+ -- Sarah Hobbs <hobbsee@ubuntu.com>  Sat, 14 Jul 2007 01:51:38 +1000
 
-  +++ Changes by Modestas Vainius:
+kdelibs (4:3.5.7-1ubuntu8) gutsy; urgency=low
 
-  * Update kdelibs-data.install
-  * Resync debian/patches:
-    * Adapt to upstream changes - 27.
+  * Fixed kubuntu_91_execute_feedback.diff, slows down the animation.
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Wed, 11 Jul 2007 09:17:21 +0200
+
+kdelibs (4:3.5.7-1ubuntu7) gutsy; urgency=low
+
+  * Added XS-Vcs-Bzr:
+     https://code.launchpad.net/~kubuntu-members/kdelibs/debian, committed code
+     to bzr
+  * Added kubuntu_70_fileshareset-nfs-kernel-server.diff. Thanks to
+    dystopianray for this patch (LP #107403)
+
+ -- Sarah Hobbs <hobbsee@ubuntu.com>  Wed, 04 Jul 2007 14:57:25 +1000
+
+kdelibs (4:3.5.7-1ubuntu6) gutsy; urgency=low
+
+  * Applied buildprep to regenerate makefiles, needed for suspend and
+    hibernate icons to be installed. Fixes ftbfs on i386. The great
+    question is now to understand why did that work on other
+    architectures...
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Tue, 03 Jul 2007 18:04:56 +0200
+
+kdelibs (4:3.5.7-1ubuntu5) gutsy; urgency=low
+
+  * Fix patch kubuntu_03_applications_menu_entries_move.diff to not
+    conflict with earlier patches.
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 19 Jun 2007 21:46:56 +0100
+
+kdelibs (4:3.5.7-1ubuntu4) gutsy; urgency=low
+
+  * Update kubuntu_03_applications_menu_entries_move.diff to include
+    ooo-draw in Office menu
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 07 Jun 2007 16:28:26 +0100
+
+kdelibs (4:3.5.7-1ubuntu3) gutsy; urgency=low
+
+  * Remove dependency on libgamin from kdelibs4-dev
+  * Build-dep on libjasper-dev not libjasper-1.700-2-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 23 May 2007 13:54:20 +0100
+
+kdelibs (4:3.5.7-1ubuntu2) gutsy; urgency=low
+
+  * Fix .install files for 3.5.7
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 22 May 2007 19:48:30 +0100
+
+kdelibs (4:3.5.7-1ubuntu1) gutsy; urgency=low
+
+  [ Sarah Hobbs ]
+  * Merge with Debian for new upstream version, remaining changes in KUBUNTU-DEBIAN-CHANGES
+  * Removed kubuntu_94_real_mimetype.diff. Applied upstream
+
+  [ Jonathan Riddell ]
+  * Updated kubuntu_52_xinerama.diff
+  * Add kubuntu_69_applications_merged.diff to add applications-merged to apps menu, closes
+    https://bugs.launchpad.net/ubuntu/+source/wine/+bug/86824
+  * Build-dep on arts 1.5.7
+
+ -- Sarah Hobbs <hobbsee@ubuntu.com>  Mon, 21 May 2007 09:10:10 -0500
+
+kdelibs (4:3.5.7.dfsg.1-1) unstable; urgency=low
+
+  * New upstream release.
+    - Ability to have addressbook on remote kioslaves is disabled.
+      It is quite broken. (Closes: #416366)
+
+  +++ Changes by Ana Beatriz Guerrero Lopez:
+
+  * Resync debian/patches:
+    - Remove, applied upstream:
+       22_konq_scroll2top_before_new_page_fix.diff,
+       25_khtml_non_existant_page_crash.diff,
+       45_konqueror-CVE-2007-0537.diff,
+       46_CVE-2007-1564-kdelibs-3.5.6.diff,
+       47_kdelibs-kjs-utf8-parsing.diff.
+  * Apply patch 45_gmail_spoof.diff by Allan Sandfeld, fixes gmail.com when browsing
+    the website spoofing konqueror as firefox browser.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 20 May 2007 15:44:32 +0100
+
+kdelibs (4:3.5.6.r1.dfsg.1-4) unstable; urgency=low
+
+  +++ Changes by Daniel Schepler:
+
+  * Rebuild against new jasper packages, and update the Build-Depends
+    and kdelibs4-dev dependencies accordingly.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Fri, 20 Apr 2007 13:58:36 -0400
+
+kdelibs (4:3.5.6.r1.dfsg.1-3) unstable; urgency=low
+
+  +++ Changes by Sune Vuorela:
+
+  * Take the patches from branches/etch to fix two security issues
+    46_CVE-2007-1564-kdelibs-3.5.6.diff and 47_kdelibs-kjs-utf8-parsing.diff
+    Fixes CVE-2007-1564 and CVE-2007-0242. (Closes: #417394, #416318)
+
+  +++ Changes by Ana Beatriz Guerrero Lopez:
+
+  * Add 44_sync_kwallet_changes to make kwallet write changes to disk
+    immediately, avoiding losing passwords if kwallet doesn't shutdown
+    cleanly. Patch by Josh Metzler. (Closes: #407272)
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 18 Apr 2007 14:45:54 +0100
+
+kdelibs (4:3.5.6.r1.dfsg.1-2) experimental; urgency=low
+
+  +++ Changes by Modestas Vainius:
+
+  * Fix the bug of KDE 3.5.6 - an annoying issue with konqueror scrolling to the top
+    of the old page before loading a new one. Patch from upstream svn (22nd patch).
+  * New patch (No. 25) from KDE bug #128564. Fixes khtml crash on loading
+    some non existing pages when javascript is disabled (Closes: #408413).
+    Probably fixes these KDE bugs too: #126812, #127137, #135117, #138449.
+
+  +++ Changes by Sune Vuorela:
+
+  * Bump shlibs.
+
+  +++ Changes by Ana Beatriz Guerrero Lopez:
+
+  * Add patch 45_konqueror-CVE-2007-0537.diff which fixes: Konqueror does not
+    properly parse HTML comments, which allows remote attackers to conduct
+    cross-site scripting (XSS) attacks. CVE-2007-0537.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 07 Feb 2007 20:16:33 +0100
+
+kdelibs (4:3.5.6.r1.dfsg.1-1) experimental; urgency=low
+
+  * New upstream tarball.
+
+ -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Thu, 18 Jan 2007 18:57:06 +0100
+
+kdelibs (4:3.5.6.dfsg.1-1) experimental; urgency=low
+
+  * New upstream release:
+    * Fixes "Up arrow confused with PrintScrn on evdev keyboards". (Closes: #400887)
+    * Fixes infinite recursion in khtml when rendering combination of blocks
+      with overflow:auto and float:right styles. (Closes: #392547)
+    * Fixes "Fatal IO error: client killed" problem in knode. (Closes: #356142)
+    * Fixes non-standard rendering of floats (khtml). (Closes: #357017)
+    * Fixes konqueror (khtml) crash when resolving ns in a stylesheet
+      @imported from external one. (Closes: #401937)
+
+  +++ Changes by Modestas Vainius:
+
+  * Update kdelibs-data.install
+  * Resync debian/patches:
+    * Adapt to upstream changes - 27.
     * Remove, applied upstream - 02, 33, 35 (different patch), 36, 41, 42.
     * Fix offsets - 10, 16, 19, 21, 23.
   * Add libc6-dbg to kdelibs-dbg dependencies on amd64. It seems to be
@@ -480,6 +1320,147 @@ kdelibs (4:3.5.6.dfsg.1-1) experimental;
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 16 Jan 2007 15:54:12 +0100
 
+kdelibs (4:3.5.6-4ubuntu2) gutsy; urgency=low
+
+  * remove kdelibs4c2a depends on menu-xdg
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 01 May 2007 12:21:06 +0100
+
+kdelibs (4:3.5.6-4ubuntu1) gutsy; urgency=low
+
+  * Merge with Debian
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 27 Apr 2007 18:08:33 +0100
+
+kdelibs (4:3.5.6.r1.dfsg.1-4) unstable; urgency=low
+
+  +++ Changes by Daniel Schepler:
+
+  * Rebuild against new jasper packages, and update the Build-Depends
+    and kdelibs4-dev dependencies accordingly.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Fri, 20 Apr 2007 13:58:36 -0400
+
+kdelibs (4:3.5.6-0ubuntu14) feisty; urgency=low
+
+  * SECURITY UPDATE: possible XSS via incorrect UTF8 truncation.
+  * Add kubuntu_97_kjs_utf8_fixes.diff: upstream fixes.
+  * References
+    CVE-2007-0242
+
+ -- Kees Cook <kees@ubuntu.com>  Tue, 10 Apr 2007 11:19:42 -0700
+
+kdelibs (4:3.5.6-0ubuntu13) feisty; urgency=low
+
+  * SECURITY UPDATE: FTP PASV scanning vulnerability.
+  * Add kubuntu_96_ftp_pasv_scanning.diff
+  * References
+    ftp://ftp.kde.org/pub/kde/security_patches/CVE-2007-1564-kdelibs-3.5.6.diff
+    CVE-2007-1564
+
+ -- Kees Cook <kees@ubuntu.com>  Tue, 27 Mar 2007 16:24:53 -0700
+
+kdelibs (4:3.5.6-0ubuntu12) feisty; urgency=low
+
+  * Add kubuntu_95_ajax_encoding.diff, closes http://bugs.kde.org/130234
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 26 Mar 2007 18:28:18 +0100
+
+kdelibs (4:3.5.6-0ubuntu11) feisty; urgency=low
+
+  * Build-dep on new qt 3.3.7
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 26 Mar 2007 15:35:26 +0100
+
+kdelibs (4:3.5.6-0ubuntu10) feisty; urgency=low
+
+  * Add kubuntu_94_real_mimetype.diff, installs realaudio plugin mimetype
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 26 Mar 2007 12:24:15 +0100
+
+kdelibs (4:3.5.6-0ubuntu9) feisty; urgency=low
+
+  * Improved kubuntu_65_nzb_mimetype.diff, fixes Makefiles
+    for installation
+  * Add 35_jump_to_top.diff, fix jumping to the top right before
+    loading a new page. (LP: #84555)
+    Patch from Robert Carr <racarr@beryl-project.org>
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Tue, 20 Mar 2007 04:02:32 +0100
+
+kdelibs (4:3.5.6-0ubuntu8) feisty; urgency=low
+
+  * Add kubuntu_93_kjs_iframe_crash.diff from SVN,
+    fixes javascript crash when referencing iframe with FTP URL
+    http://bindshell.net/advisories/konq355
+    CVE-2007-1308
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  6 Mar 2007 17:42:42 +0000
+
+kdelibs (4:3.5.6-0ubuntu7) feisty; urgency=low
+
+  * Add kubuntu_92_kdeprint_filter.diff, closes Malone
+    #51354. Patch from Marcus Trautwig
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Thu, 22 Feb 2007 17:27:47 +0100
+
+kdelibs (4:3.5.6-0ubuntu6) feisty; urgency=low
+
+  * Fixed kubuntu_56_langpacks_desktop_files.diff, don't avoid
+    Catalogue loading for kdesktop
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Tue, 20 Feb 2007 17:14:32 +0100
+
+kdelibs (4:3.5.6-0ubuntu5) feisty; urgency=low
+
+  * Add kubuntu_91_execute_feedback.diff, replaces the zooming
+    rectangle that is drawn if you activate an icon in konqueror
+    for execution feedback. Patch from Johannes Schriewer
+  * Update kubuntu_68_xdg_autostart.diff to read xdg config path
+    from XDG_CONFIG_DIRS
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Tue, 13 Feb 2007 07:02:54 +0100
+
+kdelibs (4:3.5.6-0ubuntu4) feisty; urgency=low
+
+  * Add kubuntu_68_xdg_autostart.diff, kinit provides autostart
+    via /etc/xdg/autostart
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Mon, 12 Feb 2007 21:42:32 +0100
+
+kdelibs (4:3.5.6-0ubuntu3) feisty; urgency=low
+
+  * SECURITY UPDATE: XSS attacks possible with comment in TITLE tag.
+  * Add 'debian/patches/kubuntu_90_title_tokenizer.diff': fix parser,
+    from upstream Subversion.
+  * References
+    CVE-2007-0537
+
+ -- Kees Cook <kees@ubuntu.com>  Mon,  5 Feb 2007 19:32:41 -0800
+
+kdelibs (4:3.5.6-0ubuntu2) feisty; urgency=low
+
+  * Add kubuntu_67_kwallet_auto_save.diff
+    Kwallet auto-saves any modification.
+    Closes Malone #67521
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Fri, 26 Jan 2007 02:33:45 +0100
+
+kdelibs (4:3.5.6-0ubuntu1) feisty; urgency=low
+
+  * Remove 02_kate_kdeprint_fixes_branch.diff
+  * Update 27_kdnssd_avahi.dif
+  * Remove 33_cups12_kprinter_fixes.diff
+  * Remove 35_cups_unify_ipp_uri_assembling.diff
+  * Remove 36_kdeprintd_64bit_fix.diff
+  * Remove 41_x_kde_getactionmenu_no_timeout.diff
+  * Remove kubuntu_63_ark.diff
+  * Remove kubuntu_65_kstyle_password_noasterisk
+  * Add kubuntu_66_konsole_pty.diff from Michael Vogt to support
+    attaching new ptys to konsole, needed for kubuntu-update-tool
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 17 Jan 2007 11:46:17 +0000
+
 kdelibs (4:3.5.5a.dfsg.1-5) unstable; urgency=low
 
   +++ Changes by Sune Vuorela:
@@ -503,6 +1484,159 @@ kdelibs (4:3.5.5a.dfsg.1-4) unstable; ur
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 16 Nov 2006 17:07:00 -0500
 
+kdelibs (4:3.5.5a.dfsg.1-3ubuntu9) feisty; urgency=low
+
+  * Added kubuntu_65_kstyle_password_noasterisk.diff to change the asterisks
+    in any password field to dots.  Thanks to Danimo for this patch.
+
+ -- Sarah Hobbs <hobbsee@ubuntu.com>  Sun, 10 Dec 2006 23:55:33 +1100
+
+kdelibs (4:3.5.5a.dfsg.1-3ubuntu8) feisty; urgency=low
+
+  * Fix syntax error in kubuntu_64_rosetta_translation.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu,  7 Dec 2006 11:03:01 +0000
+
+kdelibs (4:3.5.5a.dfsg.1-3ubuntu7) feisty; urgency=low
+
+  * Add kubuntu_64_rosetta_translation.diff to explain in
+    application About box that translations are not always the same as
+    KDE.  Requested at
+    http://wiki.kde.org/tiki-index.php?page=KDERosettaCollaboration
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  5 Dec 2006 19:47:28 +0000
+
+kdelibs (4:3.5.5a.dfsg.1-3ubuntu6) feisty; urgency=low
+
+  * Add suspend and hibernate icons to kdelibs.install
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  5 Dec 2006 17:32:20 +0000
+
+kdelibs (4:3.5.5a.dfsg.1-3ubuntu5) feisty; urgency=low
+
+  * Build-dep on sudo and make kdelibs4c2a depend on sudo
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 21 Nov 2006 10:59:43 +0000
+
+kdelibs (4:3.5.5a.dfsg.1-3ubuntu4) feisty; urgency=low
+
+  * Compile with --with-sudo-kdesu-backend
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 20 Nov 2006 10:16:08 +0000
+
+kdelibs (4:3.5.5a.dfsg.1-3ubuntu3) feisty; urgency=low
+
+  * Add gettext-kde, kdesdk-scripts depends on kdelibs4-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 16 Nov 2006 07:16:18 +0000
+
+kdelibs (4:3.5.5a.dfsg.1-3ubuntu2) feisty; urgency=low
+
+  * Add missing kubuntu_01_kdepot.diff patch
+  * Use local kde.mk due to different .pot generation rules
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 15 Nov 2006 21:15:00 +0000
+
+kdelibs (4:3.5.5a.dfsg.1-3ubuntu1) feisty; urgency=low
+
+  * Merge with Debian
+  * Add --enable-gcc-hidden-visibility
+  * Delta from Deban in KUBUNTU-DEBIAN-CHANGES
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 14 Nov 2006 22:45:03 +0000
+
+kdelibs (4:3.5.6.r1.dfsg.1-3) unstable; urgency=low
+
+  +++ Changes by Sune Vuorela:
+
+  * Take the patches from branches/etch to fix two security issues
+    46_CVE-2007-1564-kdelibs-3.5.6.diff and 47_kdelibs-kjs-utf8-parsing.diff
+    Fixes CVE-2007-1564 and CVE-2007-0242. (Closes: #417394, #416318)
+
+  +++ Changes by Ana Beatriz Guerrero Lopez:
+
+  * Add 44_sync_kwallet_changes to make kwallet write changes to disk
+    immediately, avoiding losing passwords if kwallet doesn't shutdown
+    cleanly. Patch by Josh Metzler. (Closes: #407272)
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 18 Apr 2007 14:45:54 +0100
+
+kdelibs (4:3.5.6.r1.dfsg.1-2) experimental; urgency=low
+
+  +++ Changes by Modestas Vainius:
+
+  * Fix the bug of KDE 3.5.6 - an annoying issue with konqueror scrolling to the top
+    of the old page before loading a new one. Patch from upstream svn (22nd patch).
+  * New patch (No. 25) from KDE bug #128564. Fixes khtml crash on loading
+    some non existing pages when javascript is disabled (Closes: #408413).
+    Probably fixes these KDE bugs too: #126812, #127137, #135117, #138449.
+
+  +++ Changes by Sune Vuorela:
+
+  * Bump shlibs.
+
+  +++ Changes by Ana Beatriz Guerrero Lopez:
+
+  * Add patch 45_konqueror-CVE-2007-0537.diff which fixes: Konqueror does not
+    properly parse HTML comments, which allows remote attackers to conduct
+    cross-site scripting (XSS) attacks. CVE-2007-0537.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 07 Feb 2007 20:16:33 +0100
+
+kdelibs (4:3.5.6.r1.dfsg.1-1) experimental; urgency=low
+
+  * New upstream tarball.
+
+ -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Thu, 18 Jan 2007 18:57:06 +0100
+
+kdelibs (4:3.5.6.dfsg.1-1) experimental; urgency=low
+
+  * New upstream release:
+    * Fixes "Up arrow confused with PrintScrn on evdev keyboards". (Closes: #400887)
+    * Fixes infinite recursion in khtml when rendering combination of blocks
+      with overflow:auto and float:right styles. (Closes: #392547)
+    * Fixes "Fatal IO error: client killed" problem in knode. (Closes: #356142)
+    * Fixes non-standard rendering of floats (khtml). (Closes: #357017)
+    * Fixes konqueror (khtml) crash when resolving ns in a stylesheet
+      @imported from external one. (Closes: #401937)
+
+  +++ Changes by Modestas Vainius:
+
+  * Update kdelibs-data.install
+  * Resync debian/patches:
+    * Adapt to upstream changes - 27.
+    * Remove, applied upstream - 02, 33, 35 (different patch), 36, 41, 42.
+    * Fix offsets - 10, 16, 19, 21, 23.
+  * Add libc6-dbg to kdelibs-dbg dependencies on amd64. It seems to be
+    needed to get a useful backtrace from drkonqi on this arch.
+  * Add myself to Uploaders.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 16 Jan 2007 15:54:12 +0100
+
+kdelibs (4:3.5.5a.dfsg.1-5) unstable; urgency=low
+
+  +++ Changes by Sune Vuorela:
+
+  * Add qt3-x11-free-dbg to kdelibs-dbg to try to get better backtraces.
+  * Add multiple manpages to kdelibs4c2a. Thanks very much to Holger Hartmann.
+    (Closes: #376099, #351610, #368180)
+  * Add kdelibs4c2a.links to handle common manpages.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 21 Nov 2006 19:30:14 +0100
+
+kdelibs (4:3.5.5a.dfsg.1-4) unstable; urgency=medium
+
+  [ Debian Qt/KDE Maintainers ]
+  * Add 42_xdgMenuPrefix_support patch: add XDG_MENU_PREFIX support. Thanks to
+    Kevin Krammer. (Closes: #397057, #398734)
+  * Add 43_hardcode_xdgMenuPrefix patch: hardcode xdgMenuPrefix to "kde-"
+    string until proper upstream fix.
+  * Remove 18_applications_menu_rename patch.
+  * Urgency medium, as along with kdebase this upload fixes broken fresh
+    installs.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 16 Nov 2006 17:07:00 -0500
+
 kdelibs (4:3.5.5a.dfsg.1-3) unstable; urgency=medium
 
   * Patch: 41_x_kde_getactionmenu_no_timeout.diff
@@ -631,7 +1765,232 @@ kdelibs (4:3.5.4-1) unstable; urgency=lo
 
   * Apply a GNU/kFreeBSD build patch from Petr Salinger. (Closes: #377213)
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 27 Jul 2006 10:14:08 +0200
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 27 Jul 2006 10:14:08 +0200
+
+kdelibs (4:3.5.5-0ubuntu4) feisty; urgency=low
+
+  * Add kubuntu_63_ark.diff for better 7z management
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Tue, 24 Oct 2006 00:32:33 +0200
+
+kdelibs (4:3.5.5-0ubuntu3) edgy; urgency=low
+
+  * Update kubuntu_56_langpacks_desktop_files.diff to fix
+    malone No 63325
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sun, 22 Oct 2006 19:57:23 +0100
+
+kdelibs (4:3.5.5-0ubuntu2) edgy; urgency=low
+
+  * Revert kdeprint directory and patches to those from kde 3.5.4 packages
+    closes malone No 65665
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 14 Oct 2006 01:54:33 +0000
+
+kdelibs (4:3.5.5-0ubuntu1) edgy; urgency=low
+
+  * New upstream release
+  * Remove patches which no longer apply:
+   - kubuntu_40_cups12_remove_async.diff
+   - kubuntu_42_cups12_addmodify.diff
+   - kubuntu_43_cups12_empty_printers.diff
+   - kubuntu_48_cups12_cupsdconf.diff
+   - kubuntu_54_mouse_scroll_speed.diff
+   - cups 1.2 domain socket fixed upstream
+  * Remove kubuntu_01_kdesu_sudo.diff, and kubuntu_50_kdesu_non_root.patch
+    patches gone upstream, use new --with-sudo-kdesu-backend
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  3 Oct 2006 11:23:11 +0000
+
+kdelibs (4:3.5.4-0ubuntu18) edgy; urgency=low
+
+  * Add kubuntu_62_flash_installer.diff. Make it easier to
+    install flash plugin, the same way Firefox does.
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Tue, 26 Sep 2006 11:41:01 +0200
+
+kdelibs (4:3.5.4-0ubuntu17) edgy; urgency=low
+
+  * Remove dependency on menu-xdg from kdelibs4c2a
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 21 Sep 2006 16:01:01 +0100
+
+kdelibs (4:3.5.4-0ubuntu16) edgy; urgency=low
+
+  * Rebuild on latest cdbs to change .pot files to UTF8
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 20 Sep 2006 13:08:59 +0100
+
+kdelibs (4:3.5.4-0ubuntu15) edgy; urgency=low
+
+  * Add kubuntu_61_hibernate_icons.diff.uu, add icons for suspend and hibernate
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 19 Sep 2006 12:11:45 +0100
+
+kdelibs (4:3.5.4-0ubuntu14) edgy; urgency=low
+
+  * Add common-post-build-arch rule to debian/rules to merge
+    kde.pot into kdelibs.pot, closes malone #61107
+  * Fix distribution string
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 18 Sep 2006 18:50:35 +0100
+
+kdelibs (4:3.5.4-0ubuntu13) edgy; urgency=low
+
+  * Fix kubuntu_version in debian/rules
+  * Use newer version of kubuntu_19_debianize_useragent.diff from Debian
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 18 Sep 2006 15:55:52 +0100
+
+kdelibs (4:3.5.4-0ubuntu12) edgy; urgency=low
+
+  * Add kubuntu_60_kresolver_asserts.diff, fixes http://bugs.kde.org/132851
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 18 Sep 2006 15:18:52 +0100
+
+kdelibs (4:3.5.4-0ubuntu11) edgy; urgency=low
+
+  * Removed kubuntu_58_aboutpage_artwork.diff.uu since kubuntu
+    colors are changing back to blue.
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Tue, 12 Sep 2006 12:14:58 +0000
+
+kdelibs (4:3.5.4-0ubuntu10) edgy; urgency=low
+
+  * Update kubuntu_52_xinerama.diff with improved patch by Lubos Lunak
+  * Add kubuntu_59_nomediaioslave_kfile_speedbar.diff from Simon Edwards
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri,  1 Sep 2006 17:20:58 +0000
+
+kdelibs (4:3.5.4-0ubuntu9) edgy; urgency=low
+
+  * Add missing .h file to kubuntu_56_langpacks_desktop_files.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 30 Aug 2006 21:11:59 +0000
+
+kdelibs (4:3.5.4-0ubuntu8) edgy; urgency=low
+
+  * Add missing #include to kubuntu_56_langpacks_desktop_files.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 30 Aug 2006 16:12:14 +0000
+
+kdelibs (4:3.5.4-0ubuntu7) edgy; urgency=low
+
+  * Add kubuntu_58_aboutpage_artwork.diff with artwork by
+    Brandon Holtsclaw <imbrandon@kubuntu.org>
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 29 Aug 2006 16:11:49 +0000
+
+kdelibs (4:3.5.4-0ubuntu6) edgy; urgency=low
+
+  * Ensure kubuntu_57_nomediaioslave_fileio.diff patch is not applied
+    before upload.
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 22 Aug 2006 13:35:21 +0000
+
+kdelibs (4:3.5.4-0ubuntu5) edgy; urgency=low
+
+  * Modified kubuntu_57_nomediaioslave_fileio.diff from
+    Simon Edwards, https://wiki.ubuntu.com/KubuntuKDEMedia with new updates
+
+ -- Brandon Holtsclaw <imbrandon@kubuntu.org>  Tue, 22 Aug 2006 13:27:49 -0500
+
+kdelibs (4:3.5.4-0ubuntu4) edgy; urgency=low
+
+  * Add kubuntu_57_nomediaioslave_fileio.diff from
+    Simon Edwards, http://www.kdedevelopers.org/node/2231
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 21 Aug 2006 13:27:49 +0000
+
+kdelibs (4:3.5.4-0ubuntu3) edgy; urgency=low
+
+  * Add kubuntu_56_langpacks_desktop_files.diff
+    and debian/kubuntu-desktop-i18n/
+    for https://launchpad.net/distros/ubuntu/+spec/langpacks-desktopfiles-kde
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu,  3 Aug 2006 00:52:20 +0000
+
+kdelibs (4:3.5.4-0ubuntu2) edgy; urgency=low
+
+  * Remove debugging output from kubuntu_28_fix_sudo.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  1 Aug 2006 16:59:36 +0000
+
+kdelibs (4:3.5.4-0ubuntu1) edgy; urgency=low
+
+  * New upstream release
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 25 Jul 2006 10:12:19 +0000
+
+kdelibs (4:3.5.3-1ubuntu9) edgy; urgency=low
+
+  * Add kubuntu_55_printer_sharing.diff for
+    https://launchpad.net/distros/ubuntu/+spec/kubuntu-printer-sharing
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 24 Jul 2006 14:45:17 +0100
+
+kdelibs (4:3.5.3-1ubuntu8) edgy; urgency=low
+
+  * Added kubuntu_53_tabs_hover_close_delaying.diff to remove delay on
+    tabs close button
+  * Added kubuntu_54_mouse_scroll_speed.diff to improve the scroll on
+    middle click
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Fri, 21 Jul 2006 22:15:34 +0200
+
+kdelibs (4:3.5.3-1ubuntu7) edgy; urgency=low
+
+  * SECURITY UPDATE: fix remote browser crash
+  * KDE Konqueror allows remote attackers to cause a denial
+    of service (application crash) by calling the replaceChild method on a
+    DOM object, which triggers a null dereference, as demonstrated by calling
+    document.replaceChild with a 0 (zero) argument.
+  * Add kubuntu_00_CVE-2006-3672.diff
+  * References:
+    http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3672
+    http://www.mandriva.com/security/advisories?name=MDKSA-2006:130
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 21 Jul 2006 13:23:01 +0100
+
+kdelibs (4:3.5.3-1ubuntu6) edgy; urgency=low
+
+  * Add kubuntu_52_xinerama.diff from
+    http://ktown.kde.org/~seli/xinerama/
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 20 Jul 2006 17:38:55 +0100
+
+kdelibs (4:3.5.3-1ubuntu5) edgy; urgency=low
+
+  * Fix kubuntu_28_fix_sudo.diff for https://launchpad.net/bugs/44920
+  * Make kdelibs4c2a depend on launchpad-integration
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 17 Jul 2006 20:44:47 +0000
+
+kdelibs (4:3.5.3-1ubuntu4) edgy; urgency=low
+
+  * Add kubuntu_51_launchpad_integration.diff for
+    https://launchpad.net/distros/ubuntu/+spec/kubuntu-launchpad-integration
+    and add launchpad.png icon
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 12 Jul 2006 16:40:37 +0000
+
+kdelibs (4:3.5.3-1ubuntu3) edgy; urgency=low
+
+  * Add gettext-kde, kdesdk-scripts as depends to kdelibs4-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 28 Jun 2006 16:31:18 +0000
+
+kdelibs (4:3.5.3-1ubuntu2) edgy; urgency=low
+
+  * Rebuild on new Qt to fix binary compatibility breakage
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 28 Jun 2006 14:21:28 +0000
+
+kdelibs (4:3.5.3-1ubuntu1) edgy; urgency=low
+
+  * Merge with Debian
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 26 Jun 2006 13:42:57 +0000
 
 kdelibs (4:3.5.3-1) unstable; urgency=low
 
@@ -750,7 +2109,7 @@ kdelibs (4:3.5.1-1) unstable; urgency=lo
   * New upstream release.
 
   +++ Changes by Josh Metzler:
-  
+
   * Add kdelibs-data Replaces for libdjvulibre1 and libdjvulibre15 (<< 3.5.1-2)
     which also include x-djvu.desktop.
     (Closes: #347218, #347885, #348020, #348365, #348899)
@@ -834,6 +2193,367 @@ kdelibs (4:3.4.3-2) unstable; urgency=lo
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 27 Nov 2005 23:47:21 +0100
 
+kdelibs (4:3.5.2-0ubuntu18) dapper; urgency=low
+
+  * Use msgcat not cat to join together two .pot files
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 12 May 2006 20:18:48 +0300
+
+kdelibs (4:3.5.2-0ubuntu17) dapper; urgency=low
+
+  * Add kubuntu_50_kdesu_non_root.patch to fix running commands as non-root
+    with kdesu with su instead of sudo (Malone #41184)
+
+ -- Luka Renko <lure.net@gmail.net>  Wed, 10 May 2006 22:45:27 +0200
+
+kdelibs (4:3.5.2-0ubuntu16) dapper; urgency=low
+
+  * Add EXTRACTATTR for .pot generation in kde.mk
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  9 May 2006 18:28:27 +0300
+
+kdelibs (4:3.5.2-0ubuntu15) dapper; urgency=low
+
+  * Remove highlighting of KJanusWidget sidebar in
+    17_kdelibs_rubberband.diff it caused a crash in Adept Installer
+    Closes Malone #43472
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon,  8 May 2006 15:13:19 +0000
+
+kdelibs (4:3.5.2-0ubuntu14) dapper; urgency=low
+
+  * Edit kubuntu_03_applications_menu_entries_move.diff to
+    exclude OpenOffice Draw from Graphics (duplicate entry also in Office)
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu,  4 May 2006 12:09:54 -0400
+
+kdelibs (4:3.5.2-0ubuntu13) dapper; urgency=low
+
+  * Add kubuntu_49_3DES_EDE_CBC.diff from http://bugs.kde.org/124684
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  2 May 2006 15:42:27 +0100
+
+kdelibs (4:3.5.2-0ubuntu12) dapper; urgency=low
+
+  * Alter kde.mk to include kde.pot strings in kdelibs.po
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 29 Apr 2006 11:48:19 +0100
+
+kdelibs (4:3.5.2-0ubuntu11) dapper; urgency=low
+
+  * Update kubuntu_19_debianize_useragent.diff for 6.04 -> 6.06 change
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 27 Apr 2006 17:54:52 +0100
+
+kdelibs (4:3.5.2-0ubuntu10) dapper; urgency=low
+
+  * Patch from Michael Hofmann <mh21@piware.de>
+    - Add kubuntu_47_cups12_list_ignore_warnings.diff quick fix for
+      Malone #41151
+    - Add kubuntu_48_cups12_cupsdconf.diff fix cupsdconf as much as
+      possible
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 26 Apr 2006 00:50:37 +0000
+
+kdelibs (4:3.5.2-0ubuntu9) dapper; urgency=low
+
+  * Add kubuntu_45_kcmoduleinfo.diff to fix module name test in
+    KCModuleInfo::KCModuleInfo, thanks to Julien Richard-Foy
+  * Add kubuntu_46_lisa_error.diff to display a custom error message in Lisa
+    module tabs.
+
+ -- Raphaël Pinson <raphink@ubuntu.com>  Mon, 24 Apr 2006 00:15:55 +0200
+
+kdelibs (4:3.5.2-0ubuntu8) dapper; urgency=low
+
+  * Fix kubuntu_42_cups12_addmodify.diff for CUPS 1.2 rc2
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sun, 23 Apr 2006 18:56:33 +0100
+
+kdelibs (4:3.5.2-0ubuntu7) dapper; urgency=low
+
+  * Edit debian/cdbs/kde.mk to mark .po files as UTF-8
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 21 Apr 2006 19:14:29 +0100
+
+kdelibs (4:3.5.2-0ubuntu6) dapper; urgency=low
+
+  * Add further patches for CUPS 1.2 support from
+    Michael Hofmann <mh21@piware.de>
+    - kubuntu_39_cups12_compile_fixes.diff
+    - kubuntu_40_cups12_remove_async.diff
+    - kubuntu_41_cups12_startstopfix.diff
+    - kubuntu_42_cups12_addmodify.diff
+    - kubuntu_43_empty_printers.diff
+    - kubuntu_44_init_script.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 17 Apr 2006 21:14:35 +0000
+
+kdelibs (4:3.5.2-0ubuntu5) dapper; urgency=low
+
+  * Add kubuntu_37_wm_branch_fixes.diff
+    Handle X timestamp wrapping correctly even on 64bit platforms.
+  * Add kubuntu_38_no_generate_kdepot.diff, kde.pot wasn't being
+    generated correctly breaking pkgstriptranslations
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 14 Apr 2006 16:19:11 +0000
+
+kdelibs (4:3.5.2-0ubuntu4) dapper; urgency=low
+
+  * Add kubuntu_36_ioslave_filedialogue.diff from 3.5 branch
+    makes file dialogues support system:/ and media:/ ioslaves
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 14 Apr 2006 15:25:15 +0000
+
+kdelibs (4:3.5.2-0ubuntu3) dapper; urgency=low
+
+  * Add kubuntu_35_kdeprint_branch.diff to fix compile error
+    with CUPS 1.2, remove my random hack from kubuntu_34_cups12.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 13 Apr 2006 18:53:24 +0100
+
+kdelibs (4:3.5.2-0ubuntu2) dapper; urgency=low
+
+  * Add kubuntu_34_cups12.diff, start of a fix for CUPS 1.2
+    compatibility.  Patch by Michael Hofmann
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 13 Apr 2006 14:35:20 +0100
+
+kdelibs (4:3.5.2-0ubuntu1) dapper; urgency=low
+
+  * Added kubuntu_30_fix_copy_and_rename.diff to fix copy/paste
+    to same folder
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Fri, 31 Mar 2006 00:23:17 +0100
+
+kdelibs (4:3.5.2-0ubuntu0) dapper; urgency=low
+
+  * New upstream release
+  * Remove kubuntu_30_kurllabel.diff, now upstream
+  * Remove kubuntu_31_onlyshowin_autostart.diff, now upstream
+  * Remove kubuntu_32_autostart_onlykde.diff, now upstream
+  * Qt dependency now 3.3.6
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 20 Mar 2006 11:08:32 +0000
+
+kdelibs (4:3.5.1-0ubuntu11) dapper; urgency=low
+
+  * Remove stray comma from configure.in.in in
+    kubuntu_27_kdnssd_avahi.diff that stopped it picking up
+    -lavahi-common
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 15 Mar 2006 17:35:07 +0000
+
+kdelibs (4:3.5.1-0ubuntu10) dapper; urgency=low
+
+  * Fix include path in kubuntu_27_kdnssd_avahi.diff patch
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 10 Mar 2006 15:34:38 +0000
+
+kdelibs (4:3.5.1-0ubuntu9) dapper; urgency=low
+
+  * Update 27_kdnssd_avahi.diff now called kubuntu_27_kdnssd_avahi.diff to
+    fix crash when avahi is not installed
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu,  9 Mar 2006 09:59:35 +0000
+
+kdelibs (4:3.5.1-0ubuntu8) dapper; urgency=low
+
+  * Add patch kubuntu_33_kabc_fix_save to fix loss of addressbook
+    on exiting kontact (Closes: KDE Bug http://bugs.kde.org/118924).
+
+ -- Raphaël Pinson <raphink@ubuntu.com>  Mon,  6 Mar 2006 23:59:09 +0100
+
+kdelibs (4:3.5.1-0ubuntu7) dapper; urgency=low
+
+  * Drop build dependency on g++-3.4 [hppa].
+
+ -- Matthias Klose <doko@ubuntu.com>  Fri, 17 Feb 2006 00:18:27 +0000
+
+kdelibs (4:3.5.1-0ubuntu6) dapper; urgency=low
+
+  * Don't use GCC 3.4 on hppa
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 16 Feb 2006 12:02:55 +0000
+
+kdelibs (4:3.5.1-0ubuntu5) dapper; urgency=low
+
+  * Add kubuntu_32_autostart_onlykde.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu,  9 Feb 2006 12:55:35 +0000
+
+kdelibs (4:3.5.1-0ubuntu4) dapper; urgency=low
+
+  * Add kubuntu_31_onlyshowin_autostart.diff to respect OnlyShowIn and
+    NotShowIn for autostart files
+  * Change kdelibs4c2a-dbg to kdelibs-dbg (sync with debian)
+  * Change debian/compat to 5 for dapper to fix -dbg package
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  7 Feb 2006 12:57:52 +0000
+
+kdelibs (4:3.5.1-0ubuntu3) dapper; urgency=low
+
+  * Add back kdelibs4c2.install for backports
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  7 Feb 2006 00:43:24 +0000
+
+kdelibs (4:3.5.1-0ubuntu2) dapper; urgency=low
+
+  * Add kubuntu_30_kurllabel.diff fix Konqueror status bar icons
+  * Add configure option --with-lua-includes=/usr/include/lua50
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed,  1 Feb 2006 14:27:16 +0000
+
+kdelibs (4:3.5.1-0ubuntu1) dapper; urgency=low
+
+  * New upstream release
+  * Sync 27_kdnssd_avahi.diff with Debian
+  * Use control-dapper and control-breezy for to allow for backports
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 23 Jan 2006 15:04:54 +0000
+
+kdelibs (4:3.5.0-0ubuntu11) dapper; urgency=low
+
+  * Remove netpbm from kdelibs-bin depends,
+    it is no longer used by kimgio
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 25 Jan 2006 18:10:28 +0000
+
+kdelibs (4:3.5.0-0ubuntu10) dapper; urgency=low
+
+  * Add kubuntu_28_fix_sudo.diff to set home directory when
+    run as root via sudo, stops KDE apps settings wrong permissions on
+    files in users home directory
+  * Add kubuntu_29_quiet_kbuildsycoca.diff stop kbuildsycoca complaining
+    about unknown mimetypes
+  * SECURITY UPDATE: kjs encodeuri/decodeuri heap overflow vulnerability
+  * Add kubuntu_20_post_3.4.3_kdelibs_kjs.diff
+  * An incorrect bounds check in kjs, the Javascript interpreter
+    engine used by Konqueror and other parts of KDE, that allows
+    a heap based buffer overflow when decoding invalid utf8 encoded
+    URI sequences.
+  * References:
+     CVE-2006-0019
+     http://www.kde.org/info/security/advisory-20060119-1.txt
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 20 Jan 2006 14:39:41 +0000
+
+kdelibs (4:3.5.0-0ubuntu9) dapper; urgency=low
+
+  * Make kdelibs4-dev depend on libavahi-client-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 12 Jan 2006 17:25:14 +0000
+
+kdelibs (4:3.5.0-0ubuntu8) dapper; urgency=low
+
+  * Make kdelibs4-dev depend on libavahi-common-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 12 Jan 2006 13:47:03 +0000
+
+kdelibs (4:3.5.0-0ubuntu7) dapper; urgency=low
+
+  * Make kdelibs4-dev depend on libavahi-qt3-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 12 Jan 2006 11:50:47 +0000
+
+kdelibs (4:3.5.0-0ubuntu6) dapper; urgency=low
+
+  * Remove libkdnssd depend from kdelibs4-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 12 Jan 2006 09:09:29 +0000
+
+kdelibs (4:3.5.0-0ubuntu5) dapper; urgency=low
+
+  * Add kubuntu_27_kdnssd_avahi.diff for avahi support directly in
+    kdelibs
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 11 Jan 2006 21:14:20 +0000
+
+kdelibs (4:3.5.0-0ubuntu4) dapper; urgency=low
+
+  * Do not install kdnssd library files, they now come from
+    libkdnssd1-avahi package.  Development files stay in kdelibs4-dev.
+  * Add depends on libkdnssd1-avahi from kdelibs4-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 11 Jan 2006 01:25:52 +0000
+
+kdelibs (4:3.5.0-0ubuntu3) dapper; urgency=low
+
+  * Build-dep on latest qt
+  * Un-apply patch before uploading
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 16 Dec 2005 17:48:30 +0000
+
+kdelibs (4:3.5.0-0ubuntu2) dapper; urgency=low
+
+  * Add back updated kubuntu_06_kwallet_simplify_string.diff
+    and kubuntu_03_applications_menu_entries_move.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 15 Dec 2005 14:34:41 +0000
+
+kdelibs (4:3.5.0-0ubuntu1) dapper; urgency=low
+
+  * New upstream release
+  * Make kdelibs4-dev depend on gamin not fam
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 29 Nov 2005 19:50:37 +0000
+
+kdelibs (4:3.5-rc2-0ubuntu6) dapper; urgency=low
+
+  * Add gettext-kde, kdesdk-scripts, hspell, liblualib50-dev as
+    depends to kdelibs4-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 26 Nov 2005 00:30:51 +0000
+
+kdelibs (4:3.5-rc2-0ubuntu5) dapper; urgency=low
+
+  * Add libattr1-dev and libacl1-dev as depends to kdelibs4-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 26 Nov 2005 00:20:02 +0000
+
+kdelibs (4:3.5-rc2-0ubuntu4) dapper; urgency=low
+
+  * Add debian/patches/kubuntu_06_fix_kdeprint_cups12_fix.diff, fix kdeprint compile error properly
+  * Add common/kubuntu_01_kdepot.diff and common/kde.pot, fix .pot generation
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 25 Nov 2005 22:11:51 +0000
+
+kdelibs (4:3.5-rc2-0ubuntu3) dapper; urgency=low
+
+  * Fix broken kubuntu_06_fix_kdeprint_compile_hack.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 25 Nov 2005 18:44:54 +0000
+
+kdelibs (4:3.5-rc2-0ubuntu2) dapper; urgency=low
+
+  * Add kubuntu_06_fix_kdeprint_compile_hack.diff, quick patch until I
+    work out how to fix it properly
+  * Fix kdelibs4-doc.install for correct path of files
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 25 Nov 2005 17:08:31 +0000
+
+kdelibs (4:3.5-rc2-0ubuntu1) dapper; urgency=low
+
+  * New upstream release
+  * libstdc++ transition.  Rename kdelibs4c2 to kdelibs4c2a
+    http://lists.ubuntu.com/archives/ubuntu-devel-announce/2005-November/000016.html
+  * Tighten build-dep on arts, qt and openexr to pick up libstd++ transition
+  * build-dep on libattr1-dev and libacl1-dev
+  * Generate .pot files
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 21 Nov 2005 17:29:53 +0000
+
+kdelibs (4:3.5-rc1-0ubuntu1) dapper; urgency=low
+
+  * New upstream pre-release
+  * Sync with Debian
+  * Remove 16_default_fonts.diff, merged upstream
+  * Remove 22_htmltokenizer_cpp_from_3_5.diff, already upstream
+  * Remove 23_kfiledialog.diff, merged upstream
+  * kdelibs-data replaces old kttsd
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 10 Nov 2005 17:24:33 +0000
+
 kdelibs (4:3.4.3-1) experimental; urgency=low
 
   * New upstream release.
@@ -879,88 +2599,201 @@ kdelibs (4:3.4.2-4) unstable; urgency=lo
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Fri, 16 Sep 2005 12:52:36 -0400
 
-kdelibs (4:3.4.2-3) unstable; urgency=low
+kdelibs (4:3.4.2-3) unstable; urgency=low
+
+  +++ Changes by Adeodato Simó:
+
+  * Build with g++-3.4 on arm, m68k and hppa; kdelibs triggers the same gcc
+    4.0 ICE as arts does.
+
+  * Apply patch by Aurelien Jarno and Robert Millan for GNU/kFreeBSD support
+    (closes: #289599). Details for the interested:
+
+    + don't build-depend on libasound2-dev on !linux.
+    + use HAVE_SYS_PRCTL_H instead of Q_OS_LINUX in kinit.cpp.
+    + define _tcgetattr and _tcsetattr based on the actual availability of
+      functions and constants, instead of by operating system name.
+
+    Haven't included a hunk that added an extra check on MNT_NOWAIT, because
+    it's not still clear that is really needed.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 29 Aug 2005 20:33:32 +0200
+
+kdelibs (4:3.4.2-2) unstable; urgency=low
+
+  +++ Changes by Christopher Martin and Adeodato Simó:
+
+  * Improve the fix for #311958 to make kdelibs binNMUable again. Instead of
+    having kdelibs4c2 depend on kdelibs-data (= ${Source-Version}), split that
+    in (>> 3.X.Y) plus (<< 3.X+1).
+
+    Since this fix can't be introduced in Sarge's kdelibs4, introduce (sigh) a
+    conflicts in kdelibs-data against kdelibs4, which fortunately needs not be
+    versioned because there is no 3.4.2 version of kdelibs4. This will prevent
+    breakage due to partial upgrades and thus closes: #323747, #323967,
+    #324147.
+
+  +++ Changes by Christopher Martin:
+
+  * Drop the versioning from kdelibs4-dev's too strict dependency on
+    libfam-dev. This should allow libgamin-dev to be installed along with
+    kdelibs4-dev once the fam transition is reversed, or libgamin0 stops
+    providing libfam0c102. (Closes: #324174)
+
+  +++ Changes by Adeodato Simó:
+
+  * Patched some Makefiles.am to not use LIBADD for convenience libraries,
+    since libtool can't prune those; specify the dependencies each time the
+    library is used. This allows to reduce a bit more the number of Depends of
+    the kdelibs4 package; in total, this version drops 11 dependencies with
+    respect to the 3.3.x series.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 24 Aug 2005 16:05:07 +0200
+
+kdelibs (4:3.4.2-1) unstable; urgency=low
+
+  * New upstream release. Includes a forward declaration of KXMLGUIClient in
+    kactioncollection.h, which makes gcc-4.0 happy and thus closes: #317543,
+    #318017, #319154, #323093 (arson, smb4k, kile and amarok FTBFS).
+
+  * KDE_3_4_BRANCH update.
+
+  +++ Changes by Christopher Martin:
+
+  * GCC 4.0 transition: kdelibs4 becomes kdelibs4c2. Tighten build depends on
+    libarts1-dev, libqt3-mt-dev, libfam-dev, libtiff4-dev, and libopenexr-dev
+    to ensure that we build against transitioned packages.
+
+    Since kdelibs4 now depends on libopenexr2c2, this upload closes: #320450.
+
+  * Make kdelibs4 always depend on the identical version of kdelibs-data.
+    (Closes: #311958)
+
+  +++ Changes by Adeodato Simó:
+
+  * Remove obsolete conflicts/replaces relationships against packages/versions
+    not present in Sarge.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 16 Aug 2005 11:16:00 -0400
+
+kdelibs (4:3.4.1-1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 31 May 2005 15:43:52 -0400
+
+kdelibs (4:3.4.92-0ubuntu2) breezy; urgency=low
+
+  * New upstream beta release
+  * Build with nostrip
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 15 Oct 2005 12:19:22 +0000
+
+kdelibs (4:3.4.91-0ubuntu1) breezy; urgency=low
+
+  * New upstream beta release
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 13 Sep 2005 11:21:10 +0000
+
+kdelibs (4:3.4.2-0ubuntu4) breezy; urgency=low
+
+  * Add replaces on old knetworkconf for kdelibs-data
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed,  3 Aug 2005 12:44:18 +0000
+
+kdelibs (4:3.4.2-0ubuntu3) breezy; urgency=low
+
+  * Rebuild for new Qt buildkey and tighten build-dep
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 28 Jul 2005 13:37:13 +0000
+
+kdelibs (4:3.4.2-0ubuntu2) breezy; urgency=low
+
+  * Add build-dep on autoconf
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 26 Jul 2005 16:37:24 +0000
+
+kdelibs (4:3.4.2-0ubuntu1) breezy; urgency=low
+
+  * New upstream release
+  * Build using unsermake
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 25 Jul 2005 15:49:02 +0000
+
+kdelibs (4:3.4.1-0ubuntu11) breezy; urgency=low
+
+  * Rebuild for removed libXcursor.la and tighten
+    dependency on Qt and arts
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sun, 24 Jul 2005 20:47:00 +0000
+
+kdelibs (4:3.4.1-0ubuntu10) breezy; urgency=low
+
+  * Add depend on iceauth for kdelibs4c2
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 20 Jul 2005 20:47:45 +0000
+
+kdelibs (4:3.4.1-0ubuntu9) breezy; urgency=low
+
+  * Remove xbase-clients depenency from kdelibs.
+    iceauth will appear again soon in a new package.
 
-  +++ Changes by Adeodato Simó:
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 20 Jul 2005 20:25:29 +0000
 
-  * Build with g++-3.4 on arm, m68k and hppa; kdelibs triggers the same gcc
-    4.0 ICE as arts does.
+kdelibs (4:3.4.1-0ubuntu8) breezy; urgency=low
 
-  * Apply patch by Aurelien Jarno and Robert Millan for GNU/kFreeBSD support
-    (closes: #289599). Details for the interested:
+  * Add kubuntu_06_kwallet_simplify_string.diff to simplify KWallet question
+  * Add kubuntu_07_rubberband.diff for pretty file manager selection
+  * Add versioned build-dep on libxrender-dev and tighten version
+    build-dep of Qt to ensure libXrender.la changes
 
-    + don't build-depend on libasound2-dev on !linux.
-    + use HAVE_SYS_PRCTL_H instead of Q_OS_LINUX in kinit.cpp.
-    + define _tcgetattr and _tcsetattr based on the actual availability of
-      functions and constants, instead of by operating system name.
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 18 Jul 2005 19:20:50 +0000
 
-    Haven't included a hunk that added an extra check on MNT_NOWAIT, because
-    it's not still clear that is really needed.
+kdelibs (4:3.4.1-0ubuntu7) breezy; urgency=low
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 29 Aug 2005 20:33:32 +0200
+  * Rebuild for libXrender.la changes
+  * Make versioned build-dep on arts stricter
 
-kdelibs (4:3.4.2-2) unstable; urgency=low
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sun, 17 Jul 2005 09:23:49 +0000
 
-  +++ Changes by Christopher Martin and Adeodato Simó:
+kdelibs (4:3.4.1-0ubuntu6) breezy; urgency=low
 
-  * Improve the fix for #311958 to make kdelibs binNMUable again. Instead of
-    having kdelibs4c2 depend on kdelibs-data (= ${Source-Version}), split that
-    in (>> 3.X.Y) plus (<< 3.X+1).
+  * Rebuild for new X dependencies.
 
-    Since this fix can't be introduced in Sarge's kdelibs4, introduce (sigh) a
-    conflicts in kdelibs-data against kdelibs4, which fortunately needs not be
-    versioned because there is no 3.4.2 version of kdelibs4. This will prevent
-    breakage due to partial upgrades and thus closes: #323747, #323967,
-    #324147.
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 16 Jul 2005 22:01:57 +0000
 
-  +++ Changes by Christopher Martin:
+kdelibs (4:3.4.1-0ubuntu5) breezy; urgency=low
 
-  * Drop the versioning from kdelibs4-dev's too strict dependency on
-    libfam-dev. This should allow libgamin-dev to be installed along with
-    kdelibs4-dev once the fam transition is reversed, or libgamin0 stops
-    providing libfam0c102. (Closes: #324174)
+  * Add kubuntu_04_add_langpack_path.diff to use path for langpacks
+  * Add Kubuntu system icons in debian/system-icons
+  * Add kubuntu_05_icon_scale.diff fix icon scaling
 
-  +++ Changes by Adeodato Simó:
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon,  4 Jul 2005 12:39:22 +0000
 
-  * Patched some Makefiles.am to not use LIBADD for convenience libraries,
-    since libtool can't prune those; specify the dependencies each time the
-    library is used. This allows to reduce a bit more the number of Depends of
-    the kdelibs4 package; in total, this version drops 11 dependencies with
-    respect to the 3.3.x series.
+kdelibs (4:3.4.1-0ubuntu4) breezy; urgency=low
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 24 Aug 2005 16:05:07 +0200
+  * Add build depend on libxi-dev
 
-kdelibs (4:3.4.2-1) unstable; urgency=low
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 21 Jun 2005 21:28:59 +0000
 
-  * New upstream release. Includes a forward declaration of KXMLGUIClient in
-    kactioncollection.h, which makes gcc-4.0 happy and thus closes: #317543,
-    #318017, #319154, #323093 (arson, smb4k, kile and amarok FTBFS).
+kdelibs (4:3.4.1-0ubuntu3) breezy; urgency=low
 
-  * KDE_3_4_BRANCH update.
+  * Recompile with new Qt
 
-  +++ Changes by Christopher Martin:
-  
-  * GCC 4.0 transition: kdelibs4 becomes kdelibs4c2. Tighten build depends on
-    libarts1-dev, libqt3-mt-dev, libfam-dev, libtiff4-dev, and libopenexr-dev
-    to ensure that we build against transitioned packages.
+ -- Jonathan Riddell <jr@jriddell.org>  Tue, 21 Jun 2005 17:35:37 +0000
 
-    Since kdelibs4 now depends on libopenexr2c2, this upload closes: #320450.
-  
-  * Make kdelibs4 always depend on the identical version of kdelibs-data.
-    (Closes: #311958)
+kdelibs (4:3.4.1-0ubuntu2) breezy; urgency=low
 
-  +++ Changes by Adeodato Simó:
+  * Build-dep on a good libqt3-mt-dev (xorg dependencies)
 
-  * Remove obsolete conflicts/replaces relationships against packages/versions
-    not present in Sarge.
+ -- LaMont Jones <lamont@ubuntu.com>  Tue, 24 May 2005 21:18:18 -0600
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 16 Aug 2005 11:16:00 -0400
- 
-kdelibs (4:3.4.1-1) experimental; urgency=low
+kdelibs (4:3.4.1-0ubuntu1) breezy; urgency=low
 
-  * New upstream release.
+  * New upstream release
+  * Sync with Debian
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 31 May 2005 15:43:52 -0400
+ -- Jonathan Riddell <jr@jriddell.org>  Mon, 23 May 2005 18:09:36 +0100
 
 kdelibs (4:3.4.0-0pre5) alioth; urgency=low
 
@@ -1030,6 +2863,89 @@ kdelibs (4:3.3.2-7) unstable; urgency=hi
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 02 Jul 2005 00:14:21 +0200
 
+kdelibs (4:3.4.0-0ubuntu6) breezy; urgency=low
+
+  * removed rm -f /etc/kderc from postinstall
+  * removed old kdelibs4.postinstall file
+  * changed in rules distribution part for breezy
+
+ -- Andreas Mueller <amu@ubuntu.com>  Fri, 20 May 2005 11:09:57 +0000
+
+kdelibs (4:3.4.0-0ubuntu5) breezy; urgency=low
+
+  * CXX transition: Rename kdelibs4 to kdelibs4c2.
+
+ -- Matthias Klose <doko@ubuntu.com>  Sat, 14 May 2005 13:49:24 +0000
+
+kdelibs (4:3.4.0-0ubuntu4) breezy; urgency=low
+
+  * Breezy upload
+
+ -- Jonathan Riddell <jr@jriddell.org>  Mon,  9 May 2005 09:52:08 +0100
+
+kdelibs (4:3.4.0-0ubuntu3.1) hoary-security; urgency=low
+
+  * Add kubuntu_04_kimgio_security.diff
+  * SECURITY UPDATE: kimgio input validation errors
+  * kimgio contains a PCX image file format reader that does
+    not properly perform input validation. A source code audit
+    performed by the KDE security team discovered several
+    vulnerabilities in the PCX and other image file format
+    readers, some of them exploitable to execute arbitrary
+    code.
+  * References:
+    http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1046
+    http://bugs.kde.org/102328
+    http://www.kde.org/info/security/advisory-20050421-1.txt
+
+ -- Jonathan Riddell <jr@jriddell.org>  Thu, 21 Apr 2005 04:46:47 +0000
+
+kdelibs (4:3.4.0-0ubuntu3) hoary; urgency=low
+
+  * Move TextEditors from Utilities More to Utilities
+
+ -- Jonathan Riddell <jr@jriddell.org>  Thu, 24 Mar 2005 04:32:44 +0000
+
+kdelibs (4:3.4.0-0ubuntu2) hoary; urgency=low
+
+  * Move kubuntu_03_applications_menu_editors_move.diff to
+    kubuntu_03_applications_menu_entries_move.diff which also moves
+    Settings to Utilities.
+
+ -- Jonathan Riddell <jr@jriddell.org>  Thu, 17 Mar 2005 01:19:23 +0000
+
+kdelibs (4:3.4.0-0ubuntu1) hoary; urgency=low
+
+  * Add aboutkde-kubuntu.png.uu konqi image for about kde dialogue
+  * Add kubuntu_03_applications_menu_editors_move.diff moving Editors menu entries to Utilities
+
+ -- Jonathan Riddell <jr@jriddell.org>  Wed, 16 Mar 2005 01:04:26 +0000
+
+kdelibs (4:3.4.0-0pre1ubuntu2) hoary; urgency=low
+
+  * Add conflicts on old konq-plugins, kdeartwork-style and ksvg.
+
+ -- Jonathan Riddell <jr@jriddell.org>  Tue,  8 Mar 2005 22:37:52 +0000
+
+kdelibs (4:3.4.0-0pre1ubuntu1) hoary; urgency=low
+
+  * Sync with Debian
+
+ -- Jonathan Riddell <jr@jriddell.org>  Sun,  6 Mar 2005 00:57:03 +0000
+
+kdelibs (4:3.4.0~rc1-1ubuntu0.2) hoary; urgency=low
+
+  * Add sudo for kdesu patch kubuntu_01_kdesu_sudo.diff
+  * Add applications.menu move patch to stop collisions with Gnome kubuntu_02_applications_menu_rename.diff
+
+ -- Jonathan Riddell <jr@jriddell.org>  Sat,  5 Mar 2005 21:00:03 +0000
+
+kdelibs (4:3.4.0~rc1-1ubuntu0.1) hoary; urgency=low
+
+  * New upstram release RC1
+
+ -- Andreas Mueller <amu@ubuntu.com>  Tue, 1 Mar 2005 19:12:23 +0000
+
 kdelibs (4:3.3.2-6.1) unstable; urgency=low
 
   * Non-maintainer upload.
@@ -1098,11 +3014,11 @@ kdelibs (4:3.3.2-3) unstable; urgency=hi
 
   * Fix syntax error in dcopidlng, closes: #297095 (was causing kdepim an
     others to FTBFS).
- 
+
   * Apply patch from KDE 3.4 to fix CAN-2005-0237 (spoofing using IDN),
     closes: #294271, #294204. IDN is now disabled in all KDE apps unless
     the environment variable KDE_USE_IDN is set.
- 
+
   * Christopher Cheney has kindly relicensed man pages written by him from
     GDFL to GPL, update the license statement accordingly. Closes: #292085.
 
@@ -1234,7 +3150,7 @@ kdelibs (4:3.3.1-4) unstable; urgency=hi
 kdelibs (4:3.3.1-3) unstable; urgency=high
 
   * Fix kdeaccessability Conflict. Closes: #285391
-  * Added patch to fix half of Konqueror Window Injection Vulnerability 
+  * Added patch to fix half of Konqueror Window Injection Vulnerability
     CAN-2004-1158. kdebase upload will fix the rest.
 
  -- Riku Voipio <riku.voipio@iki.fi>  Mon, 13 Dec 2004 18:53:21 +0000
@@ -1246,7 +3162,7 @@ kdelibs (4:3.3.1-2) unstable; urgency=me
 
   * Add versioned conflicts (<< 4:3.3.0) for all KDE official modules in
     kdelibs. This will permit the testing transition to happen all at once.
-  
+
   * Fixed kdewebdev conflict (was << 4:3.3.0, while kdewebdev in sid
     is 1:3.3.0 -Riku
 
@@ -1575,7 +3491,7 @@ kdelibs (4:2.2.2-10) unstable; urgency=l
 
 kdelibs (4:2.2.2-9) unstable; urgency=low
 
-  * Move all non-module .la files from /usr/lib into -dev package.  We leave 
+  * Move all non-module .la files from /usr/lib into -dev package.  We leave
     all the .la files out of /usr/lib/kde2 and those that may not be normal
     libraries out of /usr/lib
   * Fix spelling error (Closes: #124989)
@@ -1632,7 +3548,7 @@ kdelibs (4:2.2.2-4) unstable; urgency=lo
   * Cleanup documentation for freeze
   * Cleanup dh-make files
   * Default to Reject for cookie acceptions. (Closes: #121750)
-  * kio_https.* no longer exists and due to diversions we could end up 
+  * kio_https.* no longer exists and due to diversions we could end up
     with the files existing but not tied to any package..so let's make
     sure to remove them.
 
@@ -1677,7 +3593,7 @@ kdelibs (4:2.2.2-1) unstable; urgency=lo
   * Updates to take care of changes in Qt 2.3.2 (Closes: #118868)
   * Do away with /etc/kderc and provide a link from /etc/kde2 to
     /usr/share/kde2/config.  Hardcode the config dir to /usr/share/kde2/config
-    instead of /usr/share/config.  Can't hardcode it to /etc/kde2 since 
+    instead of /usr/share/config.  Can't hardcode it to /etc/kde2 since
     the /usr part of it all is pulled from the prefix.  This will work tho
   * Move certain -dev binaries over to the -dev package
   * Should fix socks autodetection (Closes: #118925)
@@ -1789,12 +3705,12 @@ kdelibs (4:2.2.1-2) unstable; urgency=lo
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 19 Sep 2001 16:27:00 -0700
 
 kdelibs (4:2.2.1-1) unstable; urgency=low
- 
+
   * New upstream version
   * Move artsc-config into -dev package (Closes: #109973)
   * Priority set to extra for -alsa packages
   * Do NOT build with Xinerama support due to the library being static
-    and that whole PIC/non-PIC so thing. 
+    and that whole PIC/non-PIC so thing.
   * Fix ctrl+s (Closes: #110694)
   * Don't need to build with gcc3 for alpha anymore, however we still
     need to build with -O0
@@ -1802,18 +3718,18 @@ kdelibs (4:2.2.1-1) unstable; urgency=lo
   * Fixes printing (Closes: #108301, #111388, #109930)
   * Fix shlibs for alsa packages (Closes: #111640, #110159)
   * Don't use objprelink anymore
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 07 Sep 2001 12:10:00 -0700
 
 kdelibs (4:2.2.0-final-3) unstable; urgency=low
- 
+
   * Sync with upstream
   * Fix a couple more deps/build-deps
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 22 Aug 2001 10:59:00 -0700
 
 kdelibs (4:2.2.0-final-2) unstable; urgency=low
- 
+
   * update build-depends for i386
   * Updated translation bits
   * sync with upstream
@@ -1821,50 +3737,50 @@ kdelibs (4:2.2.0-final-2) unstable; urge
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 19 Aug 2001 00:01:00 -0700
 
 kdelibs (4:2.2.0-final-1) unstable; urgency=low
- 
+
   * New upstream version 2.2
   * Build with objprelink for i386
   * update build-depends
   * do not build with xinerama support for hppa
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 04 Aug 2001 02:30:00 -0700
 
 kdelibs (4:2.2.0-0.1beta1-2) unstable; urgency=low
- 
+
   * synce with upstream
   * more https related fixes
   * Fix shlibs
   * Fix build issues with new libxml2-dev (Closes: #106766)
   * fix postrm of kdelibs-dev
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 27 Jul 2001 12:18:00 -0700
 
 kdelibs (4:2.2.0-0.1beta1-1) unstable; urgency=low
- 
+
   * synce with upstream
   * Drop optimization down for cross arch building
   * Move libkscreensaver.so over to -dev package where it belongs
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 25 Jul 2001 03:35:00 -0700
 
 kdelibs (4:2.2.0-0beta1-6) unstable; urgency=low
- 
+
   * synce with upstream
   * Update debhelper templates for alpha build bits
   * Update/Clean/Fix various dependency issues
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 08 Jul 2001 00:53:00 -0700
 
 kdelibs (4:2.2.0-0beta1-5) unstable; urgency=low
- 
+
   * synce with upstream
   * Add -mieee for Alpha builds
   * Add Recommends for aspell | ispell
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 07 Jul 2001 00:57:00 -0700
 
 kdelibs (4:2.2.0-0beta1-4) unstable; urgency=low
- 
+
   * synce with upstream
   * Remove old pam bit (Closes: #103493)
   * Fix http proxy support
@@ -1875,17 +3791,17 @@ kdelibs (4:2.2.0-0beta1-4) unstable; urg
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 04 Jul 2001 14:37:00 -0700
 
 kdelibs (4:2.2.0-0beta1-3) unstable; urgency=low
- 
+
   * Fix description (Closes: #103206)
   * Sync with upstream
   * Update build-depends
   * don't compress .bz2 files (Closes: #103262)
   * Use dpkg-divert instead of alternatives
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 02 Jul 2001 13:18:00 -0700
 
 kdelibs (4:2.2.0-0beta1-2) unstable; urgency=low
- 
+
   * Move over a cups file that didn't get into -cups package
   * Fix alsa-stamp build location
   * Change kdelibs3-cups depends on kdebase-libs to a recommends
@@ -1902,7 +3818,7 @@ kdelibs (4:2.2.0-0beta1-1) unstable; urg
   * 2.2 beta 1
   * Remove old .shlibs files
   * Moving to -cvs{date] format for entering into experimental
-  * This is a post alpha1 snapshot taken from the HEAD cvs branch.  
+  * This is a post alpha1 snapshot taken from the HEAD cvs branch.
     date listed in the version number states when the initial pull was made
     however updates may and most likely will have taken place since that
     date.  Look at it as a >= cvs{date}
@@ -1927,16 +3843,16 @@ kdelibs (4:2.2.0-0beta1-1) unstable; urg
  -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 22 Jun 2001 06:30:00 -0700
 
 kdelibs (4:2.1.1-7) unstable; urgency=low
- 
+
   * Adding in a dh-make template tree under /usr/share/doc/kdelibs-dev/dh-make
-    It is for a single binary package.  
+    It is for a single binary package.
   * Update README
   * Remove old undocumented.in bits since it's now pointless
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 09 Apr 2001 03:00:00 -0700
 
 kdelibs (4:2.1.1-6) unstable; urgency=low
- 
+
   * Sync with upstream.
     Locale updates
     More http fixes
@@ -1948,56 +3864,56 @@ kdelibs (4:2.1.1-6) unstable; urgency=lo
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 09 Apr 2001 03:00:00 -0700
 
 kdelibs (4:2.1.1-5) unstable; urgency=low
- 
+
   * Sync with upstream.
     Several more http fixes
-  * Removing old AA bits 
- 
+  * Removing old AA bits
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 07 Apr 2001 04:33:00 -0700
 
 kdelibs (4:2.1.1-4) unstable; urgency=low
- 
+
   * Sync with upstream.
     Proxy Authentication fix...round 2.
   * Oh..and Happy Birthday to my wife Audra.  :)
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 04 Apr 2001 18:04:00 -0700
 
 kdelibs (4:2.1.1-3) unstable; urgency=low
- 
-  * Sync with upstream.  
+
+  * Sync with upstream.
     Includes several khtml fixes
     Memory leak fix
     Proxy Authentication fix
   * Update pam file for kde, add more documentation in it and modify defaults
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Tue, 03 Apr 2001 10:18:00 -0700
 
 kdelibs (4:2.1.1-2) unstable; urgency=low
- 
-  * 2 birds with 1 debuild.  
+
+  * 2 birds with 1 debuild.
     Rebuild against older libc6
     Couple upstream fixes in kjs
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 19 Mar 2001 13:39:00 -0700
 
 kdelibs (4:2.1.1-1) unstable; urgency=low
- 
+
   * New upstream release
   * Dropping provides for kdelibs3-dev
   * don't allow POST data to dump to the debug output...
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 19 Mar 2001 10:26:00 -0700
 
 kdelibs (4:2.1.0.1-5) unstable; urgency=low
- 
+
   * Several fixes moving us towards 2.1.1
   * Several "don't crash when..." fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 15 Mar 2001 10:26:00 -0700
 
 kdelibs (4:2.1.0.1-4) unstable; urgency=low
- 
+
   * More upstream fixes
   * Add in a pam_env statement to kde pam file.  This *should* fix problems
     people have had with kde not reading in their environment settings
@@ -2005,31 +3921,31 @@ kdelibs (4:2.1.0.1-4) unstable; urgency=
  -- Ivan E. Moore II <rkrusty@debian.org>  Tue, 13 Mar 2001 16:24:00 -0700
 
 kdelibs (4:2.1.0.1-3) unstable; urgency=low
- 
+
   * More upstream fixes
     location object fixes for JavaScript
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 11 Mar 2001 02:43:00 -0700
 
 kdelibs (4:2.1.0.1-2) unstable; urgency=low
- 
+
   * More upstream fixes
     several khtml fixes especially with css
     more font fixes
     more session fixes..hopefully solving some of the reports
   * built with new kdoc
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 11 Mar 2001 02:43:00 -0700
 
 kdelibs (4:2.1.0.1-1) unstable; urgency=low
- 
+
   * Fix proxy authentication
   * Several other upstream fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 08 Mar 2001 15:22:00 -0700
 
 kdelibs (4:2.1.0-3) unstable; urgency=low
- 
+
   * More upstream fixes
    Fix for URLs like "http://www.kde.org?query=bla" and "http://www.kde.org#ref"
    Fix for crashes opening http://www.radiocomercial.pt
@@ -2041,18 +3957,18 @@ kdelibs (4:2.1.0-3) unstable; urgency=lo
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 07 Mar 2001 01:54:00 -0700
 
 kdelibs (4:2.1.0-2) unstable; urgency=low
- 
+
   * Adding libbz2-dev and libsasl-dev into Build-Depends so that the ioslaves
-    will be built on other archs.  Other archs probably didn't even notice. 
+    will be built on other archs.  Other archs probably didn't even notice.
   * dcopserver freeze fix
   * Several other http fixes along with hopefully proper fixes to
     the url entry problems
   * Applying patch for Simplified Chinese support
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 04 Mar 2001 09:09:00 -0700
 
 kdelibs (4:2.1.0-1) unstable; urgency=low
- 
+
    * Re-pulling from CVS instead of using the official tarballs.  The
      official tarballs had problems which made it hard to handle patches
    * Version changed to 2.1.0 instead of 2.1-final as we are post 2.1-final
@@ -2064,52 +3980,52 @@ kdelibs (4:2.1.0-1) unstable; urgency=lo
  -- Ivan E. Moore II <rkrusty@debian.org>  Tue, 27 Feb 2001 19:00:00 -0700
 
 kdelibs (4:2.1-final-1) unstable; urgency=low
- 
+
    * New upstream version
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 19 Feb 2001 02:31:00 -0700
 
 kdelibs (4:2.1-beta2-0128-2) unstable; urgency=low
-  
+
    * Adding in cleanup for kde doc link (Closes: #85653)
    * Moving from kdelibs3-dev to kdelibs-dev to conform to policy
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 18 Feb 2001 02:31:00 -0700
 
 kdelibs (4:2.1-beta2-0128-1) unstable; urgency=low
- 
+
    * Fixing artsdsp LD_PRELOAD problem (Closes: #83592)
    * Adding in replaces/conflicts for *ancient* non-existant kdelibs-nossl
      package. (Closes: #83607)
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 28 Jan 2001 01:30:00 -0700
 
 kdelibs (4:2.1-beta2-3) unstable; urgency=low
- 
+
    * Lots of little fixes
    * Fixing -dev dependencies...(allowing for -alsa packages)
    * fix shlibs for libkssl
    * Adding in a couple more build-depends - autoconf, libtool, gettext
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 25 Jan 2001 02:16:00 -0700
 
 kdelibs (4:2.1-beta2-2) unstable; urgency=low
- 
+
    * Fixes problem with version number not showing
    * Cleaning up depends for -dev packages
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Tue, 23 Jan 2001 12:36:00 -0700
 
 kdelibs (4:2.1-beta2-1) unstable; urgency=low
- 
+
    * New upstream beta
    * Fixing shlibs
    * Fixing confliction problem (Closes: #83083)
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 22 Jan 2001 06:00:00 -0700
 
 kdelibs (4:2.1-20010118-1) unstable; urgency=low
- 
+
    * more upstream bug fixes
      fix JS and onmouseovers
    * mimetype fixes (Closes: #76455)
@@ -2120,7 +4036,7 @@ kdelibs (4:2.1-20010118-1) unstable; urg
  -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 18 Jan 2001 13:00:00 -0700
 
 kdelibs (4:2.1-20010115-1) unstable; urgency=low
- 
+
    * more upstream bug fixes
    * a ton of documentation updates
    * move away from suidregister
@@ -2129,11 +4045,11 @@ kdelibs (4:2.1-20010115-1) unstable; urg
    * Upstream fixes for libltdl includes (Closes: #82359)
    * Fixes problem with bug report email address
    * JavaScript/Java happy again...happy happy joy joy happy happy joy joy...
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 15 Jan 2001 01:00:00 -0700
 
 kdelibs (4:2.1-20010109-1) unstable; urgency=low
- 
+
    * more upstream bug fixes
    * More dependency/build-depend fixes
    * This was definatly built with the same dpkg that kdelibs-crypto was so
@@ -2142,19 +4058,19 @@ kdelibs (4:2.1-20010109-1) unstable; urg
    * Fix kdesud security by
      a) Not creating the socket under /tmp
      b) Verifying afterwards that it was our own socket
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Tue, 09 Jan 2001 10:00:00 -0700
 
 kdelibs (4:2.1-20010106-1) unstable; urgency=low
- 
+
    * more upstream bug fixes
    * Contains both the symlink/sniff attack fix for kdesu
    * Moving conflicts for task-* packages to kdebase
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 06 Jan 2001 15:00:00 -0700
 
 kdelibs (4:2.1-20010101-1) unstable; urgency=low
- 
+
    * more upstream bug fixes
    * Applying new i18n patch
    * Adding in conflicts for old task- packages (Closes: #81003)
@@ -2162,21 +4078,21 @@ kdelibs (4:2.1-20010101-1) unstable; urg
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 01 Jan 2001 03:30:00 -0700
 
 kdelibs (4:2.1-20001218-2) unstable; urgency=low
- 
+
   * more upstream bug fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 20 Dec 2000 12:22:00 -0700
 
 kdelibs (4:2.1-20001218-1) unstable; urgency=low
- 
+
   * more upstream bug fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 18 Dec 2000 22:44:00 -0700
 
 kdelibs (4:2.1-20001216-1) unstable; urgency=low
- 
+
   * more upstream bug fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 16 Dec 2000 18:44:00 -0700
 
 kdelibs (4:2.1-20001214-1) unstable; urgency=low
@@ -2188,56 +4104,56 @@ kdelibs (4:2.1-20001214-1) unstable; urg
  -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 14 Dec 2000 13:35:00 -0700
 
 kdelibs (4:2.1-20001213-1) unstable; urgency=low
- 
+
   * New upstream beta
   * Breaking out aRts pieces into their own packages so that others don't
     need to install kdelibs in it's entirety to use arts.
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 13 Dec 2000 14:22:00 -0700
 
 kdelibs (4:2.0-final-5) unstable; urgency=low
- 
+
   * More upstream fixes
   * More dependency work
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 12 Nov 2000 18:15:00 -0700
 
 kdelibs (4:2.0-final-4) unstable; urgency=low
- 
+
   * More upstream fixes
   * Applying new i18n patch
   * More dependency work
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 08 Nov 2000 17:30:00 -0700
-                                                                                
+
 kdelibs (4:2.0-final-3.1) unstable; urgency=low
- 
+
   * Applying i18n patch (Closes: #75830)
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 05 Nov 2000 23:00:00 -0700
 
 kdelibs (4:2.0-final-3) unstable; urgency=low
- 
+
   * More upstream fixes
   * Fixing (again) suid bit on artswrapper
-  * Changing bug reporting to point to bugs.debian.org - hopefully I don't 
+  * Changing bug reporting to point to bugs.debian.org - hopefully I don't
     totally hose the bug reporting pieces...
   * Building against X4 libs
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 04 Nov 2000 01:30:00 -0700
-                                                                                
+
 kdelibs (4:2.0-final-2.2) unstable; urgency=low
- 
-  * Fixing dependency I hosed 
+
+  * Fixing dependency I hosed
   * Fixing suid bit on artswrapper
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 03 Nov 2000 00:30:00 -0700
-                                                                                
+
 kdelibs (4:2.0-final-2.1) unstable; urgency=low
- 
+
   * kdelibs-doc once again contains it's kdoc output
   * kstyles upstream fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 02 Nov 2000 21:46:00 -0700
 
 kdelibs (4:2.0-final-2) unstable; urgency=low
@@ -2247,11 +4163,11 @@ kdelibs (4:2.0-final-2) unstable; urgenc
  -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 02 Nov 2000 18:00:00 -0700
 
 kdelibs (4:2.0-final-0) unstable; urgency=low
- 
+
   * KDE 2.0
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 23 Oct 2000 00:00:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20001016-0) unstable; urgency=low
 
   * more upstream fixes
@@ -2259,89 +4175,89 @@ kdelibs (4:2.0-20001016-0) unstable; urg
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 16 Oct 2000 15:00:00 -0700
 
 kdelibs (4:2.0-20001015-0) unstable; urgency=low
- 
+
   * more upstream fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 15 Oct 2000 20:05:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20001013-0) unstable; urgency=low
- 
+
   * more upstream fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 13 Oct 2000 23:45:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20001011-0) unstable; urgency=low
- 
+
   * more upstream fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 11 Oct 2000 03:45:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20001009-3) unstable; urgency=low
- 
+
   * more upstream fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Tue, 10 Oct 2000 17:00:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20001009-2) unstable; urgency=low
- 
+
   * more upstream fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Tue, 10 Oct 2000 00:00:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20001009-0) unstable; urgency=low
- 
+
   * KDE 2.0 RC2
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 09 Oct 2000 08:00:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20001006-4) unstable; urgency=low
- 
+
   * Fixing startup crashes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 08 Oct 2000 09:00:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20001006-3) unstable; urgency=low
- 
+
   * More upstream fixes
   * Fixing preinst applnk problem (Closes: #74195, #74218)
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 08 Oct 2000 03:00:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20001006-2) unstable; urgency=low
- 
+
   * More crypto fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 06 Oct 2000 15:30:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20001006-0) unstable; urgency=low
-   
+
   * More upstream fixes
   * Getting rid of kdelibs-nossl and now providing a kdelibs-crypto package
 
  -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 06 Oct 2000 01:30:00 -0700
-                                                                                
+
 kdelibs-nossl (4:2.0-20001004-2) unstable; urgency=low
- 
+
   * More upstream fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 05 Oct 2000 15:00:00 -0700
-                                                                                
+
 kdelibs-nossl (4:2.0-20001004-0) unstable; urgency=low
- 
+
   * More upstream fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 04 Oct 2000 23:30:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20001002-0) unstable; urgency=low
- 
+
   * KDE 2.0 RC1
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 02 Oct 2000 01:30:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20000927-0) unstable; urgency=low
- 
+
   * More upstream fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 27 Sep 2000 23:30:00 -0700
 
 kdelibs (4:2.0-20000925-0) unstable; urgency=low
@@ -2351,25 +4267,25 @@ kdelibs (4:2.0-20000925-0) unstable; urg
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 25 Sep 2000 15:30:00 -0700
 
 kdelibs (4:2.0-20000923-0) unstable; urgency=low
- 
+
   * More upstream fixes
   * Fixing build issues
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 23 Sep 2000 23:00:00 -0700
 
 kdelibs (4:2.0-20000920-0) unstable; urgency=low
- 
-  * More upstream fixes 
-  * Fixing build issues 
- 
+
+  * More upstream fixes
+  * Fixing build issues
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 20 Sep 2000 23:00:00 -0700
 
 kdelibs (4:2.0-20000918-0) unstable; urgency=low
- 
+
   * More upstream fixes (-beta5)
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 18 Sep 2000 17:00:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20000910-0) unstable; urgency=low
 
   * More upstream fixes
@@ -2377,7 +4293,7 @@ kdelibs (4:2.0-20000910-0) unstable; urg
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 10 Sep 2000 23:00:00 -0700
 
 kdelibs (4:2.0-20000909-0) unstable; urgency=low
-  
+
   * More package cleanup
   * More upstream fixes
   * All lintian errors are bogus currently.  k*.so files are modules and
@@ -2387,9 +4303,9 @@ kdelibs (4:2.0-20000909-0) unstable; urg
  -- Ivan E. Moore II <rkrusty@debian.org>  Sat, 09 Sep 2000 02:00:00 -0700
 
 kdelibs (4:2.0-20000907-0.1) unstable; urgency=low
- 
+
   * Fixing issue with requiring -dev package
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 07 Sep 2000 21:00:00 -0700
 
 kdelibs-nossl (4:2.0-20000907-0) unstable; urgency=low
@@ -2419,7 +4335,7 @@ kdelibs (4:2.0-20000901-0) unstable; urg
  -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 01 Sep 2000 00:02:00 -0700
 
 kdelibs (4:2.0-20000829-0) unstable; urgency=low
- 
+
   * More Upstream fixes
   * Committing most package updates to CVS tree
   * No GPL/QT conflictions
@@ -2427,17 +4343,17 @@ kdelibs (4:2.0-20000829-0) unstable; urg
  -- Ivan E. Moore II <rkrusty@debian.org>  Tue, 29 Aug 2000 21:15:00 -0700
 
 kdelibs (4:2.0-20000825-0) experimental; urgency=low
- 
+
   * Upstream fixes
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 25 Aug 2000 20:00:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20000824-1.0) experimental; urgency=low
- 
+
   * KDE 2.0 beta 4
 
  -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 24 Aug 2000 18:30:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20000821-1.0) experimental; urgency=low
 
   * New upstream fixes
@@ -2446,12 +4362,12 @@ kdelibs (4:2.0-20000821-1.0) experimenta
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 21 Aug 2000 22:45:00 -0700
 
 kdelibs (4:2.0-20000820-1.0) experimental; urgency=low
- 
+
   * New upstream fixes
   * No requirement for -dev package now
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Sun, 20 Aug 2000 07:45:00 -0700
-                                                                                
+
 kdelibs (4:2.0-20000816-1.0) experimental; urgency=low
 
   * Major hacking to fix tons of issues
@@ -2467,17 +4383,17 @@ kdelibs (4:2.0-20000814-1.0) experimenta
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 14 Aug 2000 02:30:00 -0700
 
 kdelibs (4:2.0-20000810-1.0) experimental; urgency=low
- 
+
   * More CVS updates
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 10 Aug 2000 02:30:00 -0700
 
 kdelibs-cvs (4:2.0-20000517-1.0) experimental; urgency=low
- 
+
   * More CVS updates
   * Turning on debugging
   * Fixes to preinst script
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Wed, 17 May 2000 22:30:00 -0700
 
 kdelibs-cvs (4:2.0-20000512-1.2) experimental; urgency=low
@@ -2488,24 +4404,24 @@ kdelibs-cvs (4:2.0-20000512-1.2) experim
  -- Ivan E. Moore II <rkrusty@debian.org>  Fri, 12 May 2000 20:30:00 -0700
 
 kdelibs-cvs (4:2.0-20000403-1.0) experimental; urgency=low
- 
+
   * More upstream CVS updates
   * Adding in depends for kde-qt-addon
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 03 Apr 2000 06:30:00 -0700
 
 kdelibs-cvs (4:2.0-20000306-1.1) experimental; urgency=low
- 
+
   * More upstream CVS updates
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Mon, 06 Mar 2000 22:45:00 -0700
 
 kdelibs-cvs (4:2.0-20000302-1.0) experimental; urgency=low
- 
+
   * More upstream CVS updates
- 
+
  -- Ivan E. Moore II <rkrusty@debian.org>  Thu, 02 Mar 2000 22:00:00 -0700
-                                                                
+
 kdelibs-cvs (4:2.0-20000229-1.0) experimental; urgency=low
 
   * More upstream CVS updates
@@ -2618,7 +4534,7 @@ kdelibs-cvs (4:2.0-19990626-2) experimen
 
   * back to using the paths out of debianrules with some dependency trick
     in rules. No more hardcoded paths there
-  * don't use kderc file, but add the paths that are known to be 
+  * don't use kderc file, but add the paths that are known to be
     nonstandard in rules. And install into $kde_confdir/system.kdeglobals
     /etc/kderc may be used for the noncvs version later. For now it asks
     for trouble in my eyes :)
@@ -2626,7 +4542,7 @@ kdelibs-cvs (4:2.0-19990626-2) experimen
   * don't compile with --enable-debug, but with --disable-debug - this does
     more than removing -g, don't know who made this policy within debian
   * use --enable-final as it makes thinks smaller, faster and better anyway ;)
-  
+
  -- Stephan Kulow <coolo@kde.org>  Sat, 26 Jun 1999 14:33:05 +0200
 
 kdelibs-cvs (4:2.0-19990626-1) experimental; urgency=low
@@ -2734,7 +4650,7 @@ kdelibs (2:980312-4) frozen; urgency=low
   * fixed the shlibs format
   * new qt1g release (1.33)
 
- -- Stephan Kulow <coolo@kde.org>  Tue, 31 Mar 1998 13:00:00 +0100   
+ -- Stephan Kulow <coolo@kde.org>  Tue, 31 Mar 1998 13:00:00 +0100
 
 kdelibs (2:980312-3) frozen; urgency=low
 
@@ -2758,7 +4674,7 @@ kdelibs (2:980312-1) experimental; urgen
 kdelibs (2:980310-3) experimental; urgency=low
 
   * removed the preinst script
-  * use absolute paths instead of the one with 
+  * use absolute paths instead of the one with
   * changed directory for libraries
 
  -- Stephan Kulow <coolo@kde.org>  Wed, 11 Mar 1998 20:11:50 +0100
diff -pruN 4:3.5.10.dfsg.1-5/debian/control 4:3.5.10.dfsg.1-5ubuntu2/debian/control
--- 4:3.5.10.dfsg.1-5/debian/control	2010-08-07 20:41:01.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/control	2010-10-15 14:21:54.000000000 +0100
@@ -1,19 +1,21 @@
 Source: kdelibs
 Section: libs
 Priority: optional
-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
+Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
 Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>, Armin Berres <trigger+debian@space-based.de>, Fathi Boudra <fabo@debian.org>, Modestas Vainius <modax@debian.org>, Pino Toscano <pino@kde.org>
-Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 6), autotools-dev,
+Build-Depends: cdbs (>= 0.4.41ubuntu2), debhelper (>= 6), autotools-dev,
  binutils (>= 2.14.90.0.7), docbook-to-man, gawk, gettext,
- libart-2.0-dev (>= 2.3.17), libarts1-dev (>= 1.5.0), libacl1-dev,
+ libart-2.0-dev (>= 2.3.17), libacl1-dev,
  libattr1-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
- libaspell-dev, hspell, libbz2-dev, libcups2-dev, libfam-dev | libgamin-dev,
+ libaspell-dev, hspell, libbz2-dev, libcups2-dev,
  libidn11-dev, libjasper-dev (>= 1.900.1), libkrb5-dev, libldap2-dev,
  liblualib50-dev, libopenexr-dev (>= 1.2.2-4.1), libpcre3-dev,
  libqt3-mt-dev (>= 3:3.3.7), libsasl2-dev, libssl-dev,
  libtiff4-dev (>= 3.7.3), libavahi-client-dev (>= 0.4),
  libavahi-qt3-dev (>= 0.4), libxml2-dev, libxml2-utils, libxslt1-dev,
- sharutils, texinfo
+ sharutils, texinfo, pkg-kde-tools,
+ gettext-kde, kdesdk-scripts, lsb-release, sudo
 Build-Depends-Indep: doxygen, qt3-doc, graphviz, gsfonts-x11
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-kde/trunk/packages/kde3libs
@@ -36,8 +38,7 @@ Description: core libraries from the off
 Package: kdelibs-data
 Section: libs
 Architecture: all
-Depends: ${misc:Depends}, hicolor-icon-theme
-Suggests: kdelibs5-data
+Depends: ${misc:Depends}, hicolor-icon-theme, kdelibs5-data
 Conflicts: kdelibs4
 Replaces: kdeartwork-style (<< 4:3.4.0), konq-plugins (<< 4:3.4.0),
  ksvg (<< 4:3.4.0), kpackage (<< 4:3.4.2), kicker (<< 4:3.5-rc1),
@@ -55,9 +56,11 @@ Description: core shared data for all KD
 Package: kdelibs4c2a
 Section: libs
 Architecture: any
-Depends:  ${misc:Depends}, ${shlibs:Depends}, kdelibs-data (>> ${KDE-Version3}),
- kdelibs-data (<< ${KDE-Next-Version3}), menu-xdg, perl, x11-xserver-utils, xauth
-Suggests: fam, perl-suid, ghostscript
+Depends: ${misc:Depends}, ${shlibs:Depends}, kdelibs-data (>> ${KDE-Version3}),
+ kdelibs-data (<< ${KDE-Next-Version3}), perl, x11-xserver-utils, xauth,
+ launchpad-integration, sudo
+Recommends: xdg-user-dirs
+Suggests: perl-suid, ghostscript
 Conflicts: kdelibs4, kdelibs4c2, kdelibs-bin (<< 4:3.3.3), kdelibs4-dev (<< 4:3.5.7.dfsg.1-6), kdebase-kio-plugins (<= 4:3.5.9.dfsg.1-1)
 Replaces: kdelibs4, kdelibs4c2, kdeartwork-style (<< 4:3.4.0),
  kcontrol (<< 4:3.4.0), kdelibs-bin (<< 4:3.5.3-1),
@@ -70,29 +73,23 @@ Description: core libraries and binaries
  Several scripts included in kdebase-bin, related to the handling of SMB
  and NFS shares, require the perl-suid package to work properly.
  .
- If you are working with remote filesystems, you may find that fam
- is helpful in tracking filesystem updates. If you work only with local
- filesystems, then avoid fam (and gamin), since if they are not installed,
- KDE will use its own more efficient inotify (or else dnotify) system
- directly.
- .
  This package is part of KDE, and a component of the KDE libraries module.
  See the 'kde' and 'kdelibs' packages for more information.
 
 Package: kdelibs4-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, kdelibs4c2a (= ${binary:Version}), 
+Depends: ${misc:Depends}, ${shlibs:Depends}, kdelibs4c2a (= ${binary:Version}),
  libart-2.0-dev (>= 2.3.17),
- libarts1-dev (>= 1.5.0), ${libasound2-dev}, libacl1-dev, libattr1-dev,
- libaspell-dev, libbz2-dev, libcups2-dev, libfam-dev | libgamin-dev,
+ ${libasound2-dev}, libacl1-dev, libattr1-dev,
+ libaspell-dev, libbz2-dev, libcups2-dev,
  libidn11-dev, libjasper-dev (>= 1.900.1), libkrb5-dev,
  libopenexr-dev (>= 1.2.2-4.1), libpcre3-dev, liblualib50-dev,
  libqt3-mt-dev (>= 3:3.3.5), libsasl2-dev, libssl-dev,
  libtiff4-dev (>= 3.7.3-1), libxml2-dev, libxml2-utils, libxslt1-dev,
- libavahi-client-dev (>= 0.4), libavahi-qt3-dev (>= 0.4)
+ libavahi-client-dev (>= 0.4), libavahi-qt3-dev (>= 0.4), gettext-kde, kdesdk-scripts
 Provides: kdelibs-dev
-Replaces: kdebase-dev (<< 4:3.4.0), kdelibs4c2a (<< 4:3.5.7.dfsg.1-5)
+Replaces: kdebase-dev (<< 4:3.4.0), kdelibs4c2a (<< 4:3.5.8-3ubuntu2)
 Description: development files for the KDE core libraries
  This package contains all the headers and other related files needed
  to compile KDE applications, or develop applications which use the
@@ -101,26 +98,13 @@ Description: development files for the K
  This package is part of KDE, and a component of the KDE libraries module.
  See the 'kde' and 'kdelibs' packages for more information.
 
-Package: kdelibs4-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Provides: kdelibs-doc
-Description: developer documentation for the KDE core libraries
- This package contains documentation for the core KDE libraries, of
- use more for developers creating applications which use the core
- KDE libraries, than regular users.
- .
- This package is part of KDE, and a component of the KDE libraries module.
- See the 'kde' and 'kdelibs' packages for more information.
-
 Package: kdelibs-dbg
 Section: debug
 Architecture: any
 Priority: extra
 Conflicts: kdelibs4-dbg, kdelibs4c2-dbg, kdelibs4c2a-dbg
 Replaces: kdelibs4-dbg, kdelibs4c2-dbg, kdelibs4c2a-dbg
-Depends:  ${misc:Depends}, kdelibs4c2a (= ${binary:Version}), qt-x11-free-dbg, libc6-dbg [amd64]
+Depends: ${misc:Depends}, kdelibs4c2a (= ${binary:Version}), qt-x11-free-dbg, libc6-dbg [amd64]
 Description: debugging symbols for kdelibs
  This package contains the debugging symbols associated with kdelibs.
  They will automatically be used by gdb for debugging kdelibs-related
diff -pruN 4:3.5.10.dfsg.1-5/debian/control.in 4:3.5.10.dfsg.1-5ubuntu2/debian/control.in
--- 4:3.5.10.dfsg.1-5/debian/control.in	2010-08-07 07:10:52.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/control.in	2010-10-15 14:22:44.000000000 +0100
@@ -1,19 +1,21 @@
 Source: kdelibs
 Section: libs
 Priority: optional
-Maintainer: @@@MAINTAINER@@@
-Uploaders: @@@UPLOADERS@@@
-Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 6), autotools-dev,
+Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
+Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>, Armin Berres <trigger+debian@space-based.de>, Fathi Boudra <fabo@debian.org>, Modestas Vainius <modax@debian.org>, Pino Toscano <pino@kde.org>
+Build-Depends: cdbs (>= 0.4.41ubuntu2), debhelper (>= 6), autotools-dev,
  binutils (>= 2.14.90.0.7), docbook-to-man, gawk, gettext,
- libart-2.0-dev (>= 2.3.17), libarts1-dev (>= 1.5.0), libacl1-dev,
+ libart-2.0-dev (>= 2.3.17), libacl1-dev,
  libattr1-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
- libaspell-dev, hspell, libbz2-dev, libcups2-dev, libfam-dev | libgamin-dev,
+ libaspell-dev, hspell, libbz2-dev, libcups2-dev,
  libidn11-dev, libjasper-dev (>= 1.900.1), libkrb5-dev, libldap2-dev,
  liblualib50-dev, libopenexr-dev (>= 1.2.2-4.1), libpcre3-dev,
  libqt3-mt-dev (>= 3:3.3.7), libsasl2-dev, libssl-dev,
  libtiff4-dev (>= 3.7.3), libavahi-client-dev (>= 0.4),
  libavahi-qt3-dev (>= 0.4), libxml2-dev, libxml2-utils, libxslt1-dev,
- sharutils, texinfo
+ sharutils, texinfo, pkg-kde-tools,
+ gettext-kde, kdesdk-scripts, lsb-release, sudo
 Build-Depends-Indep: doxygen, qt3-doc, graphviz, gsfonts-x11
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-kde/trunk/packages/kde3libs
@@ -36,7 +38,7 @@ Description: core libraries from the off
 Package: kdelibs-data
 Section: libs
 Architecture: all
-Depends: ${misc:Depends}, hicolor-icon-theme
+Depends: ${misc:Depends}, hicolor-icon-theme, kdelibs5-data
 Conflicts: kdelibs4
 Replaces: kdeartwork-style (<< 4:3.4.0), konq-plugins (<< 4:3.4.0),
  ksvg (<< 4:3.4.0), kpackage (<< 4:3.4.2), kicker (<< 4:3.5-rc1),
@@ -54,9 +56,11 @@ Description: core shared data for all KD
 Package: kdelibs4c2a
 Section: libs
 Architecture: any
-Depends:  ${misc:Depends}, ${shlibs:Depends}, kdelibs-data (>> ${KDE-Version3}),
- kdelibs-data (<< ${KDE-Next-Version3}), menu-xdg, perl, x11-xserver-utils, xauth
-Suggests: fam, perl-suid, ghostscript
+Depends: ${misc:Depends}, ${shlibs:Depends}, kdelibs-data (>> ${KDE-Version3}),
+ kdelibs-data (<< ${KDE-Next-Version3}), perl, x11-xserver-utils, xauth,
+ launchpad-integration, sudo
+Recommends: xdg-user-dirs
+Suggests: perl-suid, ghostscript
 Conflicts: kdelibs4, kdelibs4c2, kdelibs-bin (<< 4:3.3.3), kdelibs4-dev (<< 4:3.5.7.dfsg.1-6), kdebase-kio-plugins (<= 4:3.5.9.dfsg.1-1)
 Replaces: kdelibs4, kdelibs4c2, kdeartwork-style (<< 4:3.4.0),
  kcontrol (<< 4:3.4.0), kdelibs-bin (<< 4:3.5.3-1),
@@ -69,29 +73,23 @@ Description: core libraries and binaries
  Several scripts included in kdebase-bin, related to the handling of SMB
  and NFS shares, require the perl-suid package to work properly.
  .
- If you are working with remote filesystems, you may find that fam
- is helpful in tracking filesystem updates. If you work only with local
- filesystems, then avoid fam (and gamin), since if they are not installed,
- KDE will use its own more efficient inotify (or else dnotify) system
- directly.
- .
  This package is part of KDE, and a component of the KDE libraries module.
  See the 'kde' and 'kdelibs' packages for more information.
 
 Package: kdelibs4-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, kdelibs4c2a (= ${binary:Version}), 
+Depends: ${misc:Depends}, ${shlibs:Depends}, kdelibs4c2a (= ${binary:Version}),
  libart-2.0-dev (>= 2.3.17),
- libarts1-dev (>= 1.5.0), ${libasound2-dev}, libacl1-dev, libattr1-dev,
- libaspell-dev, libbz2-dev, libcups2-dev, libfam-dev | libgamin-dev,
+ ${libasound2-dev}, libacl1-dev, libattr1-dev,
+ libaspell-dev, libbz2-dev, libcups2-dev,
  libidn11-dev, libjasper-dev (>= 1.900.1), libkrb5-dev,
  libopenexr-dev (>= 1.2.2-4.1), libpcre3-dev, liblualib50-dev,
  libqt3-mt-dev (>= 3:3.3.5), libsasl2-dev, libssl-dev,
  libtiff4-dev (>= 3.7.3-1), libxml2-dev, libxml2-utils, libxslt1-dev,
- libavahi-client-dev (>= 0.4), libavahi-qt3-dev (>= 0.4)
+ libavahi-client-dev (>= 0.4), libavahi-qt3-dev (>= 0.4), gettext-kde, kdesdk-scripts
 Provides: kdelibs-dev
-Replaces: kdebase-dev (<< 4:3.4.0), kdelibs4c2a (<< 4:3.5.7.dfsg.1-5)
+Replaces: kdebase-dev (<< 4:3.4.0), kdelibs4c2a (<< 4:3.5.8-3ubuntu2)
 Description: development files for the KDE core libraries
  This package contains all the headers and other related files needed
  to compile KDE applications, or develop applications which use the
@@ -118,7 +116,7 @@ Architecture: any
 Priority: extra
 Conflicts: kdelibs4-dbg, kdelibs4c2-dbg, kdelibs4c2a-dbg
 Replaces: kdelibs4-dbg, kdelibs4c2-dbg, kdelibs4c2a-dbg
-Depends:  ${misc:Depends}, kdelibs4c2a (= ${binary:Version}), qt-x11-free-dbg, libc6-dbg [amd64]
+Depends: ${misc:Depends}, kdelibs4c2a (= ${binary:Version}), qt-x11-free-dbg, libc6-dbg [amd64]
 Description: debugging symbols for kdelibs
  This package contains the debugging symbols associated with kdelibs.
  They will automatically be used by gdb for debugging kdelibs-related
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/aboutkde-kubuntu.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/aboutkde-kubuntu.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/aboutkde-kubuntu.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/aboutkde-kubuntu.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,1252 @@
+begin 644 aboutkde-kubuntu.png
+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
+#0F""
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr128-device-system.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr128-device-system.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr128-device-system.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr128-device-system.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,299 @@
+begin 644 cr128-device-system.png
+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
+4W9=K2].M5;4`````245.1*Y"8((`
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr16-action-hibernate.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr16-action-hibernate.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr16-action-hibernate.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr16-action-hibernate.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,22 @@
+begin 640 cr16-action-hibernate.png.uu
+MB5!.1PT*&@H````-24A$4@```!`````0"`8````?\_]A````!F)+1T0`````
+M``#Y0[M_````"7!(67,```L3```+$P$`FIP8```"]4E$050XRSV3RV]491C&
+M?^_W?>><&3LSG:$W6YH60D$!$P.)FE:\+'2E;HSA?X#_PYTK%[`R)FZ-*Y"%
+MT453\9**@5"!6D*D-V@Z=CK.Y9PYE^]UT99G^23/F_?)DY\T/OCR\['IN:LB
+MM@[*"XD`@@@(`B+(H2\B%%FZO[.Q>LV-'C]UY<3LB?KQV@!GY3!M"`)'%`88
+M:RC4H!BL,1AK40SK+5M7](H3,8VQ<LP;<Q4`RI'CU%25DY,5JF4'0"<N6-^-
+M66_FY&JQ1O!X_G)1PZ@J29JSTTK(/2R<'V/^W`C&)SS9V.7I=HO0>MX\,\S%
+MDQ&#04JSJV2%`(I37_"\-6!Z).#3=R:8'@FYL?B`W]?Z9*:"<R&-ZH"W7JFR
+M\&J59)!Q\^Z`)"^AWN-4E6>ME'HEXNQ,A>]^7.'&GWU>JHWPX85C:)&S^#!F
+M:[E/YAWOGQOFC\>;K#P+4/4854\Y"I@_/\K63HMO;^^RGU?)O>'2V1KSIR/B
+M7I=F5[AU+V&O)YR9C.C%":J*\UZI54K,3@RQMO&<)WLAI2$HEQ01P1BAFWAZ
+M5NAGGG^:!>/U"*-MO%><]QYK+"*"&(-U(3F&U%LX6)Y,#:DWX"V*@"J"'E4H
+MB#/8;*;,3==YN1%@C,-:BP*JBA&#&,?XL&-VQ++U;\R@<'A?8-1[LD)8>M!A
+M:JS&9PNC1('02RW+CV-^>[A'OPB)`LO'%TJ,#GE^?=3!NPI:%`<5G+,L/>KS
+MRVJ?R^].$41M;M[+^&JQ!SYB8KS")Q=+?/1ZR.W[F]S9+N/"$H4_/&"MI9\*
+MUWYH8<PQ+K_=X+W7"M;W0$28';6,#7E^OK_-UTL#?&D&\07^X(,<8RQ!&+#3
+M$;[XOL.EM83YTP&3=0OJ67N:\,W?7>YL1.31#,X%^$&.]SDNC?NM?J_3L$&`
+M46CWE%MW"WY:22B'BJ@G*2S>U'!!A$E3\BRCM;M-W/VOY7KMW>OKJ\M7@[!4
+K/T#X"%]>S"AR1*D>>DJ:]/=[[>;U_P'29FB.5=SSF@````!)14Y$KD)@@@``
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr16-action-suspend.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr16-action-suspend.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr16-action-suspend.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr16-action-suspend.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,22 @@
+begin 640 cr16-action-suspend.png.uu
+MB5!.1PT*&@H````-24A$4@```!`````0"`8````?\_]A````!F)+1T0`````
+M``#Y0[M_````"7!(67,```L3```+$P$`FIP8```"W4E$050XRU63NX\;51C%
+M?_>[=V;LC>WU8]^LL@L;(=$B`=HH$C140(-0_H?D[X".BB*I$!(MHDJ4C@*%
+MIT*@(""AE0)9]L%FC>U9V^/QS-S[43@"<8JC<[JC<W3,1^]W/KBRMWK36M-6
+MY5\8`^:9,,;\IP$CAJ+PH]\.SFZYO1=6;NSN[K;G_CF,<0"(`1=%1"Y!K"#&
+M(Z*(6*P51!2KAVU5O>%$3&=6K-+HO`*`B^HTE_=HM)['14T`?#5F-CVDFA]B
+MI<*()>2!)/ZE(QJ4JLK)9V=`Q>K&57IK^^1SX?SL,</!$X+&+'=?)6F\3%',
+M4=_'4*(*S@=EGOU%%&^SOO<N<7V;7W^^0Y9^3V.I)(X=\[1#L_L:S>Y5RB)G
+M?G&7FLL)JCA5I<A/2>IM&NV7>/33YV3#._1Z2W37WZ2JE%GZ)=G@&&=+EKMO
+M<#3\@8A'A*!("$J4U%G9V&<X..;\^#.:2R.$BE;O&DESG\EDAM$^^>@>1@<D
+M2R^2YU-4%5$-U)(6EYH[I(,#8O,8P@#5\6(^(P0_P6A**'_'%W^0U-8H*T$U
+MX$((6&<QQB!BB&.+2(658K$](%(BIL`*&!0%5`W!*^*]@LXH9D>T>U>(:ALX
+M)UAKP>@BI@C.&ERRADUVF$V/<7:.#P$)JAA*QH/[M):W6-EZ#R,)UDR9I0\8
+M//V.V&78**&V_#:!%<;#;VE<"GBON.`#UCJR]#[9Z!NV=J^3/HTH)W>9]C\F
+M\=!87:?6>8>X^19'3[ZF;A]22QS>^V<=6(LA8WARB^ZVT-F\CB]?A^H0(P8;
+M[Q!8Y>3/KYB//N'R9L![@_<!5_F`M4(419APQOCT0_+Q-:*E?6RT2:@@'QXP
+M&7U*8AYR>:LB<H[*!RH?<%E6#,?CK!-%%A"4%)_>(T^_0*D3U&`EIY4$DMA1
+MS(6RJ#@Y'7)Q,1NZ\_[T]H,?#V_6:E%[<5DP"^)_'M"%18$L*T;]OZ>W_P'N
+3HF#O#V#U#`````!)14Y$KD)@@@``
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr16-device-system.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr16-device-system.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr16-device-system.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr16-device-system.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,22 @@
+begin 644 cr16-device-system.png
+MB5!.1PT*&@H````-24A$4@```!`````0"`8````?\_]A````!F)+1T0`_P#_
+M`/^@O:>3````"7!(67,```L3```+$P$`FIP8````!W1)344'U0<$#`PNRAS7
+MW````M-)1$%4.,NEDTU/7&48AJ_WXWR\,\P9J#BM`IE&0UG4SWXD0&H7MG'E
+MPL#*3;=N^`]N^`']#?X"@RR,"S5!HQF"8ERHL304&.2C4^`,IV?.S/N>UP6$
+MQ+HQ\=D\F^=Z<N>^<\/_'/%?CL;'QYMS<W,/PC`T`$((BJ+H+2TM?:XKE4J4
+M)$DBA)#_1CW6.CL]/?W!PL+"I[5:30&494F>YWY[>WM(+RXN/KQSY[V[_ER-
+MN$`![_'>$T51(J641T='&&.PUM+O]Y%2&GWOWOV/?OUCZTI<'Z5B8DS%8"J&
+MK?8IWW[_A`_?'Z/HYKP6-Z@&)<88RK+$>X\0`BVDE)8`'80$L>'@F>/+KP[9
+MWS_!9QEQM4HI!`>=4YJ-,_!,W-F62DF\&]!YVF6EU>;X5'+WS8#[,Z.4HU,\
+MVCRB>W)"ECU'"HG6&BDE01`@I41**5%2L/K+7WSQS1[MG4-J8<[$\'->%8]Y
+M_.<6>^U=K'4HK0B"X!\*M!`"*25O3<9<NQJ@*S5:/V^S=VC9V2]X=[).J`>4
+MOB0]2<GS@BS+\.<&:X$@CF)*$?!RQ>#IL[43$L:>JV-5:D,&K4-*7S)R:80D
+M&29-4](T/7O@G.N/-J^S^;2@T`(I/3=F7V$PL!1%GVX^8-`K>&-X0)IVZ72.
+M\-[CG,-[C\JR+#2DH3K=[$PV=/7:Y2AJ1#E73(]A<>R.G_RT69?/#B<F+E]:
+M_WU=^(%G8V.#(`A86UM;5>OKZS^NK'SW]<SL[*T;-V]>#\-(&U-!*4T0AB**
+MXW2GW?[M]JW;KP^9(=GK]4B2!*44K59K50,N#,.\V6PVDR2)RK+$6HM2BEJM
+M)I128^UVVSOG1#VIHY4FR[(+(R_*U&@TWIZ9F?EX:FKJG7J]/F*M=;N[NP>M
+M5NL':^VC^?GY3Z24P\XYG'/D>6Z7EY<_>[&-$J@)(:KG.6=`%_!"B)>`6`AQ
+<7A/OO?<G?P/W!TYCC"=.*`````!)14Y$KD)@@@``
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr22-action-hibernate.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr22-action-hibernate.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr22-action-hibernate.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr22-action-hibernate.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,33 @@
+begin 640 cr22-action-hibernate.png.uu
+MB5!.1PT*&@H````-24A$4@```!8````6"`8```#$M&P[````!F)+1T0`````
+M``#Y0[M_````"7!(67,```L3```+$P$`FIP8```$WTE$050XRXV5RV]=U17&
+M?VOO?<ZYKUS[^A';B=V0IK:K)A!0&T5U*"HTE$I,^@=TUK^AS)"0F+4SQ@QH
+M1YU5BHA0*Z'P$'$AD*@0I6WL&*R$V''LQ/?ZGG///8^]&)P;TD&16-*6]FM]
+MVGM]W](G<OJ5%SJ'%UYO3\R<04S`_PWE>X5JWGNP?>7ASIU7I?/B&Q^=.ON;
+M%55%B@21_[DH!B,"QF+$(,9@1D-$JK4((@;$4$I(TN_Q^>K%RZ[=F3GC2\]2
+MI\OR?/,QI@B($#A+LQY0"QV(4)20YN!U!&PJ8!'#E_=+/K\[1KLS<\8A$F@1
+MLS`=,=8*T=&OZY'C^%R+'\ZUZ+0"PL"@"GGA>=C/V-Q)N;U74'B+,8(QAJ.3
+MAAO;!8@$3A6\5PZ2@BC,4(79B3K/GIKBB=D6SL)PF).F&2)"&#@6INK,=2)F
+MMF,^OMEG/PVQ5DB&`(*JXE!/Z3W=N,0YRY')!B_];);YZ09QDO+>OS:XL7E`
+M/[.X(&)JO,&IXQV>/-YF<?X0D8.+G^W3RUHDF3PB$:>JI,.2M;LQC7K$\T\?
+M9GZZP9WM/?[Z]R]8NV\)6],$08@I#3OW#.M[,3>W"W[]S#@_F&US]D<)%ZX>
+MD&@;[Q55CU%55)7-G2$3[8B33[2)DY2W+ESCT]L1>7@8XP)^=7J<7YYL4A8Y
+M^PFLKA>\?34FS3RGCD\RUTKI#W)4054QJ`=CJ-<"SIV<PEG#/U;_R^JMDMRV
+MZ2:>(Q,1+SX]SOG38XS;?;I)29S!/]<R/KDU)`P#GCS6I-OM4VI58^-546!N
+MLLG2?(MTF/'.QW?9S<;H#93>0#'&$-B*.-&<WL#3'PI[L7)Y+2,KX.AT$\H!
+MA5?4>YRJ!X2)=L18,R`9#+G]H"0M0Q@H8BK=ZJ@#LP+B3"B,`,)7NR5I[CG4
+M"&D$!>15:9UZCR`8Z[YM#FM#K'.H&+Q6XU%XA,(;K!>0QV<"H+ZJL?<8]1X1
+MZ*=*+REIU$,69AH(8*S#6(L84R4B&!&,-1AC$;',=1RUP-!+,N+,(`)>2XSW
+M'A%A]\!S:SNE%H6<?V:66N`QQF*-I52A5/#>4Y3Z+6@M-*PLAH0.-K[NTLOK
+M"*!>*[D)D)?">]=[9(7GI;,+/+<<5F5QCO5[)=<V$CZYL<7Z3HES(8AP;BGD
+M%\L!PRSG_2]V(9I`4;QZ;.W$RZ^-31[!!0$[/<^)V8BEHTT6YVKTDH*MGF%_
+M('RZD?+AOQ-Z.DVS4>>Y'X?\;J7&9,OPX;7;_.UJ0=B>)QW$;&_^!Z=:C@AS
+M]#-X\]V'3+<#?K)PB#_\ML;[-V)6UTNV>@9CFAR=<*PL!IQ;#&A&PO7U>_SY
+MTGUH+6.L174D-^\]`,9:C+%\>;_DCQ<>\/OGVYQ=;/#R3\<X_Q2DA2((M0!"
+M)PRSG$N?;?&72[OLF1.$M29(U1S^,;!B1^P;Z_AJ3_G3Q0-^?B+AV>608U,!
+MA^H6@.UNQL;6`1]<W^?JG0#?6"(,ZXA4BE'U>"UQOBSR/!L&8@S6!J.7&P:%
+MY=*:<'FC8*(^I!65X`OZ0]A/`[P[1C#6P!FIW&0$FO2[^++,79;&5Q[LW%E1
+M((KJE6;ED2M4"??$`-6\LJ8,B$<V5NT##)(#[F[>)$OC*\+I5UX(:LW7@[!Q
+F!N$[S/3[>JGFQ7!P)1_&KWX#>T1.!<^X[8@`````245.1*Y"8((`
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr22-action-suspend.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr22-action-suspend.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr22-action-suspend.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr22-action-suspend.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,32 @@
+begin 640 cr22-action-suspend.png.uu
+MB5!.1PT*&@H````-24A$4@```!8````6"`8```#$M&P[````!F)+1T0`````
+M``#Y0[M_````"7!(67,```L3```+$P$`FIP8```$KTE$050XRXV5SX]<1Q''
+M/]7=K]_\>#NSN_;N>KW>&(/B2.`<K8AU^&T($O\"-RZ(.]Q\BL(!;IPY`"?.
+MB`C!Q0E2;+!1+`5D"=MQ'&77F]AK[\[LO)DW[T=5#F^R<``I=>E6=7=5=7^_
+MWVKYV4_DV]M;*Z]O;`PN.R'A?YCQ^<R4ZN,GX]N[>X?7Y%=OK+SS_:N7=LR,
+MZ4P`:7<).`%Q#N_`.8=SLA@=(H)S@LAG?HBA87P\Y<T_OW<C;*P/+JLJH]E%
+M^H.73K*+""+@?4(2^X30002@!BT0T3:P<[A%DJ;\@.'@/3;6!I>#"$D^-=+>
+M-C$=GEP\A"[9\`+9TA=)TA6<CV"&:D4Y/Z28?D@]_PCOZD5PAY,MZOPNXD@"
+M9I@I=75,.4\!H]L[P^G-5\F6O@`2J*HY95$@(@0?Z?:W2;N;Y.,-)D=_)X8C
+MQ'NP*2)@9@0U4&UHRA'>!WK96<YLOT8O.T<QRWGX_EL<'][%NPEI#/2RTZR<
+MNL1@]666EE\$23EZ\B99=XS8M`71()@:35V0%_=)TQ[K6]^BEYWCV<$N_[SS
+M>[S=9VTU$M.D!<Z>D#]_0#V_Q_+:]Q@LO\!T^@K'HS\PZ$\Q4U0-9V88QGSV
+M(6EWE<'*5RB*G#NW?D/*/UA?K4BB8WGM._27OTE5-:!'U/E-\N=_1+7@U-HE
+MBFJ3JIP`AIGAU%I:);'+Z3-7<"[P[[M_H9G=9)!5:#TB[9YE>?V[#->N<C19
+MIJE'0$Z9_XWY\2V2)-(?O,QD,D*DP=1PI@IB]+--LN%%RK+@\:,_,<P.,!UC
+M.E[P-B&$2%4)VHP1FV#-,\K)#;"2_F"+60&F-=J"9PB0=E9)XI#Y?$I3?40,
+M!=8`7L"*]HH`E(CE"#4"--4C5`MBND3=]#`#4R.H6DNCX$[$$1-/\![G#">*
+M$_V/<%"<U`@>)_S7FJ#:-@!5PZD:B&`ZH:G'Q-BCM[0-BV3>MY(%06`AX=;O
+MO1#239SK4,['.,D!H5'%J2J"H/4!1?X^,>UPYMQ5U#J+PQZ1!FA05<SJDZ#.
+M=XC]'9#(Z/`AW3A>%&DX4UM44S$^>`O5DNT+KQ&SKR^D[6GF#YB.[K"_>XNF
+M?$",`1&(V162_M>HJCD'^V^SNM*J3DT):@H"W@>FHW>8'-YD<.H;;+_X8X[V
+M(U+>P.H]1H]_SBQO.'\V)XD927^'SO(/$==C[^%U(N\R'*8\?5J@:H1&#:RM
+M#)MP^/C7)'&-I>&7Z?1^2G[X-LWL)L[VZ6>.$+=(^CLD_2N(Z_/)_K]XNOM;
+M7KH`WKFV8C6"-BVJ[;LYFO(#GN_^@L'&C^@-7V&X_@/0JY@5+7RN@TBDJN;L
+M/[K.P>[O^-(+S^CWXDD#4E6"JF*`]Q[G6B98_8CC_5\R'7V5F+U*DI['AZ66
+MQ?./.1X_Y.C)7TEXEXL7E&XG+OJW0]5H5`EUH]5\7B7."4GB\>XS.LV0^CKU
+MX0WFMDIC&74-V(3$'W%^7>GU$D3"(JB@9HQ&4YI:JY#GY>W=O><[F-'MIHOO
+M1D[&=O[)@L."\XY2'/FD%85(ZP<XGLRX=_\Q^;2\'29Y=>W>@V>O[^Z-+_-_
+C/M//:V96S6;U[7Q:7?L4LF9'88KQ:!8`````245.1*Y"8((`
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr22-device-system.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr22-device-system.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr22-device-system.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr22-device-system.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,32 @@
+begin 644 cr22-device-system.png
+MB5!.1PT*&@H````-24A$4@```!8````6"`8```#$M&P[````!F)+1T0`_P#_
+M`/^@O:>3````"7!(67,```L3```+$P$`FIP8````!W1)344'U0<$#`T:\K,2
+M*```!)E)1$%4.,NUE<]K7444QS\S<W^^O+P?K7E)7N)+FT:,5:@5Z1]0NG41
+MJ!LA[JH[%VX*;OP/"MVY;L%%%43!15.HN-*FB%I:,%9C:]K7ILW[<=_+S;WO
+MWCLS+M($#8@B>&!F<89SYLSG?)D#_Y.)_Q(4AF%0K5:?$T(<C!=)DFSW^_VN
+M\U\2+R\OO[>\O/RNUMK^V:^4DFMK:^OGSY]_WY%24BJ57"FE8ZW]YR<*H187
+M%T^U6JWY(`@`L-9BK:4H"I12D[5:[92SM+2T].;9LV]7JI6*-<8"'-CV;==E
+M1:/1>#F*(J(H(@Q#K+7D>8XQ!F,,0@C'.7?NW(<G7GWMQ$;[,=:"D!(AQ%^6
+MM19C--98M#%8+*VYH]R_M\[X^#A[J(NB((HBA!`X]7JUNG[O`6OW.S2:4X2A
+M3Q"&!&%`$/A(I;CXT3?H0O/6T@*YSNEWNTQ/Y2@I2=,4*27&&+36>[API!`(
+M!&$I1!>:HM`4><Z]S9C/OMGAR4#@]@8<KGH8:]!%@>MY;&_'&&OP/`^EU#Z.
+MO3XY4BJDE20[.[B^CU22QT\SC!WC]07%TPB^7S_"$V/9ZL0$KB5-4G9V=G"E
+M^1,J`X"4<B^Q0%I)U.O1&>3<N.LR-UGBI:.2Q9;#2PA>;&H^_MKPP]HVK\P)
+MMC8W.3I9)W`5I5)IGZ_6FC`,=Q,C!%+LWO+;QH"M[A@4AH5FB:@W0@C!*$ZH
+MC'ID`T-G$XS6SWB*?;D514&69>1YOLM8()!2HAS%B842QYX7N&Z9<*S"[QN_
+M,$P,M^\F;`T$IXX'!"%D688QANWMF+6U-:RU)$FR)[7=BH4`)25!$.#[/I6:
+MAQ#0Z3_FJ^\2!CN28TV/(S,^C0D?08&4DD)K#M4KS,S.HK4FCF.R+*/=;C]#
+MP:YV/=_##WQ\W\?S/0X==GFG66:K-^)!.R;-!-)U\90"P!@-8K=969:AM=[G
+M+(3`R0M=S#[?I-8/04JD`B,@$Z!<R\28IC:ER;*"/,OIISF.#'%ECM:&1^U'
+M=+H=RN7R?A,!5+5:FYV?:RY.5S15-4P/>XF9K0KGL#<2=3>EYB0<<A.J:MMX
+MV=.XZ@RSZ9J0CB/EK?5;]+?Z**FX??OV7K7YU:M75]3JZNKJYY]_\>V53S[]
+MZL<?;ST<&RLW)Z>F#DFEQ*[6!0A!OQ_I&S=6?[IT^?*E8\<6PI,G3\YN=;?(
+MD@PI)$F2,#X^CK4V7UE965'&F-%P.%R?GY_W+UZ\^,'ITZ=?D%(*QW$HE\L$
+M04">YS0:#7GFS)G)5JLU[ON^TVJUIAOU!F.E,0":S2:.XQ#'<7[]^O45N?=S
+M>9Y7=1QG(LLR?-]'*<5H-")-4X(@(`@"1J.1<%UWP1@SD^<Y69[A>1Z52F5?
+MQ\88`0BUE[C=;C^\>?/FDUZOUTB2I)2FJ4K3E#B.;:?3*>[<N3.X<N7*3Q<N
+M7+A4J52&T]/3QZ,HLL/AT,1Q;),DL5F6L;FYN7WMVK4O#XX6J92:J=5JQ^OU
+M^M$@".K66IDDR;#;[3X8#`8_&V-^G9B8F)F:FGH#*!T8`D11U-_8V+@J_L5,
+@%,_^>/LW9P?-`O8/[J),6R)#IM@`````245.1*Y"8((`
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr32-action-hibernate.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr32-action-hibernate.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr32-action-hibernate.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr32-action-hibernate.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,53 @@
+begin 640 cr32-action-hibernate.png.uu
+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
+D;]F+0#I(D^BBILFKP.G_`B`U"(\5I"I[`````$E%3D2N0F""
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr32-action-suspend.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr32-action-suspend.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr32-action-suspend.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr32-action-suspend.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,52 @@
+begin 640 cr32-action-suspend.png.uu
+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
+AJQ(E:7X^R_0EX/1_`$:$W<%^=''7`````$E%3D2N0F""
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr32-device-system.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr32-device-system.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr32-device-system.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr32-device-system.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,50 @@
+begin 644 cr32-device-system.png
+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
+<#:#V/S\=_QN]U+"7_WN7V0````!)14Y$KD)@@@``
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr48-action-hibernate.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr48-action-hibernate.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr48-action-hibernate.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr48-action-hibernate.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,74 @@
+begin 640 cr48-action-hibernate.png.uu
+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
+>VH\]_K__W.9_`!8LB/6BI+FI`````$E%3D2N0F""
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr48-action-suspend.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr48-action-suspend.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr48-action-suspend.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr48-action-suspend.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,75 @@
+begin 640 cr48-action-suspend.png.uu
+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
+H30F^ZGBLK57QI&K\V>/_^]]M_@<(B5E4DA'"T@````!)14Y$KD)@@@``
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr48-device-system.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr48-device-system.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr48-device-system.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr48-device-system.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,84 @@
+begin 644 cr48-device-system.png
+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
+)`$E%3D2N0F""
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/cr64-device-system.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr64-device-system.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/cr64-device-system.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/cr64-device-system.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,118 @@
+begin 644 cr64-device-system.png
+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
++````245.1*Y"8((`
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/crsc-device-system.svgz.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/crsc-device-system.svgz.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/crsc-device-system.svgz.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/crsc-device-system.svgz.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,238 @@
+begin 644 crsc-device-system.svgz
+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
+'<K;E&+P`````
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/icons/launchpad.png.uu 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/launchpad.png.uu
--- 4:3.5.10.dfsg.1-5/debian/icons/launchpad.png.uu	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/icons/launchpad.png.uu	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,19 @@
+begin 644 launchpad.png
+MB5!.1PT*&@H````-24A$4@```!`````0"`8````?\_]A````!F)+1T0`_P#_
+M`/^@O:>3````"7!(67,```L3```+$P$`FIP8````!W1)344'U0H%$#(2\:9)
+MY@```CQ)1$%4.,N5D]]+4V$<QC_OV=G.W-AR.ZZQ3#%+,;&@"[6P+H*BNE&B
+MJ,O`_H`HBH0@*,B\R(J"(.I"HB[R(HHN%+I+N\A@1771_(FDKC/GJC6W'7>V
+MTT6;M(F97WAX^<+[?'@>>%_!.B=PZ:6EMMS6>J!./1I9-/QB/>9]-P;W'F]4
+M>_=L\397J2X>OIV]*?^/T7.QGXXZWX63.]3N@'>#[+3;3"V>9C`T_VP5@$GS
+M]<']]:K2\%%+CVZO4':>VN7KJ?2Z)$EQF+JNB^&)Z+O)6'ID!<#7]5R<:'Q]
+MJ[T^<,9AE9C\OH13L5*ENG$Y'=FDKEOF8G'CZ:?Y<^'N=F,%P&.7C\B2:!J:
+M>G,YD5'B59[JGK9M#7:WTV'HF8P\N_`K]^1#I&OH_*%A@&6`.54#N43GB';-
+MU>P?"PFX`@@MN=&83C[0%5NM$IQ>H"^H71W^FN@M^&1SO,**H)5<H@DXW.(?
+M"P`J$`=<?D=$EE*G>12\F_25>1QN1<K-]W0L)Y80U`.[@1H@"LP!X;QB@.$K
+MB_8/C&8[J]TV*MW6AK\KRX#(7\ZLHA1P/YVEW,0DELJ&BP'"U#!%`;!4<F:`
+M'\#[EDW..Y\CZ=D7H9^W2Q/H)0F,/,#([]^V]-T+U'E3[H'Q>%NXNWVF&"!E
+M$V3ET@J%!!KP>#%CC[TZ>_#8G[;%(P#,&;=`MSI!J$!%7BH0%%NC7_[US&4`
+ML3ENFE,DR*H9A"@DB&"QA-;Z)T693!.8\,I(P@4D1>V"OA;@-X&[W^ASVHPX
+,`````$E%3D2N0F""
+`
+end
diff -pruN 4:3.5.10.dfsg.1-5/debian/kdelibs4c2a.install 4:3.5.10.dfsg.1-5ubuntu2/debian/kdelibs4c2a.install
--- 4:3.5.10.dfsg.1-5/debian/kdelibs4c2a.install	2010-08-07 07:10:52.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/kdelibs4c2a.install	2010-10-15 13:37:11.000000000 +0100
@@ -1,5 +1,4 @@
 debian/tmp/etc/kde3/khotnewstuffrc
-debian/tmp/usr/bin/artsmessage
 debian/tmp/usr/bin/cupsdconf
 debian/tmp/usr/bin/cupsdoprint
 debian/tmp/usr/bin/dcop
@@ -108,8 +107,6 @@ debian/tmp/usr/lib/kde3/kdeprint_rlpr.la
 debian/tmp/usr/lib/kde3/kdeprint_rlpr.so
 debian/tmp/usr/lib/kde3/kdeprint_tool_escputil.la
 debian/tmp/usr/lib/kde3/kdeprint_tool_escputil.so
-debian/tmp/usr/lib/kde3/kfileaudiopreview.la
-debian/tmp/usr/lib/kde3/kfileaudiopreview.so
 debian/tmp/usr/lib/kde3/kgzipfilter.la
 debian/tmp/usr/lib/kde3/kgzipfilter.so
 debian/tmp/usr/lib/kde3/khtmlimagepart.la
@@ -206,8 +203,6 @@ debian/tmp/usr/lib/kde3/plugins/styles/l
 debian/tmp/usr/lib/kde3/plugins/styles/light.so
 debian/tmp/usr/lib/kde3/plugins/styles/plastik.la
 debian/tmp/usr/lib/kde3/plugins/styles/plastik.so
-debian/tmp/usr/lib/libartskde.so.1
-debian/tmp/usr/lib/libartskde.so.1.2.0
 debian/tmp/usr/lib/libDCOP.so.4
 debian/tmp/usr/lib/libDCOP.so.4.2.0
 debian/tmp/usr/lib/libkabc_dir.so.1
diff -pruN 4:3.5.10.dfsg.1-5/debian/kdelibs4-dev.install 4:3.5.10.dfsg.1-5ubuntu2/debian/kdelibs4-dev.install
--- 4:3.5.10.dfsg.1-5/debian/kdelibs4-dev.install	2010-08-07 07:10:52.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/kdelibs4-dev.install	2010-10-15 13:37:11.000000000 +0100
@@ -3,21 +3,9 @@ debian/tmp/usr/bin/dcopidl
 debian/tmp/usr/bin/dcopidl2cpp
 debian/tmp/usr/bin/dcopidlng
 debian/tmp/usr/bin/kconfig_compiler
-debian/tmp/usr/bin/ksvgtopng
 debian/tmp/usr/bin/kunittestmodrunner
 debian/tmp/usr/bin/makekdewidgets
-debian/tmp/usr/bin/preparetips
 
-debian/tmp/usr/include/kde/arts/artskde.h
-debian/tmp/usr/include/kde/arts/kartsdispatcher.h
-debian/tmp/usr/include/kde/arts/kartsfloatwatch.h
-debian/tmp/usr/include/kde/arts/kartsserver.h
-debian/tmp/usr/include/kde/arts/kaudiomanagerplay.h
-debian/tmp/usr/include/kde/arts/kaudioplaystream.h
-debian/tmp/usr/include/kde/arts/kaudiorecordstream.h
-debian/tmp/usr/include/kde/arts/kplayobjectfactory.h
-debian/tmp/usr/include/kde/arts/kplayobject.h
-debian/tmp/usr/include/kde/arts/kvideowidget.h
 debian/tmp/usr/include/kde/dcopclient.h
 debian/tmp/usr/include/kde/dcopobject.h
 debian/tmp/usr/include/kde/dcopref.h
@@ -704,8 +692,6 @@ debian/tmp/usr/include/kde/renamedlgplug
 debian/tmp/usr/include/kde/scriptclientinterface.h
 debian/tmp/usr/include/kde/scriptinterface.h
 debian/tmp/usr/include/kde/scriptmanager.h
-debian/tmp/usr/lib/libartskde.la
-debian/tmp/usr/lib/libartskde.so
 debian/tmp/usr/lib/libDCOP.la
 debian/tmp/usr/lib/libDCOP.so
 debian/tmp/usr/lib/libkabc_dir.la
diff -pruN 4:3.5.10.dfsg.1-5/debian/kdelibs-data.install 4:3.5.10.dfsg.1-5ubuntu2/debian/kdelibs-data.install
--- 4:3.5.10.dfsg.1-5/debian/kdelibs-data.install	2010-08-07 08:02:01.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/kdelibs-data.install	2010-10-15 13:37:11.000000000 +0100
@@ -1848,9 +1848,6 @@ debian/tmp/usr/share/apps/LICENSES/LGPL_
 debian/tmp/usr/share/apps/LICENSES/QPL_V1.0
 debian/tmp/usr/share/apps/proxyscout/eventsrc
 debian/tmp/usr/share/autostart/kab2kabc.desktop
-debian/tmp/usr/share/doc/kde/HTML/en/kspell/common
-debian/tmp/usr/share/doc/kde/HTML/en/kspell/index.cache.bz2
-debian/tmp/usr/share/doc/kde/HTML/en/kspell/index.docbook
 debian/tmp/usr/share/emoticons/Default/angry.png
 debian/tmp/usr/share/emoticons/Default/bat.png
 debian/tmp/usr/share/emoticons/Default/beer.png
@@ -3607,242 +3604,6 @@ debian/tmp/usr/share/icons/crystalsvg/64
 debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/wordprocessing.png
 debian/tmp/usr/share/icons/crystalsvg/64x64/mimetypes/zip.png
 debian/tmp/usr/share/icons/crystalsvg/index.theme
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/about_kde.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/add.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/back.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/bottom.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/colorpicker.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/configure.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/contents2.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/down.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/eraser.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/exit.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/fileclose.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/filenew.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/fileopen.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/fileprint.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/filequickprint.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/finish.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/forward.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/frameprint.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/gohome.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/info.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/launch.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/lock.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/mail_generic.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/mail_get.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/mail_new.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/mail_post_to.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/next.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/player_eject.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/player_fwd.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/player_next.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/player_pause.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/player_play.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/player_rew.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/player_start.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/player_stop.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/previous.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/reload_all_tabs.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/reload_page.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/reload.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/remove.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/rotate_ccw.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/rotate_cw.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/rotate.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/share.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/start.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/stop.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/switchuser.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/text_bild.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/text_bold.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/text_italic.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/text_strike.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/text_sub.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/text_super.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/text_under.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/top.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/up.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/view_fit_height.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/view_fit_width.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/view_fit_window.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/actions/wizard.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/apps/kmenu.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/apps/kttsd.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/3floppy_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/3floppy_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/5floppy_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/5floppy_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/blockdevice.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/camera_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/camera_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/cdaudio_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/cdaudio_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/cdrom_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/cdrom_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/cdwriter_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/cdwriter_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/chardevice.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/compact_flash_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/compact_flash_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/dvd_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/dvd_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/hdd_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/hdd_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/ipod_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/ipod_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/joystick.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/memory_stick_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/memory_stick_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/memory.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/mo_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/mo_umount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/mo_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/mouse.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/nfs_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/nfs_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/pda_black.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/pda_blue.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/print_class.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/printer1.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/scanner.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/sd_mmc_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/sd_mmc_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/smartmedia_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/smartmedia_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/system.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/tablet.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/tv.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/usbpendrive_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/usbpendrive_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/zip_mount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/devices/zip_unmount.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/desktop.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/exec.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/exec_wine.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/file_broken.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/file_important.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/file_locked.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_blue_open.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_blue.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_cyan_open.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_cyan.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_favorite.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_green_open.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_green.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_grey.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_home.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_html.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_image.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_important.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_locked.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_man2.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_man.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_open.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_orange_open.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_orange.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_print.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_red_open.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_red.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_sound.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_tar.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_txt.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_violet_open.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_violet.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_yellow_open.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/folder_yellow.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/home_blue.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/home_white.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/link_overlay.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/lock_overlay.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/network_local.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/network.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/pipe.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/services.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/temporary.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/trashcan_empty.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/trashcan_full.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/www.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/filesystems/zip_overlay.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/applix.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/ascii.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/binary.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/cdimage.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/cdr.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/cdtrack.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/colorscm.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/core.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/deb.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/document2.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/document.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/dvi.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/empty.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/encrypted.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/exec_wine.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/file_locked.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/file_temporary.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/font_bitmap.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/font.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/font_truetype.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/font_type1.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/gf.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/html.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/image2.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/image.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/karbon_karbon.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/kexi_kexi.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/kmultiple.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/koffice.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/kugardata.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/log.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/make.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/man.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/message.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/metafont.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/mozilla_doc.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/netscape_doc.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/pdf.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/pk.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/postscript.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/quicktime.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/readme.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/recycled.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/resource.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/rpm.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/shellscript.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/soffice.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/sound.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_cpp.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_c.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_f.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_h.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_java.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_j.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_l.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_moc.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_o.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_php.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_pl.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_p.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_py.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_s.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/source_y.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/spreadsheet.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/tar.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/tex.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/tgz.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/txt2.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/txt.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/unknown.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/vcalendar.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/vcard.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/vectorgfx.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/video.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/widget_doc.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/wordprocessing.svgz
-debian/tmp/usr/share/icons/crystalsvg/scalable/mimetypes/zip.svgz
 debian/tmp/usr/share/icons/default.kde
 debian/tmp/usr/share/mimelnk/all/all.desktop
 debian/tmp/usr/share/mimelnk/all/allfiles.desktop
diff -pruN 4:3.5.10.dfsg.1-5/debian/KUBUNTU-DEBIAN-CHANGES 4:3.5.10.dfsg.1-5ubuntu2/debian/KUBUNTU-DEBIAN-CHANGES
--- 4:3.5.10.dfsg.1-5/debian/KUBUNTU-DEBIAN-CHANGES	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/KUBUNTU-DEBIAN-CHANGES	2010-10-15 17:51:16.000000000 +0100
@@ -0,0 +1,25 @@
+   - make sure control and control.in are in sync
+   - --with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)"
+   - binary-install/kdelibs-data installs aboutkde-kubuntu.png.uu and cr*-device-system.png.uu
+   - don't build-dep on libgamin-dev, libfam-dev
+   - stop kdelibs4-dev depending on gamin/fam
+   - don't install .svgz icons, docs or all_languages in kdelibs-data.install
+   - rosetta support in rules common-install-prehook-impl:: [and common-post-build-arch:: ?] and include debian/kubuntu-desktop-i18n/
+   - build-dep on: gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo
+   - cdbs build-dep 0.4.41ubuntu2
+   - kdelibs4-dev depends on gettext-kde, kdesdk-scripts
+   - copy debian/icons over
+   - Make kdelibs4c2a depend on launchpad-integration, sudo.  Recommends on xdg-user-dirs
+   - Remove 19_debianize_useragent.diff (changed to kubuntu_19_debianize_useragent.diff) s/Debian/Kubuntu
+   - remove kdelibs4c2a depends on menu-xdg
+   - include kubuntu_01_kdepot.diff and kde.pot in debian/patches/common
+   - use a local copy of kde.mk without the common-install-prehook-impl:: rule; edit debian-qt-kde.mk to include debian/cdbs/kde.mk
+   - build with --with-sudo-kdesu-backend and build-dep on sudo and make kdelibs4c2a depend on sudo
+   - kdelibs-data.install : Add nzb mimetype
+   - Make kdelibs4-dev replace more recent kdelibs4c2a for overlapping files
+   - remove /usr/bin/preparetips, arts files and ksvntopng from kdelibs4-dev.install
+   - Drop the package kdelibs4-doc completely. It contained API documentation  which is now obsolete, but still available via api.kde.org.
+   - make sure control and control.in are in sync
+   - 97_automake_cleanup.diff becomes kubuntu_97_automake_cleanup.diff
+   - in kdelibs4-dev.install install debian/patches/common/kde.pot into usr/include/kde/kde.pot
+   - in debian/rules: Add -Wl,--add-needed to LDFLAGS and disable parallel building
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/19_debianize_useragent.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/19_debianize_useragent.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/19_debianize_useragent.diff	2010-08-07 07:10:46.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/19_debianize_useragent.diff	1970-01-01 01:00:00.000000000 +0100
@@ -1,39 +0,0 @@
---- a/kio/kio/kprotocolmanager.cpp
-+++ b/kio/kio/kprotocolmanager.cpp
-@@ -450,14 +450,19 @@ QString KProtocolManager::defaultUserAge
-      return d->useragent;
- 
-   QString supp;
-+  int debian_append = 0;
-   struct utsname nam;
-   if( uname(&nam) >= 0 )
-   {
-     if( modifiers.contains('o') )
-     {
-       supp += QString("; %1").arg(nam.sysname);
-+      debian_append = 1;
-       if ( modifiers.contains('v') )
-+      {
-         supp += QString(" %1").arg(nam.release);
-+        debian_append = 2;
-+      }
-     }
-     if( modifiers.contains('p') )
-     {
-@@ -485,6 +490,16 @@ QString KProtocolManager::defaultUserAge
-   }
-   d->modifiers = modifiers;
-   d->useragent = CFG_DEFAULT_UAGENT(supp);
-+
-+  if (debian_append == 1)
-+    d->useragent.append(" (Debian)");
-+  else if (debian_append == 2)
-+  {
-+#define STRINGIFY(macro_or_string) STRINGIFY_ARG(macro_or_string)
-+#define STRINGIFY_ARG(contents) #contents
-+    d->useragent.append(" (Debian package " STRINGIFY(DEBIAN_VERSION) ")");
-+  }
-+  
-   return d->useragent;
- }
- 
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/common/03_libtool_update.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/common/03_libtool_update.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/common/03_libtool_update.diff	2010-08-07 07:10:42.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/common/03_libtool_update.diff	2010-10-15 13:37:11.000000000 +0100
@@ -1,11 +1,11 @@
---- a/admin/libtool.m4.in
-+++ b/admin/libtool.m4.in
+diff -Nrua a/admin/libtool.m4.in b/admin/libtool.m4.in
+--- a/admin/libtool.m4.in	2007-10-08 13:34:50.000000000 +0200
++++ b/admin/libtool.m4.in	2008-01-21 23:31:58.000000000 +0100
 @@ -1,28 +1,13 @@
  # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 -## Copyright 1996, 1997, 1998, 1999, 2000, 2001
--## Free Software Foundation, Inc.
-+## Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007,
-+## 2008  Free Software Foundation, Inc.
++## Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007
+ ## Free Software Foundation, Inc.
  ## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  ##
 -## This program is free software; you can redistribute it and/or modify
@@ -31,11 +31,11 @@
 +## modifications, as long as this notice is preserved.
  
 -# serial 47 AC_PROG_LIBTOOL
-+# serial 52 Debian 1.5.26-4 AC_PROG_LIBTOOL
++# serial 51 Debian 1.5.24-2 AC_PROG_LIBTOOL
  
  
  # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
-@@ -82,7 +67,7 @@ AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
+@@ -82,7 +67,7 @@
  LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
  
  # Always use our own libtool.
@@ -44,15 +44,7 @@
  AC_SUBST(LIBTOOL)dnl
  
  # Prevent multiple expansion
-@@ -110,7 +95,6 @@ AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
- AC_REQUIRE([AC_OBJEXT])dnl
- AC_REQUIRE([AC_EXEEXT])dnl
- dnl
--
- AC_LIBTOOL_SYS_MAX_CMD_LEN
- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
- AC_LIBTOOL_OBJDIR
-@@ -132,7 +116,7 @@ esac
+@@ -132,7 +117,7 @@
  
  # Sed substitution that helps us do robust quoting.  It backslashifies
  # metacharacters that are still active within double-quoted strings.
@@ -61,7 +53,7 @@
  [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
  
  # Same as above, but do not quote variable references.
-@@ -152,7 +136,7 @@ rm="rm -f"
+@@ -152,7 +137,7 @@
  default_ofile=libtool
  can_build_shared=yes
  
@@ -70,7 +62,7 @@
  # which needs '.lib').
  libext=a
  ltmain="$ac_aux_dir/ltmain.sh"
-@@ -172,6 +156,7 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru
+@@ -172,6 +157,7 @@
  test -z "$AS" && AS=as
  test -z "$CC" && CC=cc
  test -z "$LTCC" && LTCC=$CC
@@ -78,7 +70,7 @@
  test -z "$DLLTOOL" && DLLTOOL=dlltool
  test -z "$LD" && LD=ld
  test -z "$LN_S" && LN_S="ln -s"
-@@ -184,22 +169,24 @@ test -z "$STRIP" && STRIP=:
+@@ -184,22 +170,24 @@
  test -z "$ac_objext" && ac_objext=o
  
  # Determine commands to create old-style static archives.
@@ -106,16 +98,7 @@
  # Only perform the check for file, if the check method requires it
  case $deplibs_check_method in
  file_magic*)
-@@ -209,6 +196,8 @@ file_magic*)
-   ;;
- esac
- 
-+_LT_REQUIRED_DARWIN_CHECKS
-+
- AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
- AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
- enable_win32_dll=yes, enable_win32_dll=no)
-@@ -240,11 +229,129 @@ AC_DEFUN([_LT_AC_SYS_COMPILER],
+@@ -240,11 +228,58 @@
  # If no C compiler was specified, use CC.
  LTCC=${LTCC-"$CC"}
  
@@ -167,85 +150,14 @@
 +echo "$lt_simple_link_test_code" >conftest.$ac_ext
 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 +_lt_linker_boilerplate=`cat conftest.err`
-+$rm -r conftest*
++$rm conftest*
 +])# _LT_LINKER_BOILERPLATE
 +
-+# _LT_REQUIRED_DARWIN_CHECKS
-+# --------------------------
-+# Check for some things on darwin
-+AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[
-+  case $host_os in
-+    rhapsody* | darwin*)
-+    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
-+    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
-+
-+    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
-+      [lt_cv_apple_cc_single_mod=no
-+      if test -z "${LT_MULTI_MODULE}"; then
-+   # By default we will add the -single_module flag. You can override
-+   # by either setting the environment variable LT_MULTI_MODULE
-+   # non-empty at configure time, or by adding -multi_module to the
-+   # link flags.
-+   echo "int foo(void){return 1;}" > conftest.c
-+   $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
-+     -dynamiclib ${wl}-single_module conftest.c
-+   if test -f libconftest.dylib; then
-+     lt_cv_apple_cc_single_mod=yes
-+     rm -rf libconftest.dylib*
-+   fi
-+   rm conftest.c
-+      fi])
-+    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
-+      [lt_cv_ld_exported_symbols_list],
-+      [lt_cv_ld_exported_symbols_list=no
-+      save_LDFLAGS=$LDFLAGS
-+      echo "_main" > conftest.sym
-+      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
-+      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
-+   [lt_cv_ld_exported_symbols_list=yes],
-+   [lt_cv_ld_exported_symbols_list=no])
-+   LDFLAGS="$save_LDFLAGS"
-+    ])
-+    case $host_os in
-+    rhapsody* | darwin1.[[0123]])
-+      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
-+    darwin1.*)
-+     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
-+    darwin*)
-+      # if running on 10.5 or later, the deployment target defaults
-+      # to the OS version, if on x86, and 10.4, the deployment
-+      # target defaults to 10.4. Don't you love it?
-+      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
-+   10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
-+     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
-+   10.[[012]]*)
-+     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
-+   10.*)
-+     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
-+      esac
-+    ;;
-+  esac
-+    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
-+      _lt_dar_single_mod='$single_module'
-+    fi
-+    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
-+      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
-+    else
-+      _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
-+    fi
-+    if test "$DSYMUTIL" != ":"; then
-+      _lt_dsymutil="~$DSYMUTIL \$lib || :"
-+    else
-+      _lt_dsymutil=
-+    fi
-+    ;;
-+  esac
-+])
 +
  # _LT_AC_SYS_LIBPATH_AIX
  # ----------------------
  # Links a minimal program and checks the executable
-@@ -254,12 +361,20 @@ compiler=$CC
+@@ -254,12 +289,20 @@
  # If we don't find anything, use the default library path according
  # to the aix ld manual.
  AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
@@ -271,7 +183,7 @@
  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  ])# _LT_AC_SYS_LIBPATH_AIX
  
-@@ -317,15 +432,15 @@ fi
+@@ -317,15 +360,15 @@
  
  # The HP-UX ksh and POSIX shell print the target directory to stdout
  # if CDPATH is set.
@@ -290,7 +202,7 @@
         (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
      then
        break
-@@ -490,18 +605,21 @@ ia64-*-hpux*)
+@@ -490,18 +533,21 @@
    rm -rf conftest*
    ;;
  
@@ -316,7 +228,7 @@
            LD="${LD-ld} -m elf32ppclinux"
            ;;
          s390x-*linux*)
-@@ -513,8 +631,10 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*li
+@@ -513,8 +559,10 @@
        esac
        ;;
      *64-bit*)
@@ -328,7 +240,7 @@
          x86_64-*linux*)
            LD="${LD-ld} -m elf_x86_64"
            ;;
-@@ -547,6 +667,26 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*li
+@@ -547,6 +595,22 @@
      CFLAGS="$SAVE_CFLAGS"
    fi
    ;;
@@ -340,11 +252,7 @@
 +    *64-bit*)
 +      case $lt_cv_prog_gnu_ld in
 +      yes*) LD="${LD-ld} -m elf64_sparc" ;;
-+      *)
-+        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
-+	  LD="${LD-ld} -64"
-+	fi
-+	;;
++      *)    LD="${LD-ld} -64" ;;
 +      esac
 +      ;;
 +    esac
@@ -355,7 +263,7 @@
  AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
  [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
    AC_CHECK_TOOL(DLLTOOL, dlltool, false)
-@@ -570,7 +710,7 @@ AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION],
+@@ -570,7 +634,7 @@
  AC_CACHE_CHECK([$1], [$2],
    [$2=no
    ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
@@ -364,7 +272,7 @@
     lt_compiler_flag="$3"
     # Insert the option either (1) after the last *FLAGS variable, or
     # (2) before a word containing "conftest.", or (3) at the end.
-@@ -578,7 +718,7 @@ AC_CACHE_CHECK([$1], [$2],
+@@ -578,7 +642,7 @@
     # with a dollar sign (not a hyphen), so the echo should work correctly.
     # The option is referenced via a variable to avoid confusing sed.
     lt_compile=`echo "$ac_compile" | $SED \
@@ -373,7 +281,7 @@
     -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
     -e 's:$: $lt_compiler_flag:'`
     (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
-@@ -588,8 +728,10 @@ AC_CACHE_CHECK([$1], [$2],
+@@ -588,8 +652,10 @@
     echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
     if (exit $ac_status) && test -s "$ac_outfile"; then
       # The compiler can only warn and ignore the option if not recognized
@@ -386,7 +294,7 @@
         $2=yes
       fi
     fi
-@@ -609,22 +751,28 @@ fi
+@@ -609,17 +675,23 @@
  # ------------------------------------------------------------
  # Check whether the given compiler option works
  AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
@@ -413,13 +321,7 @@
       else
         $2=yes
       fi
-    fi
--   $rm conftest*
-+   $rm -r conftest*
-    LDFLAGS="$save_LDFLAGS"
- ])
- 
-@@ -643,7 +791,7 @@ AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN],
+@@ -643,7 +715,7 @@
  AC_MSG_CHECKING([the maximum length of command line arguments])
  AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
    i=0
@@ -428,7 +330,7 @@
  
    case $build_os in
    msdosdjgpp*)
-@@ -672,24 +820,77 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [d
+@@ -672,24 +744,77 @@
      lt_cv_sys_max_cmd_len=8192;
      ;;
  
@@ -524,7 +426,7 @@
      ;;
    esac
  ])
-@@ -702,7 +903,7 @@ fi
+@@ -702,7 +827,7 @@
  
  
  # _LT_AC_CHECK_DLFCN
@@ -533,7 +435,7 @@
  AC_DEFUN([_LT_AC_CHECK_DLFCN],
  [AC_CHECK_HEADERS(dlfcn.h)dnl
  ])# _LT_AC_CHECK_DLFCN
-@@ -710,7 +911,7 @@ AC_DEFUN([_LT_AC_CHECK_DLFCN],
+@@ -710,7 +835,7 @@
  
  # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
  #                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
@@ -542,7 +444,7 @@
  AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
  [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
  if test "$cross_compiling" = yes; then :
-@@ -776,17 +977,19 @@ int main ()
+@@ -776,17 +901,19 @@
        else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
        /* dlclose (self); */
      }
@@ -564,7 +466,7 @@
      esac
    else :
      # compilation failed
-@@ -798,7 +1001,7 @@ rm -fr conftest*
+@@ -798,7 +925,7 @@
  
  
  # AC_LIBTOOL_DLOPEN_SELF
@@ -573,7 +475,7 @@
  AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
  [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
  if test "x$enable_dlopen" != xyes; then
-@@ -835,12 +1038,12 @@ else
+@@ -835,7 +962,7 @@
      lt_cv_dlopen_self=yes
      ])
     ;;
@@ -582,22 +484,7 @@
    *)
      AC_CHECK_FUNC([shl_load],
  	  [lt_cv_dlopen="shl_load"],
-       [AC_CHECK_LIB([dld], [shl_load],
--	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
-+	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
- 	[AC_CHECK_FUNC([dlopen],
- 	      [lt_cv_dlopen="dlopen"],
- 	  [AC_CHECK_LIB([dl], [dlopen],
-@@ -848,7 +1051,7 @@ else
- 	    [AC_CHECK_LIB([svld], [dlopen],
- 		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
- 	      [AC_CHECK_LIB([dld], [dld_link],
--		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
-+		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
- 	      ])
- 	    ])
- 	  ])
-@@ -869,7 +1072,7 @@ else
+@@ -869,7 +996,7 @@
      test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  
      save_LDFLAGS="$LDFLAGS"
@@ -606,7 +493,7 @@
  
      save_LIBS="$LIBS"
      LIBS="$lt_cv_dlopen_libs $LIBS"
-@@ -882,7 +1085,7 @@ else
+@@ -882,7 +1009,7 @@
      ])
  
      if test "x$lt_cv_dlopen_self" = xyes; then
@@ -615,7 +502,7 @@
        AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
      	  lt_cv_dlopen_self_static, [dnl
  	  _LT_AC_TRY_DLOPEN_SELF(
-@@ -914,7 +1117,8 @@ fi
+@@ -914,7 +1041,8 @@
  # ---------------------------------
  # Check to see if options -c and -o are simultaneously supported by compiler
  AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
@@ -625,7 +512,7 @@
  AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
    [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
    [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
-@@ -922,14 +1126,7 @@ AC_CACHE_CHECK([if $compiler supports -c
+@@ -922,14 +1050,7 @@
     mkdir conftest
     cd conftest
     mkdir out
@@ -641,7 +528,7 @@
  
     lt_compiler_flag="-o out/conftest2.$ac_objext"
     # Insert the option either (1) after the last *FLAGS variable, or
-@@ -937,7 +1134,7 @@ AC_CACHE_CHECK([if $compiler supports -c
+@@ -937,7 +1058,7 @@
     # Note that $ac_compile itself does not contain backslashes and begins
     # with a dollar sign (not a hyphen), so the echo should work correctly.
     lt_compile=`echo "$ac_compile" | $SED \
@@ -650,7 +537,7 @@
     -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
     -e 's:$: $lt_compiler_flag:'`
     (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
-@@ -949,13 +1146,18 @@ AC_CACHE_CHECK([if $compiler supports -c
+@@ -949,13 +1070,18 @@
     then
       # The compiler can only warn and ignore the option if not recognized
       # So say no if there are warnings
@@ -673,7 +560,7 @@
     cd ..
     rmdir conftest
     $rm conftest*
-@@ -1014,8 +1216,8 @@ AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LI
+@@ -1014,8 +1140,8 @@
  [AC_MSG_CHECKING([how to hardcode library paths into programs])
  _LT_AC_TAGVAR(hardcode_action, $1)=
  if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
@@ -684,7 +571,7 @@
  
    # We can hardcode non-existant directories.
    if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
-@@ -1064,6 +1266,7 @@ else
+@@ -1064,6 +1190,7 @@
     darwin*)
         if test -n "$STRIP" ; then
           striplib="$STRIP -x"
@@ -692,7 +579,7 @@
           AC_MSG_RESULT([yes])
         else
    AC_MSG_RESULT([no])
-@@ -1072,7 +1275,7 @@ fi
+@@ -1072,7 +1199,7 @@
     *)
    AC_MSG_RESULT([no])
      ;;
@@ -701,7 +588,7 @@
  fi
  ])# AC_LIBTOOL_SYS_LIB_STRIP
  
-@@ -1081,11 +1284,12 @@ fi
+@@ -1081,11 +1208,12 @@
  # -----------------------------
  # PORTME Fill in your ld.so characteristics
  AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
@@ -716,7 +603,7 @@
  postinstall_cmds=
  postuninstall_cmds=
  finish_cmds=
-@@ -1095,7 +1299,58 @@ shlibpath_overrides_runpath=unknown
+@@ -1095,7 +1223,58 @@
  version_type=none
  dynamic_linker="$host_os ld.so"
  sys_lib_dlsearch_path_spec="/lib /usr/lib"
@@ -776,16 +663,7 @@
  need_lib_prefix=unknown
  hardcode_into_libs=no
  
-@@ -1113,7 +1368,7 @@ aix3*)
-   soname_spec='${libname}${release}${shared_ext}$major'
-   ;;
- 
--aix4* | aix5*)
-+aix[[4-9]]*)
-   version_type=linux
-   need_lib_prefix=no
-   need_version=no
-@@ -1160,7 +1415,7 @@ aix4* | aix5*)
+@@ -1160,7 +1339,7 @@
  amigaos*)
    library_names_spec='$libname.ixlibrary $libname.a'
    # Create ${libname}_ixlibrary.a entries in /sys/libs.
@@ -794,7 +672,7 @@
    ;;
  
  beos*)
-@@ -1169,7 +1424,7 @@ beos*)
+@@ -1169,7 +1348,7 @@
    shlibpath_var=LIBRARY_PATH
    ;;
  
@@ -803,7 +681,7 @@
    version_type=linux
    need_version=no
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-@@ -1185,7 +1440,7 @@ bsdi4*)
+@@ -1185,7 +1364,7 @@
  
  cygwin* | mingw* | pw32*)
    version_type=windows
@@ -812,7 +690,7 @@
    need_version=no
    need_lib_prefix=no
  
-@@ -1197,7 +1452,8 @@ cygwin* | mingw* | pw32*)
+@@ -1197,7 +1376,8 @@
        dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
        dldir=$destdir/`dirname \$dlpath`~
        test -d \$dldir || mkdir -p \$dldir~
@@ -822,7 +700,7 @@
      postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
        dlpath=$dir/\$dldll~
         $rm \$dlpath'
-@@ -1227,7 +1483,7 @@ cygwin* | mingw* | pw32*)
+@@ -1227,7 +1407,7 @@
        ;;
      pw32*)
        # pw32 DLLs use 'pw' prefix rather than 'lib'
@@ -831,7 +709,7 @@
        ;;
      esac
      ;;
-@@ -1250,13 +1506,9 @@ darwin* | rhapsody*)
+@@ -1250,13 +1430,9 @@
    soname_spec='${libname}${release}${major}$shared_ext'
    shlibpath_overrides_runpath=yes
    shlibpath_var=DYLD_LIBRARY_PATH
@@ -848,7 +726,7 @@
    sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
    ;;
  
-@@ -1273,20 +1525,17 @@ freebsd1*)
+@@ -1273,20 +1449,17 @@
    dynamic_linker=no
    ;;
  
@@ -880,7 +758,7 @@
    version_type=freebsd-$objformat
    case $version_type in
      freebsd-elf*)
-@@ -1304,14 +1553,19 @@ freebsd*)
+@@ -1304,14 +1477,19 @@
    freebsd2*)
      shlibpath_overrides_runpath=yes
      ;;
@@ -902,7 +780,7 @@
    esac
    ;;
  
-@@ -1331,9 +1585,9 @@ hpux9* | hpux10* | hpux11*)
+@@ -1331,9 +1509,9 @@
    version_type=sunos
    need_lib_prefix=no
    need_version=no
@@ -914,7 +792,7 @@
      hardcode_into_libs=yes
      dynamic_linker="$host_os dld.so"
      shlibpath_var=LD_LIBRARY_PATH
-@@ -1348,7 +1602,7 @@ hpux9* | hpux10* | hpux11*)
+@@ -1348,7 +1526,7 @@
      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
      ;;
     hppa*64*)
@@ -923,7 +801,7 @@
       hardcode_into_libs=yes
       dynamic_linker="$host_os dld.sl"
       shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-@@ -1359,7 +1613,7 @@ hpux9* | hpux10* | hpux11*)
+@@ -1359,7 +1537,7 @@
       sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
       ;;
     *)
@@ -932,7 +810,7 @@
      dynamic_linker="$host_os dld.sl"
      shlibpath_var=SHLIB_PATH
      shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-@@ -1371,6 +1625,18 @@ hpux9* | hpux10* | hpux11*)
+@@ -1371,6 +1549,18 @@
    postinstall_cmds='chmod 555 $lib'
    ;;
  
@@ -951,7 +829,7 @@
  irix5* | irix6* | nonstopux*)
    case $host_os in
      nonstopux*) version_type=nonstopux ;;
-@@ -1414,29 +1680,26 @@ linux*oldld* | linux*aout* | linux*coff*
+@@ -1414,29 +1604,26 @@
    ;;
  
  # This must be Linux ELF.
@@ -988,7 +866,7 @@
    # We used to test for /lib/ld.so.1 and disable shared libraries on
    # powerpc, because MkLinux only supported shared libraries with the
    # GNU dynamic linker.  Since this was broken with cross compilers,
-@@ -1446,6 +1709,18 @@ linux*)
+@@ -1446,6 +1633,18 @@
    dynamic_linker='GNU/Linux ld.so'
    ;;
  
@@ -1007,7 +885,7 @@
  netbsd*)
    version_type=sunos
    need_lib_prefix=no
-@@ -1455,7 +1730,7 @@ netbsd*)
+@@ -1455,7 +1654,7 @@
      finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
      dynamic_linker='NetBSD (a.out) ld.so'
    else
@@ -1016,7 +894,7 @@
      soname_spec='${libname}${release}${shared_ext}$major'
      dynamic_linker='NetBSD ld.elf_so'
    fi
-@@ -1483,8 +1758,13 @@ nto-qnx*)
+@@ -1483,8 +1682,13 @@
  
  openbsd*)
    version_type=sunos
@@ -1031,7 +909,7 @@
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
    shlibpath_var=LD_LIBRARY_PATH
-@@ -1504,7 +1784,7 @@ openbsd*)
+@@ -1504,7 +1708,7 @@
  
  os2*)
    libname_spec='$name'
@@ -1040,7 +918,7 @@
    need_lib_prefix=no
    library_names_spec='$libname${shared_ext} $libname.a'
    dynamic_linker='OS/2 ld.exe'
-@@ -1522,11 +1802,8 @@ osf3* | osf4* | osf5*)
+@@ -1522,11 +1726,8 @@
    sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
    ;;
  
@@ -1054,7 +932,7 @@
    ;;
  
  solaris*)
-@@ -1554,7 +1831,7 @@ sunos4*)
+@@ -1554,7 +1755,7 @@
    need_version=yes
    ;;
  
@@ -1063,7 +941,7 @@
    version_type=linux
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
    soname_spec='${libname}${release}${shared_ext}$major'
-@@ -1587,6 +1864,29 @@ sysv4*MP*)
+@@ -1587,6 +1788,29 @@
    fi
    ;;
  
@@ -1093,18 +971,11 @@
  uts4*)
    version_type=linux
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
-@@ -1600,13 +1900,26 @@ uts4*)
+@@ -1600,13 +1824,19 @@
  esac
  AC_MSG_RESULT([$dynamic_linker])
  test "$dynamic_linker" = no && can_build_shared=no
 +
-+AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec],
-+[lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"])
-+sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
-+AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec],
-+[lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"])
-+sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
-+
 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 +if test "$GCC" = yes; then
 +  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
@@ -1121,7 +992,7 @@
      [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
          [include additional configurations @<:@automatic@:>@])],
      [tagnames="$withval"])
-@@ -1624,6 +1937,9 @@ if test -f "$ltmain" && test -n "$tagnam
+@@ -1624,6 +1854,9 @@
        AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
      fi
    fi
@@ -1131,7 +1002,7 @@
  
    # Extract list of available tagged configurations in $ofile.
    # Note that this assumes the entire list is on one line.
-@@ -1650,7 +1966,9 @@ if test -f "$ltmain" && test -n "$tagnam
+@@ -1650,7 +1883,9 @@
  
        case $tagname in
        CXX)
@@ -1142,7 +1013,7 @@
  	  AC_LIBTOOL_LANG_CXX_CONFIG
  	else
  	  tagname=""
-@@ -1712,7 +2030,7 @@ AC_DEFUN([AC_LIBTOOL_DLOPEN],
+@@ -1712,7 +1947,7 @@
  
  # AC_LIBTOOL_WIN32_DLL
  # --------------------
@@ -1151,7 +1022,7 @@
  AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
  [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
  ])# AC_LIBTOOL_WIN32_DLL
-@@ -1750,7 +2068,7 @@ AC_ARG_ENABLE([shared],
+@@ -1750,7 +1985,7 @@
  
  # AC_DISABLE_SHARED
  # -----------------
@@ -1160,7 +1031,7 @@
  AC_DEFUN([AC_DISABLE_SHARED],
  [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
  AC_ENABLE_SHARED(no)
-@@ -1862,7 +2180,7 @@ m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC
+@@ -1862,7 +2097,7 @@
  
  # AC_PATH_TOOL_PREFIX
  # -------------------
@@ -1169,7 +1040,7 @@
  AC_DEFUN([AC_PATH_TOOL_PREFIX],
  [AC_REQUIRE([AC_PROG_EGREP])dnl
  AC_MSG_CHECKING([for $1])
-@@ -1886,7 +2204,7 @@ dnl not every word.  This closes a longs
+@@ -1886,7 +2121,7 @@
        if test -n "$file_magic_test_file"; then
  	case $deplibs_check_method in
  	"file_magic "*)
@@ -1178,7 +1049,7 @@
  	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
  	    $EGREP "$file_magic_regex" > /dev/null; then
-@@ -1925,7 +2243,7 @@ fi
+@@ -1925,7 +2160,7 @@
  
  # AC_PATH_MAGIC
  # -------------
@@ -1187,7 +1058,7 @@
  AC_DEFUN([AC_PATH_MAGIC],
  [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
  if test -z "$lt_cv_path_MAGIC_CMD"; then
-@@ -1996,7 +2314,7 @@ AC_CACHE_VAL(lt_cv_path_LD,
+@@ -1996,7 +2231,7 @@
      if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
        lt_cv_path_LD="$ac_dir/$ac_prog"
        # Check to see if the program is GNU ld.  I'd rather use --version,
@@ -1196,7 +1067,7 @@
        # Break only if it was the GNU/non-GNU ld that we prefer.
        case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
        *GNU* | *'with BFD'*)
-@@ -2028,7 +2346,7 @@ AC_PROG_LD_GNU
+@@ -2028,7 +2263,7 @@
  AC_DEFUN([AC_PROG_LD_GNU],
  [AC_REQUIRE([AC_PROG_EGREP])dnl
  AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
@@ -1205,7 +1076,7 @@
  case `$LD -v 2>&1 </dev/null` in
  *GNU* | *'with BFD'*)
    lt_cv_prog_gnu_ld=yes
-@@ -2055,6 +2373,15 @@ case $reload_flag in
+@@ -2055,6 +2290,15 @@
  *) reload_flag=" $reload_flag" ;;
  esac
  reload_cmds='$LD$reload_flag -o $output$reload_objs'
@@ -1221,7 +1092,7 @@
  ])# AC_PROG_LD_RELOAD_FLAG
  
  
-@@ -2063,7 +2390,7 @@ reload_cmds='$LD$reload_flag -o $output$
+@@ -2063,7 +2307,7 @@
  # how to check for library dependencies
  #  -- PORTME fill in with the dynamic library characteristics
  AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
@@ -1230,16 +1101,7 @@
  lt_cv_deplibs_check_method,
  [lt_cv_file_magic_cmd='$MAGIC_CMD'
  lt_cv_file_magic_test_file=
-@@ -2080,7 +2407,7 @@ lt_cv_deplibs_check_method='unknown'
- # whether `pass_all' will *always* work, you probably want this one.
- 
- case $host_os in
--aix4* | aix5*)
-+aix[[4-9]]*)
-   lt_cv_deplibs_check_method=pass_all
-   ;;
- 
-@@ -2088,44 +2415,42 @@ beos*)
+@@ -2088,44 +2332,42 @@
    lt_cv_deplibs_check_method=pass_all
    ;;
  
@@ -1301,7 +1163,7 @@
        lt_cv_file_magic_cmd=/usr/bin/file
        lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
        ;;
-@@ -2141,7 +2466,7 @@ gnu*)
+@@ -2141,7 +2383,7 @@
  
  hpux10.20* | hpux11*)
    lt_cv_file_magic_cmd=/usr/bin/file
@@ -1310,7 +1172,7 @@
    ia64*)
      lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
      lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
-@@ -2157,43 +2482,27 @@ hpux10.20* | hpux11*)
+@@ -2157,43 +2399,27 @@
    esac
    ;;
  
@@ -1367,7 +1229,7 @@
    if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
      lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
    else
-@@ -2212,32 +2521,26 @@ nto-qnx*)
+@@ -2212,32 +2438,26 @@
    ;;
  
  openbsd*)
@@ -1404,7 +1266,7 @@
    case $host_vendor in
    motorola)
      lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
-@@ -2258,10 +2561,13 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+@@ -2258,10 +2478,13 @@
    siemens)
      lt_cv_deplibs_check_method=pass_all
      ;;
@@ -1419,7 +1281,7 @@
    lt_cv_deplibs_check_method=pass_all
    ;;
  esac
-@@ -2281,36 +2587,43 @@ AC_DEFUN([AC_PROG_NM],
+@@ -2281,36 +2504,43 @@
    # Let the user override the test.
    lt_cv_path_NM="$NM"
  else
@@ -1487,7 +1349,7 @@
    test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
  fi])
  NM="$lt_cv_path_NM"
-@@ -2342,13 +2655,13 @@ esac
+@@ -2342,13 +2572,13 @@
  # -----------------------------------
  # sets LIBLTDL to the link flags for the libltdl convenience library and
  # LTDLINCL to the include flags for the libltdl header and adds
@@ -1508,7 +1370,7 @@
  AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
  [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
    case $enable_ltdl_convenience in
-@@ -2367,13 +2680,13 @@ AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
+@@ -2367,13 +2597,13 @@
  # -----------------------------------
  # sets LIBLTDL to the link flags for the libltdl installable library and
  # LTDLINCL to the include flags for the libltdl header and adds
@@ -1529,7 +1391,7 @@
  # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
  AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
  [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
-@@ -2411,10 +2724,21 @@ AC_DEFUN([AC_LIBTOOL_CXX],
+@@ -2411,10 +2641,21 @@
  # ---------------
  AC_DEFUN([_LT_AC_LANG_CXX],
  [AC_REQUIRE([AC_PROG_CXX])
@@ -1552,7 +1414,7 @@
  
  # AC_LIBTOOL_F77
  # --------------
-@@ -2454,7 +2778,7 @@ _LT_AC_SHELL_INIT([tagnames=${tagnames+$
+@@ -2454,7 +2695,7 @@
  
  
  # AC_LIBTOOL_RC
@@ -1561,7 +1423,7 @@
  # enable support for Windows resource files
  AC_DEFUN([AC_LIBTOOL_RC],
  [AC_REQUIRE([LT_AC_PROG_RC])
-@@ -2480,43 +2804,16 @@ objext=o
+@@ -2480,43 +2721,16 @@
  _LT_AC_TAGVAR(objext, $1)=$objext
  
  # Code to be used in simple compile tests
@@ -1610,7 +1472,7 @@
  
  ## CAVEAT EMPTOR:
  ## There is no encapsulation within the following macros, do not change
-@@ -2530,9 +2827,9 @@ AC_LIBTOOL_PROG_LD_SHLIBS($1)
+@@ -2530,9 +2744,9 @@
  AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
  AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
  AC_LIBTOOL_SYS_LIB_STRIP
@@ -1622,7 +1484,7 @@
  AC_MSG_CHECKING([if libtool supports shared libraries])
  AC_MSG_RESULT([$can_build_shared])
  
-@@ -2541,7 +2838,7 @@ test "$can_build_shared" = "no" && enabl
+@@ -2541,7 +2755,7 @@
  
  # On AIX, shared libraries and static libraries use the same namespace, and
  # are all built from PIC.
@@ -1631,12 +1493,12 @@
  aix3*)
    test "$enable_shared" = yes && enable_static=no
    if test -n "$RANLIB"; then
-@@ -2550,48 +2847,11 @@ aix3*)
+@@ -2550,48 +2764,11 @@
    fi
    ;;
  
 -aix4*)
-+aix[[4-9]]*)
++aix4* | aix5*)
    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
      test "$enable_shared" = yes && enable_static=no
    fi
@@ -1682,7 +1544,7 @@
  esac
  AC_MSG_RESULT([$enable_shared])
  
-@@ -2616,7 +2876,7 @@ AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [
+@@ -2616,7 +2793,7 @@
  AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
  [AC_LANG_PUSH(C++)
  AC_REQUIRE([AC_PROG_CXX])
@@ -1691,7 +1553,7 @@
  
  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
-@@ -2628,6 +2888,7 @@ _LT_AC_TAGVAR(hardcode_libdir_flag_spec,
+@@ -2628,6 +2805,7 @@
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
@@ -1699,11 +1561,8 @@
  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
  _LT_AC_TAGVAR(module_cmds, $1)=
  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
-@@ -2643,23 +2904,28 @@ _LT_AC_TAGVAR(postdep_objects, $1)=
- _LT_AC_TAGVAR(predeps, $1)=
- _LT_AC_TAGVAR(postdeps, $1)=
+@@ -2645,21 +2823,25 @@
  _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
-+_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
  
  # Source file extension for C++ test sources.
 -ac_ext=cc
@@ -1731,7 +1590,7 @@
  # Allow CC to be a program name with arguments.
  lt_save_CC=$CC
  lt_save_LD=$LD
-@@ -2670,18 +2936,18 @@ lt_save_path_LD=$lt_cv_path_LD
+@@ -2670,18 +2852,18 @@
  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
  else
@@ -1753,7 +1612,7 @@
  
  # We don't want -fno-exception wen compiling C++ code, so set the
  # no_builtin_flag separately
-@@ -2699,8 +2965,8 @@ if test "$GXX" = yes; then
+@@ -2699,8 +2881,8 @@
    # Check if GNU C++ uses GNU ld as the underlying linker, since the
    # archiving commands below assume that GNU ld is being used.
    if test "$with_gnu_ld" = yes; then
@@ -1764,7 +1623,7 @@
  
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
-@@ -2726,7 +2992,7 @@ if test "$GXX" = yes; then
+@@ -2726,7 +2908,7 @@
      # linker, instead of GNU ld.  If possible, this setting should
      # overridden to take advantage of the native linker features on
      # the platform it is being used on.
@@ -1773,27 +1632,22 @@
    fi
  
    # Commands to make compiler produce verbose output that lists
-@@ -2748,7 +3014,7 @@ case $host_os in
-     # FIXME: insert proper C++ library support
-     _LT_AC_TAGVAR(ld_shlibs, $1)=no
-     ;;
--  aix4* | aix5*)
-+  aix[[4-9]]*)
-     if test "$host_cpu" = ia64; then
-       # On IA64, the linker does run time linking by default, so we don't
-       # have to do anything special.
-@@ -2756,8 +3022,23 @@ case $host_os in
+@@ -2756,13 +2938,28 @@
        exp_sym_flag='-Bexport'
        no_entry_flag=""
      else
 -      # KDE requires run time linking.  Make it the default.
 -      aix_use_runtimelinking=yes
+-      exp_sym_flag='-bexport'
+-      no_entry_flag='-bnoentry'
+-    fi
 +      aix_use_runtimelinking=no
-+
+ 
+-    # When large executables or shared objects are built, AIX ld can
 +      # Test if we are trying to use run time linking or normal
 +      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 +      # need to do runtime linking.
-+      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
++      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
 +	for ld_flag in $LDFLAGS; do
 +	  case $ld_flag in
 +	  *-brtl*)
@@ -1805,10 +1659,15 @@
 +	;;
 +      esac
 +
-       exp_sym_flag='-bexport'
-       no_entry_flag='-bnoentry'
-     fi
-@@ -2774,7 +3055,7 @@ case $host_os in
++      exp_sym_flag='-bexport'
++      no_entry_flag='-bnoentry'
++    fi
++
++    # When large executables or shared objects are built, AIX ld can
+     # have problems creating the table of contents.  If linking a library
+     # or program results in "error TOC overflow" add -mminimal-toc to
+     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
+@@ -2774,7 +2971,7 @@
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  
      if test "$GXX" = yes; then
@@ -1817,7 +1676,7 @@
        # We only want to do this on AIX 4.2 and lower, the check
        # below for broken collect2 doesn't work under 4.3+
  	collect2name=`${CC} -print-prog-name=collect2`
-@@ -2782,7 +3063,7 @@ case $host_os in
+@@ -2782,7 +2979,7 @@
  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
  	then
  	  # We have reworked collect2
@@ -1826,7 +1685,7 @@
  	else
  	  # We have old collect2
  	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
-@@ -2793,8 +3074,12 @@ case $host_os in
+@@ -2793,8 +2990,12 @@
  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
  	fi
@@ -1839,7 +1698,7 @@
      else
        # not using gcc
        if test "$host_cpu" = ia64; then
-@@ -2803,15 +3088,16 @@ case $host_os in
+@@ -2803,15 +3004,16 @@
  	shared_flag='-G'
        else
  	if test "$aix_use_runtimelinking" = yes; then
@@ -1860,7 +1719,7 @@
      if test "$aix_use_runtimelinking" = yes; then
        # Warning - without using the other runtime loading flags (-brtl),
        # -berok will link without error, but may produce a broken library.
-@@ -2820,13 +3106,12 @@ case $host_os in
+@@ -2820,13 +3022,12 @@
        _LT_AC_SYS_LIBPATH_AIX
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  
@@ -1876,7 +1735,7 @@
        else
  	# Determine the default libpath from the value encoded in an empty executable.
  	_LT_AC_SYS_LIBPATH_AIX
-@@ -2835,16 +3120,26 @@ case $host_os in
+@@ -2835,16 +3036,26 @@
  	# -berok will link without error, but may produce a broken library.
  	_LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
  	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
@@ -1908,7 +1767,7 @@
    chorus*)
      case $cc_basename in
        *)
-@@ -2858,12 +3153,12 @@ case $host_os in
+@@ -2858,12 +3069,12 @@
      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
      # as there is no search path for DLLs.
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
@@ -1923,7 +1782,7 @@
        # If the export-symbols file already is a .def file (1st line
        # is EXPORTS), use it as is; otherwise, prepend...
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
-@@ -2872,70 +3167,53 @@ case $host_os in
+@@ -2872,70 +3083,81 @@
  	echo EXPORTS > $output_objdir/$soname.def;
  	cat $export_symbols >> $output_objdir/$soname.def;
        fi~
@@ -1933,7 +1792,33 @@
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
      fi
    ;;
--
++      darwin* | rhapsody*)
++        case $host_os in
++        rhapsody* | darwin1.[[012]])
++         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
++         ;;
++       *) # Darwin 1.3 on
++         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
++           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++         else
++           case ${MACOSX_DEPLOYMENT_TARGET} in
++             10.[[012]])
++               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
++               ;;
++             10.*)
++               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
++               ;;
++           esac
++         fi
++         ;;
++        esac
++      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
++      _LT_AC_TAGVAR(hardcode_direct, $1)=no
++      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
++      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
++      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
++      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
+ 
 -  darwin* | rhapsody*)
 -  if test "$GXX" = yes; then
 -    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
@@ -1944,24 +1829,14 @@
 -    *) # Darwin 1.3 on
 -      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 -	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
-+      darwin* | rhapsody*)
-+      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
-+      _LT_AC_TAGVAR(hardcode_direct, $1)=no
-+      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
-+      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
-+      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
-+      _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
-+      if test "$GXX" = yes ; then
++    if test "$GXX" = yes ; then
++      lt_int_apple_cc_single_mod=no
 +      output_verbose_link_cmd='echo'
-+      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
-+      _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
-+      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
-+      _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
-+      if test "$lt_cv_apple_cc_single_mod" != "yes"; then
-+        _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
-+        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
++      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
++       lt_int_apple_cc_single_mod=yes
 +      fi
++      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
        else
 -	case ${MACOSX_DEPLOYMENT_TARGET} in
 -	  10.[012])
@@ -1971,6 +1846,17 @@
 -	    _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
 -	    ;;
 -	esac
++          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++        fi
++        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
++            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          else
++            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++          fi
++            _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      else
 +      case $cc_basename in
 +        xlc*)
 +         output_verbose_link_cmd='echo'
@@ -2029,7 +1915,7 @@
  	# Green Hills C++ Compiler
  	# FIXME: insert proper C++ library support
  	_LT_AC_TAGVAR(ld_shlibs, $1)=no
-@@ -2946,14 +3224,14 @@ case $host_os in
+@@ -2946,14 +3168,14 @@
  	;;
      esac
      ;;
@@ -2046,7 +1932,7 @@
      # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
      # conventions
      _LT_AC_TAGVAR(ld_shlibs, $1)=yes
-@@ -2970,12 +3248,12 @@ case $host_os in
+@@ -2970,12 +3192,12 @@
  				# location of the library.
  
      case $cc_basename in
@@ -2062,7 +1948,7 @@
        # Commands to make compiler produce verbose output that lists
        # what "hidden" libraries, object files and flags are used when
        # linking a shared library.
-@@ -2984,11 +3262,11 @@ case $host_os in
+@@ -2984,11 +3206,11 @@
        # explicitly linking system object files so we need to strip them
        # from the output so that they don't get included in the library
        # dependencies.
@@ -2076,7 +1962,7 @@
        else
          # FIXME: insert proper C++ library support
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
-@@ -2998,33 +3276,20 @@ case $host_os in
+@@ -2998,33 +3220,20 @@
      ;;
    hpux10*|hpux11*)
      if test $with_gnu_ld = no; then
@@ -2117,7 +2003,7 @@
        ;;
      *)
        _LT_AC_TAGVAR(hardcode_direct, $1)=yes
-@@ -3035,17 +3300,20 @@ case $host_os in
+@@ -3035,17 +3244,20 @@
      esac
  
      case $cc_basename in
@@ -2144,7 +2030,7 @@
  	  ;;
  	esac
  	# Commands to make compiler produce verbose output that lists
-@@ -3061,12 +3329,15 @@ case $host_os in
+@@ -3061,12 +3273,15 @@
        *)
  	if test "$GXX" = yes; then
  	  if test $with_gnu_ld = no; then
@@ -2164,7 +2050,7 @@
  	      ;;
  	    esac
  	  fi
-@@ -3077,11 +3348,25 @@ case $host_os in
+@@ -3077,11 +3292,25 @@
  	;;
      esac
      ;;
@@ -2192,7 +2078,7 @@
  
  	# Archives containing C++ object files must be created using
  	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
-@@ -3092,9 +3377,9 @@ case $host_os in
+@@ -3092,9 +3321,9 @@
        *)
  	if test "$GXX" = yes; then
  	  if test "$with_gnu_ld" = no; then
@@ -2204,7 +2090,7 @@
  	  fi
  	fi
  	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
-@@ -3103,16 +3388,16 @@ case $host_os in
+@@ -3103,16 +3332,16 @@
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
      ;;
@@ -2225,7 +2111,7 @@
  	# Commands to make compiler produce verbose output that lists
  	# what "hidden" libraries, object files and flags are used when
  	# linking a shared library.
-@@ -3130,20 +3415,44 @@ case $host_os in
+@@ -3130,20 +3359,44 @@
  	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
  	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
  	;;
@@ -2258,7 +2144,7 @@
  	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  	;;
 -      cxx)
-+      pgCC* | pgcpp*)
++      pgCC*)
 +        # Portland Group C++ compiler
 +	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 +  	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
@@ -2276,7 +2162,7 @@
  
  	runpath_var=LD_RUN_PATH
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
-@@ -3159,6 +3468,29 @@ case $host_os in
+@@ -3159,6 +3412,29 @@
  	# dependencies.
  	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
  	;;
@@ -2306,7 +2192,7 @@
      esac
      ;;
    lynxos*)
-@@ -3171,7 +3503,7 @@ case $host_os in
+@@ -3171,7 +3447,7 @@
      ;;
    mvs*)
      case $cc_basename in
@@ -2315,7 +2201,7 @@
  	# FIXME: insert proper C++ library support
  	_LT_AC_TAGVAR(ld_shlibs, $1)=no
  	;;
-@@ -3181,7 +3513,7 @@ case $host_os in
+@@ -3181,7 +3457,7 @@
  	;;
      esac
      ;;
@@ -2324,7 +2210,7 @@
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
        wlarc=
-@@ -3192,15 +3524,35 @@ case $host_os in
+@@ -3192,15 +3468,35 @@
      # Workaround some broken pre-1.5 toolchains
      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
      ;;
@@ -2362,7 +2248,7 @@
  
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-@@ -3210,14 +3562,14 @@ case $host_os in
+@@ -3210,14 +3506,14 @@
  	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
  
  	;;
@@ -2380,7 +2266,7 @@
  
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-@@ -3235,7 +3587,7 @@ case $host_os in
+@@ -3235,7 +3531,7 @@
        *)
  	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
@@ -2389,7 +2275,7 @@
  
  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-@@ -3254,13 +3606,13 @@ case $host_os in
+@@ -3254,13 +3550,13 @@
      ;;
    osf4* | osf5*)
      case $cc_basename in
@@ -2405,7 +2291,7 @@
  
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-@@ -3269,17 +3621,17 @@ case $host_os in
+@@ -3269,17 +3565,17 @@
  	# the KAI C++ compiler.
  	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
  	;;
@@ -2427,7 +2313,7 @@
  	  $rm $lib.exp'
  
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
-@@ -3298,7 +3650,7 @@ case $host_os in
+@@ -3298,7 +3594,7 @@
        *)
  	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
@@ -2436,7 +2322,7 @@
  
  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-@@ -3319,27 +3671,14 @@ case $host_os in
+@@ -3319,27 +3615,14 @@
      # FIXME: insert proper C++ library support
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
      ;;
@@ -2466,7 +2352,7 @@
  	# Lucid
  	# FIXME: insert proper C++ library support
  	_LT_AC_TAGVAR(ld_shlibs, $1)=no
-@@ -3352,36 +3691,28 @@ case $host_os in
+@@ -3352,36 +3635,28 @@
      ;;
    solaris*)
      case $cc_basename in
@@ -2512,7 +2398,7 @@
  
  	# Archives containing C++ object files must be created using
  	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
-@@ -3389,9 +3720,9 @@ case $host_os in
+@@ -3389,9 +3664,9 @@
  	# in the archive.
  	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
  	;;
@@ -2524,7 +2410,7 @@
  
  	# The C++ compiler must be used to create the archive.
  	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
-@@ -3401,9 +3732,9 @@ case $host_os in
+@@ -3401,9 +3676,9 @@
  	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
  	  if $CC --version | grep -v '^2\.7' > /dev/null; then
@@ -2536,7 +2422,7 @@
  
  	    # Commands to make compiler produce verbose output that lists
  	    # what "hidden" libraries, object files and flags are used when
-@@ -3412,9 +3743,9 @@ case $host_os in
+@@ -3412,9 +3687,9 @@
  	  else
  	    # g++ 2.7 appears to require `-G' NOT `-shared' on this
  	    # platform.
@@ -2548,7 +2434,7 @@
  
  	    # Commands to make compiler produce verbose output that lists
  	    # what "hidden" libraries, object files and flags are used when
-@@ -3423,16 +3754,73 @@ case $host_os in
+@@ -3423,16 +3698,73 @@
  	  fi
  
  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
@@ -2624,7 +2510,7 @@
  	# NonStop-UX NCC 3.20
  	# FIXME: insert proper C++ library support
  	_LT_AC_TAGVAR(ld_shlibs, $1)=no
-@@ -3469,8 +3857,6 @@ AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
+@@ -3469,8 +3801,6 @@
  AC_LIBTOOL_PROG_LD_SHLIBS($1)
  AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
  AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
@@ -2633,7 +2519,7 @@
  
  AC_LIBTOOL_CONFIG($1)
  
-@@ -3488,12 +3874,13 @@ lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
+@@ -3488,7 +3818,7 @@
  ])# AC_LIBTOOL_LANG_CXX_CONFIG
  
  # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
@@ -2642,14 +2528,7 @@
  # Figure out "hidden" library dependencies from verbose
  # compiler output when linking a shared library.
  # Parse the compiler output and extract the necessary
- # objects, libraries and library flags.
--AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[
-+AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],
-+[AC_REQUIRE([LT_AC_PROG_SED])dnl
- dnl we can't use the lt_simple_compile_test_code here,
- dnl because it contains code intended for an executable,
- dnl not a library.  It's possible we should let each
-@@ -3542,7 +3929,7 @@ if AC_TRY_EVAL(ac_compile); then
+@@ -3542,7 +3872,7 @@
    # The `*' in the case matches for architectures that use `case' in
    # $output_verbose_cmd can trigger glob expansion during the loop
    # eval without this substitution.
@@ -2658,7 +2537,7 @@
  
    for p in `eval $output_verbose_link_cmd`; do
      case $p in
-@@ -3582,7 +3969,7 @@ if AC_TRY_EVAL(ac_compile); then
+@@ -3582,7 +3912,7 @@
         fi
         ;;
  
@@ -2667,15 +2546,10 @@
         # This assumes that the test object file only shows up
         # once in the compiler output.
         if test "$p" = "conftest.$objext"; then
-@@ -3618,13 +4005,74 @@ fi
+@@ -3618,13 +3948,70 @@
  
  $rm -f confest.$objext
  
-+_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
-+if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
-+  _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
-+fi
-+
 +# PORTME: override above test on systems where it is broken
 +ifelse([$1],[CXX],
 +[case $host_os in
@@ -2732,6 +2606,7 @@
 +  ;;
 +esac
 +])
++
  case " $_LT_AC_TAGVAR(postdeps, $1) " in
  *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
  esac
@@ -2743,7 +2618,7 @@
  # Ensure that the configuration vars for the C compiler are
  # suitably defined.  Those variables are subsequently used by
  # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
-@@ -3660,20 +4108,31 @@ objext=o
+@@ -3660,20 +4047,31 @@
  _LT_AC_TAGVAR(objext, $1)=$objext
  
  # Code to be used in simple compile tests
@@ -2778,7 +2653,7 @@
  
  AC_MSG_CHECKING([if libtool supports shared libraries])
  AC_MSG_RESULT([$can_build_shared])
-@@ -3683,7 +4142,7 @@ test "$can_build_shared" = "no" && enabl
+@@ -3683,7 +4081,7 @@
  
  # On AIX, shared libraries and static libraries use the same namespace, and
  # are all built from PIC.
@@ -2787,20 +2662,20 @@
  aix3*)
    test "$enable_shared" = yes && enable_static=no
    if test -n "$RANLIB"; then
-@@ -3691,8 +4150,10 @@ aix3*)
+@@ -3691,8 +4089,10 @@
      postinstall_cmds='$RANLIB $lib'
    fi
    ;;
 -aix4*)
 -  test "$enable_shared" = yes && enable_static=no
-+aix[[4-9]]*)
++aix4* | aix5*)
 +  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 +    test "$enable_shared" = yes && enable_static=no
 +  fi
    ;;
  esac
  AC_MSG_RESULT([$enable_shared])
-@@ -3702,8 +4163,6 @@ AC_MSG_CHECKING([whether to build static
+@@ -3702,8 +4102,6 @@
  test "$enable_shared" = yes || enable_static=yes
  AC_MSG_RESULT([$enable_static])
  
@@ -2809,7 +2684,7 @@
  _LT_AC_TAGVAR(GCC, $1)="$G77"
  _LT_AC_TAGVAR(LD, $1)="$LD"
  
-@@ -3713,8 +4172,6 @@ AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
+@@ -3713,8 +4111,6 @@
  AC_LIBTOOL_PROG_LD_SHLIBS($1)
  AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
  AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
@@ -2818,7 +2693,7 @@
  
  AC_LIBTOOL_CONFIG($1)
  
-@@ -3740,23 +4197,30 @@ objext=o
+@@ -3740,23 +4136,30 @@
  _LT_AC_TAGVAR(objext, $1)=$objext
  
  # Code to be used in simple compile tests
@@ -2851,7 +2726,7 @@
  ## CAVEAT EMPTOR:
  ## There is no encapsulation within the following macros, do not change
  ## the running order or otherwise move them around unless you know exactly
-@@ -3768,8 +4232,6 @@ AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
+@@ -3768,8 +4171,6 @@
  AC_LIBTOOL_PROG_LD_SHLIBS($1)
  AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
  AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
@@ -2860,7 +2735,7 @@
  
  AC_LIBTOOL_CONFIG($1)
  
-@@ -3779,7 +4241,7 @@ CC="$lt_save_CC"
+@@ -3779,7 +4180,7 @@
  
  
  # AC_LIBTOOL_LANG_RC_CONFIG
@@ -2869,7 +2744,7 @@
  # Ensure that the configuration vars for the Windows resource compiler are
  # suitably defined.  Those variables are subsequently used by
  # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
-@@ -3795,7 +4257,7 @@ objext=o
+@@ -3795,7 +4196,7 @@
  _LT_AC_TAGVAR(objext, $1)=$objext
  
  # Code to be used in simple compile tests
@@ -2878,7 +2753,7 @@
  
  # Code to be used in simple link tests
  lt_simple_link_test_code="$lt_simple_compile_test_code"
-@@ -3803,11 +4265,16 @@ lt_simple_link_test_code="$lt_simple_com
+@@ -3803,11 +4204,16 @@
  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  _LT_AC_SYS_COMPILER
  
@@ -2895,7 +2770,7 @@
  _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
  
  AC_LIBTOOL_CONFIG($1)
-@@ -3833,11 +4300,12 @@ if test -f "$ltmain"; then
+@@ -3833,11 +4239,12 @@
    # without removal of \ escapes.
    if test -n "${ZSH_VERSION+set}" ; then
      setopt NO_GLOB_SUBST
@@ -2910,15 +2785,7 @@
      libname_spec library_names_spec soname_spec extract_expsyms_cmds \
      old_striplib striplib file_magic_cmd finish_cmds finish_eval \
      deplibs_check_method reload_flag reload_cmds need_locks \
-@@ -3863,6 +4331,7 @@ if test -f "$ltmain"; then
-     _LT_AC_TAGVAR(predeps, $1) \
-     _LT_AC_TAGVAR(postdeps, $1) \
-     _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
-+    _LT_AC_TAGVAR(compiler_lib_search_dirs, $1) \
-     _LT_AC_TAGVAR(archive_cmds, $1) \
-     _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
-     _LT_AC_TAGVAR(postinstall_cmds, $1) \
-@@ -3878,6 +4347,7 @@ if test -f "$ltmain"; then
+@@ -3878,6 +4285,7 @@
      _LT_AC_TAGVAR(module_cmds, $1) \
      _LT_AC_TAGVAR(module_expsym_cmds, $1) \
      _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
@@ -2926,7 +2793,7 @@
      _LT_AC_TAGVAR(exclude_expsyms, $1) \
      _LT_AC_TAGVAR(include_expsyms, $1); do
  
-@@ -3887,7 +4357,7 @@ if test -f "$ltmain"; then
+@@ -3887,7 +4295,7 @@
      _LT_AC_TAGVAR(archive_cmds, $1) | \
      _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
      _LT_AC_TAGVAR(module_cmds, $1) | \
@@ -2935,16 +2802,16 @@
      _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
      _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
      extract_expsyms_cmds | reload_cmds | finish_cmds | \
-@@ -3924,7 +4394,7 @@ ifelse([$1], [],
+@@ -3924,7 +4332,7 @@
  # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  #
 -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
-+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
  # Free Software Foundation, Inc.
  #
  # This file is part of GNU Libtool:
-@@ -3953,11 +4423,11 @@ ifelse([$1], [],
+@@ -3953,11 +4361,11 @@
  SED=$lt_SED
  
  # Sed that helps us avoid accidentally triggering echo(1) options like -n.
@@ -2958,7 +2825,7 @@
  
  # The names of the tagged configurations supported by this script.
  available_tags=
-@@ -3988,6 +4458,12 @@ fast_install=$enable_fast_install
+@@ -3988,6 +4396,12 @@
  # The host system.
  host_alias=$host_alias
  host=$host
@@ -2971,7 +2838,7 @@
  
  # An echo program that does not interpret backslashes.
  echo=$lt_echo
-@@ -3999,6 +4475,9 @@ AR_FLAGS=$lt_AR_FLAGS
+@@ -3999,6 +4413,9 @@
  # A C compiler.
  LTCC=$lt_LTCC
  
@@ -2981,7 +2848,7 @@
  # A language-specific compiler.
  CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
  
-@@ -4018,7 +4497,7 @@ LN_S=$lt_LN_S
+@@ -4018,7 +4435,7 @@
  NM=$lt_NM
  
  # A symbol stripping program
@@ -2990,7 +2857,7 @@
  
  # Used to examine libraries when file_magic_cmd begins "file"
  MAGIC_CMD=$MAGIC_CMD
-@@ -4049,7 +4528,7 @@ objext="$ac_objext"
+@@ -4049,7 +4466,7 @@
  libext="$libext"
  
  # Shared library suffix (normally ".so").
@@ -2999,7 +2866,7 @@
  
  # Executable file suffix (normally "").
  exeext="$exeext"
-@@ -4064,7 +4543,7 @@ max_cmd_len=$lt_cv_sys_max_cmd_len
+@@ -4064,7 +4481,7 @@
  # Does compiler simultaneously support -c and -o options?
  compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
  
@@ -3008,18 +2875,7 @@
  need_locks=$lt_need_locks
  
  # Do we need the lib prefix for modules?
-@@ -4152,6 +4631,10 @@ predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
- # shared library.
- postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
- 
-+# The directories searched by this compiler when creating a shared
-+# library
-+compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)
-+
- # The library search path used internally by the compiler when linking
- # a shared library.
- compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
-@@ -4240,7 +4723,7 @@ sys_lib_search_path_spec=$lt_sys_lib_sea
+@@ -4240,7 +4657,7 @@
  sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  
  # Fix the shell variable \$srcfile for the compiler.
@@ -3028,7 +2884,7 @@
  
  # Set to yes if exported symbols are required.
  always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
-@@ -4293,7 +4776,10 @@ else
+@@ -4293,7 +4710,10 @@
    # If there is no Makefile yet, we rely on a make rule to execute
    # `config.status --recheck' to rerun these tests and create the
    # libtool script then.
@@ -3040,7 +2896,7 @@
  fi
  ])# AC_LIBTOOL_CONFIG
  
-@@ -4320,6 +4806,7 @@ fi
+@@ -4320,6 +4740,7 @@
  # ---------------------------------
  AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
  [AC_REQUIRE([AC_CANONICAL_HOST])
@@ -3048,7 +2904,7 @@
  AC_REQUIRE([AC_PROG_NM])
  AC_REQUIRE([AC_OBJEXT])
  # Check for command to grab the raw symbol name followed by C symbol from nm.
-@@ -4335,9 +4822,6 @@ symcode='[[BCDEGRST]]'
+@@ -4335,9 +4756,6 @@
  # Regexp to match symbols that can be accessed directly from C.
  sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
  
@@ -3058,7 +2914,7 @@
  # Transform an extracted symbol line into a proper C declaration
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
  
-@@ -4359,14 +4843,30 @@ hpux*) # Its linker distinguishes data f
+@@ -4359,14 +4777,30 @@
    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
    ;;
@@ -3091,7 +2947,7 @@
    ;;
  sysv4)
    symcode='[[DFNSTU]]'
-@@ -4384,14 +4884,17 @@ esac
+@@ -4384,14 +4818,17 @@
  # If we're using GNU nm, then use its standard symbol codes.
  case `$NM -V 2>&1` in
  *GNU* | *'with BFD'*)
@@ -3111,16 +2967,7 @@
  
    # Check to see that the pipe works correctly.
    pipe_works=no
-@@ -4481,7 +4984,7 @@ EOF
-     echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
-     cat conftest.$ac_ext >&5
-   fi
--  rm -f conftest* conftst*
-+  rm -rf conftest* conftst*
- 
-   # Do not use the global_symbol_pipe unless it works.
-   if test "$pipe_works" = yes; then
-@@ -4530,13 +5033,16 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4530,12 +4967,14 @@
        # like `-m68040'.
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
        ;;
@@ -3132,15 +2979,12 @@
 +    mingw* | cygwin* | os2* | pw32*)
        # This hack is so that the source file can tell whether it is being
        # built for inclusion in a dll (and should export symbols for example).
--      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 +      # (--disable-auto-import) libraries
-+      m4_if([$1], [GCJ], [],
-+	[_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
+       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
        ;;
      darwin* | rhapsody*)
-       # PIC is the default on this platform
-@@ -4547,6 +5053,10 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4547,6 +4986,10 @@
        # DJGPP does not support shared libraries at all
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
        ;;
@@ -3151,7 +2995,7 @@
      sysv4*MP*)
        if test -d /usr/nec; then
  	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
-@@ -4555,7 +5065,7 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4555,7 +4998,7 @@
      hpux*)
        # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
        # not for PA HP-UX.
@@ -3160,16 +3004,7 @@
        hppa*64*|ia64*)
  	;;
        *)
-@@ -4569,7 +5079,7 @@ AC_MSG_CHECKING([for $compiler option to
-     esac
-   else
-     case $host_os in
--      aix4* | aix5*)
-+      aix[[4-9]]*)
- 	# All AIX code is PIC.
- 	if test "$host_cpu" = ia64; then
- 	  # AIX 5 now supports IA64 processor
-@@ -4580,18 +5090,28 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4580,18 +5023,28 @@
  	;;
        chorus*)
  	case $cc_basename in
@@ -3201,7 +3036,7 @@
  	    # Green Hills C++ Compiler
  	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  	    ;;
-@@ -4599,22 +5119,22 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4599,22 +5052,22 @@
  	    ;;
  	esac
  	;;
@@ -3230,7 +3065,7 @@
  	    hppa*64*|ia64*)
  	      # +Z the default
  	      ;;
-@@ -4627,9 +5147,13 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4627,9 +5080,13 @@
  	    ;;
  	esac
  	;;
@@ -3245,7 +3080,7 @@
  	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  	    # CC pic flag -KPIC is the default.
-@@ -4638,20 +5162,26 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4638,20 +5095,26 @@
  	    ;;
  	esac
  	;;
@@ -3267,7 +3102,7 @@
 -	    ;; 
 -	  cxx)
 +	    ;;
-+	  pgCC* | pgcpp*)
++	  pgCC*)
 +	    # Portland Group C++ compiler.
 +	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 +	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
@@ -3277,7 +3112,7 @@
  	    # Compaq C++
  	    # Make sure the PIC flag is empty.  It appears that all Alpha
  	    # Linux and Compaq Tru64 Unix objects are PIC.
-@@ -4659,6 +5189,14 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4659,6 +5122,14 @@
  	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  	    ;;
  	  *)
@@ -3292,7 +3127,7 @@
  	    ;;
  	esac
  	;;
-@@ -4668,25 +5206,25 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4668,25 +5139,25 @@
  	;;
        mvs*)
  	case $cc_basename in
@@ -3323,7 +3158,7 @@
  	    # Digital/Compaq C++
  	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  	    # Make sure the PIC flag is empty.  It appears that all Alpha
-@@ -4700,24 +5238,15 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4700,24 +5171,15 @@
  	;;
        psos*)
  	;;
@@ -3350,7 +3185,7 @@
  	    # Green Hills C++ Compiler
  	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
  	    ;;
-@@ -4727,12 +5256,12 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4727,12 +5189,12 @@
  	;;
        sunos4*)
  	case $cc_basename in
@@ -3365,7 +3200,7 @@
  	    # Lucid
  	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  	    ;;
-@@ -4742,7 +5271,7 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4742,7 +5204,7 @@
  	;;
        tandem*)
  	case $cc_basename in
@@ -3374,7 +3209,7 @@
  	    # NonStop-UX NCC 3.20
  	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  	    ;;
-@@ -4750,7 +5279,14 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4750,7 +5212,14 @@
  	    ;;
  	esac
  	;;
@@ -3390,7 +3225,7 @@
  	;;
        vxworks*)
  	;;
-@@ -4781,14 +5317,17 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4781,13 +5250,15 @@
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
        ;;
  
@@ -3403,15 +3238,12 @@
 +    mingw* | cygwin* | pw32* | os2*)
        # This hack is so that the source file can tell whether it is being
        # built for inclusion in a dll (and should export symbols for example).
--      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 +      # (--disable-auto-import) libraries
-+      m4_if([$1], [GCJ], [],
-+	[_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
+       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
        ;;
  
-     darwin* | rhapsody*)
-@@ -4797,6 +5336,11 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4797,6 +5268,11 @@
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
        ;;
  
@@ -3423,7 +3255,7 @@
      msdosdjgpp*)
        # Just because we use GCC doesn't mean we suddenly get shared libraries
        # on systems that don't support them.
-@@ -4813,7 +5357,7 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4813,7 +5289,7 @@
      hpux*)
        # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
        # not for PA HP-UX.
@@ -3432,7 +3264,7 @@
        hppa*64*|ia64*)
  	# +Z the default
  	;;
-@@ -4839,18 +5383,29 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4839,8 +5315,18 @@
  	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
        fi
        ;;
@@ -3451,12 +3283,8 @@
 +    mingw* | cygwin* | pw32* | os2*)
        # This hack is so that the source file can tell whether it is being
        # built for inclusion in a dll (and should export symbols for example).
--      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
-+      m4_if([$1], [GCJ], [],
-+	[_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
-       ;;
- 
-     hpux9* | hpux10* | hpux11*)
+       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
+@@ -4850,7 +5336,7 @@
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
        # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
        # not for PA HP-UX.
@@ -3465,7 +3293,7 @@
        hppa*64*|ia64*)
  	# +Z the default
  	;;
-@@ -4873,18 +5428,41 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4873,18 +5359,41 @@
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
        ;;
  
@@ -3509,7 +3337,7 @@
        esac
        ;;
  
-@@ -4894,15 +5472,19 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4894,15 +5403,19 @@
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
        ;;
  
@@ -3533,7 +3361,7 @@
        ;;
  
      sunos4*)
-@@ -4911,7 +5493,7 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4911,7 +5424,7 @@
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
        ;;
  
@@ -3542,7 +3370,7 @@
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-@@ -4924,6 +5506,17 @@ AC_MSG_CHECKING([for $compiler option to
+@@ -4924,6 +5437,17 @@
        fi
        ;;
  
@@ -3560,16 +3388,7 @@
      uts4*)
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-@@ -4942,7 +5535,7 @@ AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_co
- #
- if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
-   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
--    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
-+    _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1),
-     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
-     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
-      "" | " "*) ;;
-@@ -4951,7 +5544,7 @@ if test -n "$_LT_AC_TAGVAR(lt_prog_compi
+@@ -4951,7 +5475,7 @@
      [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
  fi
@@ -3578,7 +3397,7 @@
    # For platforms which do not support PIC, -DPIC is meaningless:
    *djgpp*)
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
-@@ -4960,6 +5553,16 @@ case "$host_os" in
+@@ -4960,6 +5484,16 @@
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
      ;;
  esac
@@ -3588,14 +3407,14 @@
 +#
 +wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
 +AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
-+  _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1),
++  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
 +  $lt_tmp_static_flag,
 +  [],
 +  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
  ])
  
  
-@@ -4967,11 +5570,12 @@ esac
+@@ -4967,7 +5501,8 @@
  # ------------------------------------
  # See if the linker supports building shared libraries.
  AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
@@ -3605,12 +3424,7 @@
  ifelse([$1],[CXX],[
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
    case $host_os in
--  aix4* | aix5*)
-+  aix[[4-9]]*)
-     # If we're using GNU nm, then we don't want the "-C" option.
-     # -C means demangle to AIX nm, but means don't demangle with GNU nm
-     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
-@@ -4984,12 +5588,16 @@ ifelse([$1],[CXX],[
+@@ -4984,7 +5519,10 @@
      _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
    ;;
    cygwin* | mingw*)
@@ -3622,13 +3436,7 @@
    ;;
    *)
      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-   ;;
-   esac
-+  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
- ],[
-   runpath_var=
-   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
-@@ -5010,7 +5618,7 @@ ifelse([$1],[CXX],[
+@@ -5010,7 +5548,7 @@
    _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
    _LT_AC_TAGVAR(hardcode_automatic, $1)=no
    _LT_AC_TAGVAR(module_cmds, $1)=
@@ -3637,19 +3445,9 @@
    _LT_AC_TAGVAR(always_export_symbols, $1)=no
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
    # include_expsyms should be a list of space-separated symbols to be *always*
-@@ -5020,14 +5628,17 @@ ifelse([$1],[CXX],[
-   # it will be wrapped by ` (' and `)$', so one must not match beginning or
-   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
-   # as well as any symbol that contains `d'.
--  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
-+  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
-   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
-   # platforms (ab)use it in PIC code, but their linkers get confused if
-   # the symbol is explicitly referenced.  Since portable code cannot
+@@ -5027,7 +5565,8 @@
    # rely on this symbol name, it's probably fine to never include it in
    # preloaded symbol tables.
-+  # Exclude shared library initialization/finalization symbols.
-+dnl Note also adjust exclude_expsyms for C++ above.
    extract_expsyms_cmds=
 -
 +  # Just being paranoid about ensuring that cc_basename is set.
@@ -3657,7 +3455,7 @@
    case $host_os in
    cygwin* | mingw* | pw32*)
      # FIXME: the MSVC++ port hasn't been tested in a loooong time
-@@ -5037,6 +5648,10 @@ ifelse([$1],[CXX],[
+@@ -5037,6 +5576,10 @@
        with_gnu_ld=no
      fi
      ;;
@@ -3668,7 +3466,7 @@
    openbsd*)
      with_gnu_ld=no
      ;;
-@@ -5047,9 +5662,30 @@ ifelse([$1],[CXX],[
+@@ -5047,6 +5590,27 @@
      # If archive_cmds runs LD, not CC, wlarc should be empty
      wlarc='${wl}'
  
@@ -3695,12 +3493,8 @@
 +
      # See if GNU ld supports shared libraries.
      case $host_os in
--    aix3* | aix4* | aix5*)
-+    aix[[3-9]]*)
-       # On AIX/PPC, the GNU linker is very broken
-       if test "$host_cpu" != ia64; then
- 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
-@@ -5084,7 +5720,7 @@ EOF
+     aix3* | aix4* | aix5*)
+@@ -5084,7 +5648,7 @@
  	_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
  	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  	# support --undefined.  This deserves some investigation.  FIXME
@@ -3709,7 +3503,7 @@
        else
  	_LT_AC_TAGVAR(ld_shlibs, $1)=no
        fi
-@@ -5094,13 +5730,13 @@ EOF
+@@ -5094,13 +5658,13 @@
        # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
        # as there is no search path for DLLs.
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
@@ -3726,17 +3520,19 @@
  	# If the export-symbols file already is a .def file (1st line
  	# is EXPORTS), use it as is; otherwise, prepend...
  	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
-@@ -5109,23 +5745,79 @@ EOF
+@@ -5109,23 +5673,79 @@
  	  echo EXPORTS > $output_objdir/$soname.def;
  	  cat $export_symbols >> $output_objdir/$soname.def;
  	fi~
 -	$CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
 +	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-+      else
+       else
+-	ld_shlibs=no
 +	_LT_AC_TAGVAR(ld_shlibs, $1)=no
-+      fi
-+      ;;
-+
+       fi
+       ;;
+ 
+-    netbsd*)
 +    interix[[3-9]]*)
 +      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
@@ -3788,13 +3584,11 @@
 +	  $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 +	fi
 +	_LT_AC_TAGVAR(link_all_deplibs, $1)=no
-       else
--	ld_shlibs=no
++      else
 +	_LT_AC_TAGVAR(ld_shlibs, $1)=no
-       fi
-       ;;
- 
--    netbsd*)
++      fi
++      ;;
++
 +    netbsd* | netbsdelf*-gnu)
        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
@@ -3812,7 +3606,7 @@
        if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
  	_LT_AC_TAGVAR(ld_shlibs, $1)=no
  	cat <<EOF 1>&2
-@@ -5139,13 +5831,40 @@ EOF
+@@ -5139,13 +5759,40 @@
  
  EOF
        elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
@@ -3855,7 +3649,7 @@
      sunos4*)
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
        wlarc=
-@@ -5155,24 +5874,19 @@ EOF
+@@ -5155,24 +5802,19 @@
  
      *)
        if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
@@ -3887,7 +3681,7 @@
      fi
    else
      # PORTME fill in a description of your system's linker (not GNU ld)
-@@ -5184,14 +5898,14 @@ EOF
+@@ -5184,7 +5826,7 @@
        # Note: this linker hardcodes the directories in LIBPATH if there
        # are no directories specified by -L.
        _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
@@ -3896,15 +3690,7 @@
  	# Neither direct hardcoding nor static linking is supported with a
  	# broken collect2.
  	_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
-       fi
-       ;;
- 
--    aix4* | aix5*)
-+    aix[[4-9]]*)
-       if test "$host_cpu" = ia64; then
- 	# On IA64, the linker does run time linking by default, so we don't
- 	# have to do anything special.
-@@ -5206,9 +5920,21 @@ EOF
+@@ -5206,9 +5848,21 @@
  	else
  	  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
  	fi
@@ -3913,7 +3699,7 @@
 +	# Test if we are trying to use run time linking or normal
 +	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
 +	# need to do runtime linking.
-+	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
++	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
 +	  for ld_flag in $LDFLAGS; do
 +  	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 +  	    aix_use_runtimelinking=yes
@@ -3928,7 +3714,7 @@
  	exp_sym_flag='-bexport'
  	no_entry_flag='-bnoentry'
        fi
-@@ -5225,7 +5951,7 @@ EOF
+@@ -5225,7 +5879,7 @@
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  
        if test "$GCC" = yes; then
@@ -3937,7 +3723,7 @@
  	# We only want to do this on AIX 4.2 and lower, the check
  	# below for broken collect2 doesn't work under 4.3+
  	  collect2name=`${CC} -print-prog-name=collect2`
-@@ -5233,7 +5959,7 @@ EOF
+@@ -5233,7 +5887,7 @@
    	   strings "$collect2name" | grep resolve_lib_name >/dev/null
  	  then
    	  # We have reworked collect2
@@ -3946,7 +3732,7 @@
  	  else
    	  # We have old collect2
    	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
-@@ -5244,8 +5970,12 @@ EOF
+@@ -5244,8 +5898,12 @@
    	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
    	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
  	  fi
@@ -3959,7 +3745,7 @@
        else
  	# not using gcc
  	if test "$host_cpu" = ia64; then
-@@ -5253,30 +5983,30 @@ EOF
+@@ -5253,30 +5911,30 @@
    	# chokes on -Wl,-G. The following line is correct:
  	  shared_flag='-G'
  	else
@@ -4001,7 +3787,7 @@
  	else
  	 # Determine the default libpath from the value encoded in an empty executable.
  	 _LT_AC_SYS_LIBPATH_AIX
-@@ -5285,13 +6015,11 @@ EOF
+@@ -5285,13 +5943,11 @@
  	  # -berok will link without error, but may produce a broken library.
  	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
  	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
@@ -4018,7 +3804,7 @@
  	fi
        fi
        ;;
-@@ -5304,7 +6032,7 @@ EOF
+@@ -5304,7 +5960,7 @@
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
        ;;
  
@@ -4027,7 +3813,7 @@
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
        ;;
  
-@@ -5314,69 +6042,68 @@ EOF
+@@ -5314,69 +5970,69 @@
        # hardcode_libdir_flag_spec is actually meaningless, as there is
        # no search path for DLLs.
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
@@ -4121,10 +3907,11 @@
 -    fi  
 +    if test "$GCC" = yes ; then
 +    	output_verbose_link_cmd='echo'
-+        _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
-+        _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
-+        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
-+        _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
++        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
++      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
++      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
++      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
++      _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 +    else
 +      case $cc_basename in
 +        xlc*)
@@ -4143,7 +3930,7 @@
        ;;
  
      dgux*)
-@@ -5409,8 +6136,8 @@ EOF
+@@ -5409,8 +6065,8 @@
        ;;
  
      # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
@@ -4154,7 +3941,7 @@
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
        _LT_AC_TAGVAR(hardcode_direct, $1)=yes
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-@@ -5418,7 +6145,7 @@ EOF
+@@ -5418,7 +6074,7 @@
  
      hpux9*)
        if test "$GCC" = yes; then
@@ -4163,7 +3950,7 @@
        else
  	_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
        fi
-@@ -5432,47 +6159,62 @@ EOF
+@@ -5432,47 +6088,62 @@
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
        ;;
  
@@ -4232,25 +4019,25 @@
 +	hppa*64*|ia64*)
  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 -	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
--	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
--	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
--	  ;;
--	ia64*)
--	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
  	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
+ 	  ;;
+-	ia64*)
+-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+-	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
+-	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 -
 -	  # hardcode_minus_L: Not really in the search PATH,
 -	  # but as the default location of the library.
 -	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
- 	  ;;
+-	  ;;
  	*)
 -	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 -	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  	  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  
-@@ -5486,7 +6228,7 @@ EOF
+@@ -5486,7 +6157,7 @@
  
      irix5* | irix6* | nonstopux*)
        if test "$GCC" = yes; then
@@ -4259,7 +4046,7 @@
        else
  	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
-@@ -5496,7 +6238,7 @@ EOF
+@@ -5496,7 +6167,7 @@
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
        ;;
  
@@ -4268,7 +4055,7 @@
        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
        else
-@@ -5516,23 +6258,28 @@ EOF
+@@ -5516,23 +6187,28 @@
        ;;
  
      openbsd*)
@@ -4313,7 +4100,7 @@
        fi
        ;;
  
-@@ -5540,14 +6287,14 @@ EOF
+@@ -5540,14 +6216,14 @@
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
        _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
@@ -4330,7 +4117,7 @@
        else
  	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
  	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
-@@ -5559,13 +6306,13 @@ EOF
+@@ -5559,13 +6235,13 @@
      osf4* | osf5*)	# as osf3* with the addition of -msym flag
        if test "$GCC" = yes; then
  	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
@@ -4346,7 +4133,7 @@
  
  	# Both c and cxx compiler support -rpath directly
  	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
-@@ -5573,21 +6320,15 @@ EOF
+@@ -5573,21 +6249,15 @@
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
        ;;
  
@@ -4372,7 +4159,7 @@
  	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
-@@ -5596,8 +6337,17 @@ EOF
+@@ -5596,8 +6266,17 @@
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
        case $host_os in
        solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
@@ -4392,7 +4179,7 @@
        esac
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
        ;;
-@@ -5606,7 +6356,7 @@ EOF
+@@ -5606,7 +6285,7 @@
        if test "x$host_vendor" = xsequent; then
  	# Use $CC to link under sequent, because it throws in some extra .o
  	# files that make .init and .fini sections work.
@@ -4401,7 +4188,7 @@
        else
  	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
        fi
-@@ -5654,36 +6404,45 @@ EOF
+@@ -5654,36 +6333,45 @@
        fi
        ;;
  
@@ -4468,7 +4255,7 @@
        ;;
  
      uts4*)
-@@ -5701,11 +6460,6 @@ EOF
+@@ -5701,11 +6389,6 @@
  AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
  test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
  
@@ -4480,7 +4267,7 @@
  #
  # Do we need to explicitly link libc?
  #
-@@ -5725,14 +6479,15 @@ x|xyes)
+@@ -5725,14 +6408,15 @@
        # to ld, don't add -lc before -lgcc.
        AC_MSG_CHECKING([whether -lc should be explicitly linked in])
        $rm conftest*
@@ -4498,7 +4285,7 @@
          compiler_flags=-v
          linker_flags=-v
          verstring=
-@@ -5827,6 +6582,30 @@ AC_DEFUN([LT_AC_PROG_RC],
+@@ -5827,6 +6511,30 @@
  [AC_CHECK_TOOL(RC, windres, no)
  ])
  
@@ -4529,7 +4316,7 @@
  ############################################################
  # NOTE: This macro has been submitted for inclusion into   #
  #  GNU Autoconf as AC_PROG_SED.  When it is available in   #
-@@ -5849,18 +6628,19 @@ do
+@@ -5849,18 +6557,19 @@
    test -z "$as_dir" && as_dir=.
    for lt_ac_prog in sed gsed; do
      for ac_exec_ext in '' $ac_executable_extensions; do
@@ -4551,15 +4338,16 @@
    cat /dev/null > conftest.in
    lt_ac_count=0
    echo $ECHO_N "0123456789$ECHO_C" >conftest.in
-@@ -5887,5 +6667,6 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xp
+@@ -5887,5 +6596,6 @@
  done
  ])
  SED=$lt_cv_path_SED
 +AC_SUBST([SED])
  AC_MSG_RESULT([$SED])
  ])
---- a/admin/ltmain.sh
-+++ b/admin/ltmain.sh
+diff -Nrua a/admin/ltmain.sh b/admin/ltmain.sh
+--- a/admin/ltmain.sh	2007-10-08 13:34:50.000000000 +0200
++++ b/admin/ltmain.sh	2008-01-21 23:31:58.000000000 +0100
 @@ -1,8 +1,8 @@
  # ltmain.sh - Provide generalized library-building support services.
  # NOTE: Changing this file will not affect anything until you rerun configure.
@@ -4567,7 +4355,7 @@
 -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003
 -# Free Software Foundation, Inc.
 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
-+# 2007, 2008  Free Software Foundation, Inc.
++# 2007  Free Software Foundation, Inc.
  # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  #
  # This program is free software; you can redistribute it and/or modify
@@ -4594,8 +4382,8 @@
 +
 +PROGRAM=ltmain.sh
 +PACKAGE=libtool
-+VERSION="1.5.26 Debian 1.5.26-4"
-+TIMESTAMP=" (1.1220.2.493 2008/02/01 16:58:18)"
++VERSION="1.5.24 Debian 1.5.24-2"
++TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)"
 +
 +# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
@@ -4614,7 +4402,7 @@
  # Check that we have a working $echo.
  if test "X$1" = X--no-reexec; then
    # Discard the --no-reexec flag, and continue.
-@@ -36,7 +72,7 @@ elif test "X`($echo '\t') 2>/dev/null`" 
+@@ -36,7 +72,7 @@
    :
  else
    # Restart under the correct shell, and then maybe $echo will work.
@@ -4623,7 +4411,7 @@
  fi
  
  if test "X$1" = X--fallback-echo; then
-@@ -45,19 +81,9 @@ if test "X$1" = X--fallback-echo; then
+@@ -45,19 +81,9 @@
    cat <<EOF
  $*
  EOF
@@ -4644,7 +4432,7 @@
  default_mode=
  help="Try \`$progname --help' for more information."
  magic="%%%MAGIC variable%%%"
-@@ -70,14 +96,15 @@ rm="rm -f"
+@@ -70,14 +96,15 @@
  Xsed="${SED}"' -e 1s/^X//'
  sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
  # test EBCDIC or ASCII
@@ -4667,7 +4455,7 @@
    ;;
  esac
  
-@@ -86,20 +113,30 @@ esac
+@@ -86,20 +113,24 @@
  # These must not be set unconditionally because not all systems understand
  # e.g. LANG=C (notably SCO).
  # We save the old values to restore during execute mode.
@@ -4676,20 +4464,15 @@
 -fi
 -if test "${LANG+set}" = set; then
 -  save_LANG="$LANG"; LANG=C; export LANG
-+lt_env=
-+for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+-fi
++for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
 +do
 +  eval "if test \"\${$lt_var+set}\" = set; then
 +	  save_$lt_var=\$$lt_var
-+	  lt_env=\"$lt_var=\$$lt_var \$lt_env\"
 +	  $lt_var=C
 +	  export $lt_var
 +	fi"
 +done
-+
-+if test -n "$lt_env"; then
-+  lt_env="env $lt_env"
- fi
  
  # Make sure IFS has a sensible default
 -: ${IFS=" 	"}
@@ -4705,7 +4488,7 @@
  fi
  
  # Global variables.
-@@ -111,17 +148,62 @@ run=
+@@ -111,17 +142,62 @@
  show="$echo"
  show_help=
  execute_dlfiles=
@@ -4769,7 +4552,7 @@
    win32_libid_type="unknown"
    win32_fileres=`file -L $1 2>/dev/null`
    case $win32_fileres in
-@@ -130,17 +212,22 @@ win32_libid () {
+@@ -130,17 +206,22 @@
      ;;
    *ar\ archive*) # could be an import, or static
      if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \
@@ -4800,7 +4583,7 @@
      win32_libid_type="x86 DLL"
      ;;
    *executable*) # but shell scripts are "executable" too...
-@@ -154,9 +241,191 @@ win32_libid () {
+@@ -154,9 +235,191 @@
    $echo $win32_libid_type
  }
  
@@ -4992,7 +4775,7 @@
  # Parse our command line options once, thoroughly.
  while test "$#" -gt 0
  do
-@@ -176,12 +445,13 @@ do
+@@ -176,12 +439,13 @@
        ;;
      tag)
        tagname="$arg"
@@ -5007,7 +4790,7 @@
  	;;
        esac
  
-@@ -191,10 +461,10 @@ do
+@@ -191,10 +455,10 @@
  	# not specially marked.
  	;;
        *)
@@ -5020,7 +4803,7 @@
  	else
  	  $echo "$progname: ignoring unknown tag $tagname" 1>&2
  	fi
-@@ -218,26 +488,28 @@ do
+@@ -218,26 +482,28 @@
      ;;
  
    --version)
@@ -5033,7 +4816,7 @@
 +    echo "\
 +$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP
 +
-+Copyright (C) 2008  Free Software Foundation, Inc.
++Copyright (C) 2007  Free Software Foundation, Inc.
 +This is free software; see the source for copying conditions.  There is NO
 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
 +    exit $?
@@ -5058,7 +4841,7 @@
      ;;
  
    --dry-run | -n)
-@@ -256,7 +528,7 @@ do
+@@ -256,7 +522,7 @@
      else
        $echo "disable static libraries"
      fi
@@ -5067,7 +4850,7 @@
      ;;
  
    --finish) mode="finish" ;;
-@@ -268,13 +540,19 @@ do
+@@ -268,13 +534,19 @@
  
    --quiet | --silent)
      show=:
@@ -5088,7 +4871,7 @@
      ;;
  
    -dlopen)
-@@ -285,7 +563,7 @@ do
+@@ -285,7 +557,7 @@
    -*)
      $echo "$modename: unrecognized option \`$arg'" 1>&2
      $echo "$help" 1>&2
@@ -5097,7 +4880,7 @@
      ;;
  
    *)
-@@ -298,9 +576,21 @@ done
+@@ -298,9 +570,21 @@
  if test -n "$prevopt"; then
    $echo "$modename: option \`$prevopt' requires an argument" 1>&2
    $echo "$help" 1>&2
@@ -5120,7 +4903,7 @@
  # If this variable is set in any of the actions, the command in it
  # will be execed at the end.  This prevents here-documents from being
  # left over by shells.
-@@ -311,7 +601,7 @@ if test -z "$show_help"; then
+@@ -311,7 +595,7 @@
    # Infer the operation mode.
    if test -z "$mode"; then
      $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
@@ -5129,7 +4912,7 @@
      case $nonopt in
      *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
        mode=link
-@@ -354,7 +644,7 @@ if test -z "$show_help"; then
+@@ -354,7 +638,7 @@
    if test -n "$execute_dlfiles" && test "$mode" != execute; then
      $echo "$modename: unrecognized option \`-dlopen'" 1>&2
      $echo "$help" 1>&2
@@ -5138,7 +4921,7 @@
    fi
  
    # Change the help message to a mode-specific one.
-@@ -369,13 +659,15 @@ if test -z "$show_help"; then
+@@ -369,13 +653,15 @@
      # Get the compilation command and the source file.
      base_compile=
      srcfile="$nonopt"  #  always keep a non-empty value in "srcfile"
@@ -5155,7 +4938,7 @@
        arg  )
  	# do not "continue".  Instead, add this to base_compile
  	lastarg="$arg"
-@@ -394,24 +686,19 @@ if test -z "$show_help"; then
+@@ -394,24 +680,19 @@
  	-o)
  	  if test -n "$libobj" ; then
  	    $echo "$modename: you cannot specify \`-o' more than once" 1>&2
@@ -5168,16 +4951,16 @@
  
 -	-static)
 -	  build_old_libs=yes
--	  continue
--	  ;;
--
--	-prefer-pic)
--	  pic_mode=yes
 +	-static | -prefer-pic | -prefer-non-pic)
 +	  later="$later $arg"
  	  continue
  	  ;;
  
+-	-prefer-pic)
+-	  pic_mode=yes
+-	  continue
+-	  ;;
+-
 -	-prefer-non-pic)
 -	  pic_mode=no
 +	-no-suppress)
@@ -5185,7 +4968,7 @@
  	  continue
  	  ;;
  
-@@ -424,7 +711,7 @@ if test -z "$show_help"; then
+@@ -424,7 +705,7 @@
  	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
  	  lastarg=
  	  save_ifs="$IFS"; IFS=','
@@ -5194,7 +4977,7 @@
  	    IFS="$save_ifs"
  
  	    # Double-quote args containing other shell metacharacters.
-@@ -462,7 +749,10 @@ if test -z "$show_help"; then
+@@ -462,7 +743,10 @@
        case $lastarg in
        # Double-quote args containing other shell metacharacters.
        # Many Bourne shells cannot handle close brackets correctly
@@ -5206,7 +4989,7 @@
        *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
  	lastarg="\"$lastarg\""
  	;;
-@@ -474,11 +764,11 @@ if test -z "$show_help"; then
+@@ -474,11 +758,11 @@
      case $arg_mode in
      arg)
        $echo "$modename: you must specify an argument for -Xcompile"
@@ -5220,7 +5003,7 @@
        ;;
      *)
        # Get the name of the library object.
-@@ -500,9 +790,11 @@ if test -z "$show_help"; then
+@@ -500,9 +784,10 @@
      *.class) xform=class ;;
      *.cpp) xform=cpp ;;
      *.cxx) xform=cxx ;;
@@ -5229,11 +5012,10 @@
      *.for) xform=for ;;
      *.java) xform=java ;;
 +    *.obj) xform=obj ;;
-+    *.sx) xform=sx ;;
      esac
  
      libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
-@@ -511,51 +803,39 @@ if test -z "$show_help"; then
+@@ -511,51 +796,39 @@
      *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
      *)
        $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2
@@ -5312,7 +5094,7 @@
      objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
      xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
      if test "X$xdir" = "X$obj"; then
-@@ -568,7 +848,7 @@ if test -z "$show_help"; then
+@@ -568,7 +841,7 @@
      if test -z "$base_compile"; then
        $echo "$modename: you must specify a compilation command" 1>&2
        $echo "$help" 1>&2
@@ -5321,7 +5103,7 @@
      fi
  
      # Delete any leftover library objects.
-@@ -579,7 +859,7 @@ if test -z "$show_help"; then
+@@ -579,7 +852,7 @@
      fi
  
      $run $rm $removelist
@@ -5330,7 +5112,7 @@
  
      # On Cygwin there's no "real" PIC flag so we must build both object types
      case $host_os in
-@@ -598,7 +878,7 @@ if test -z "$show_help"; then
+@@ -598,7 +871,7 @@
        output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
        lockfile="$output_obj.lock"
        removelist="$removelist $output_obj $lockfile"
@@ -5339,7 +5121,7 @@
      else
        output_obj=
        need_locks=no
-@@ -608,7 +888,7 @@ if test -z "$show_help"; then
+@@ -608,7 +881,7 @@
      # Lock this critical section if it is needed
      # We use this script file to make the link, it avoids creating a new file
      if test "$need_locks" = yes; then
@@ -5348,7 +5130,7 @@
  	$show "Waiting for $lockfile to be removed"
  	sleep 2
        done
-@@ -626,14 +906,19 @@ avoid parallel builds (make -j) in this 
+@@ -626,14 +899,19 @@
  compiler."
  
  	$run $rm $removelist
@@ -5370,7 +5152,7 @@
  
      $run $rm "$libobj" "${libobj}T"
  
-@@ -655,18 +940,18 @@ EOF
+@@ -655,18 +933,18 @@
        fbsd_hideous_sh_bug=$base_compile
  
        if test "$pic_mode" != no; then
@@ -5394,12 +5176,8 @@
  	fi
        fi
  
-@@ -678,10 +963,10 @@ EOF
-       $run $rm "$lobj" "$output_obj"
- 
-       $show "$command"
--      if $run eval "$command"; then :
-+      if $run eval $lt_env "$command"; then :
+@@ -681,7 +959,7 @@
+       if $run eval "$command"; then :
        else
  	test -n "$output_obj" && $run $rm $removelist
 -	exit 1
@@ -5407,7 +5185,7 @@
        fi
  
        if test "$need_locks" = warn &&
-@@ -701,7 +986,7 @@ avoid parallel builds (make -j) in this 
+@@ -701,7 +979,7 @@
  compiler."
  
  	$run $rm $removelist
@@ -5416,7 +5194,7 @@
        fi
  
        # Just move the object if needed, then go on to compile the next one
-@@ -722,7 +1007,9 @@ pic_object='$objdir/$objname'
+@@ -722,7 +1000,9 @@
  EOF
  
        # Allow error messages only from the first compilation.
@@ -5427,7 +5205,7 @@
      else
        # No PIC object so indicate it doesn't exist in the libtool
        # object file.
-@@ -736,9 +1023,9 @@ EOF
+@@ -736,9 +1016,9 @@
      if test "$build_old_libs" = yes; then
        if test "$pic_mode" != yes; then
  	# Don't build PIC code
@@ -5439,12 +5217,8 @@
        fi
        if test "$compiler_c_o" = yes; then
  	command="$command -o $obj"
-@@ -748,10 +1035,10 @@ EOF
-       command="$command$suppress_output"
-       $run $rm "$obj" "$output_obj"
-       $show "$command"
--      if $run eval "$command"; then :
-+      if $run eval $lt_env "$command"; then :
+@@ -751,7 +1031,7 @@
+       if $run eval "$command"; then :
        else
  	$run $rm $removelist
 -	exit 1
@@ -5452,7 +5226,7 @@
        fi
  
        if test "$need_locks" = warn &&
-@@ -771,7 +1058,7 @@ avoid parallel builds (make -j) in this 
+@@ -771,7 +1051,7 @@
  compiler."
  
  	$run $rm $removelist
@@ -5461,7 +5235,7 @@
        fi
  
        # Just move the object if needed
-@@ -809,7 +1096,7 @@ EOF
+@@ -809,7 +1089,7 @@
        $run $rm "$lockfile"
      fi
  
@@ -5470,7 +5244,7 @@
      ;;
  
    # libtool link mode
-@@ -835,7 +1122,7 @@ EOF
+@@ -835,7 +1115,7 @@
        ;;
      esac
      libtool_args="$nonopt"
@@ -5479,7 +5253,7 @@
      compile_command="$nonopt"
      finalize_command="$nonopt"
  
-@@ -847,7 +1134,6 @@ EOF
+@@ -847,7 +1127,6 @@
      old_convenience=
      deplibs=
      old_deplibs=
@@ -5487,7 +5261,7 @@
      compiler_flags=
      linker_flags=
      dllsearchpath=
-@@ -868,6 +1154,8 @@ EOF
+@@ -868,6 +1147,8 @@
      no_install=no
      objs=
      non_pic_objects=
@@ -5496,14 +5270,12 @@
      prefer_static_libs=no
      preload=no
      prev=
-@@ -880,27 +1168,40 @@ EOF
-     thread_safe=no
+@@ -881,26 +1162,38 @@
      vinfo=
      vinfo_number=no
-+    single_module="${wl}-single_module"
-+
-+    func_infer_tag $base_compile
  
++    func_infer_tag $base_compile
++
      # We need to know -static, to get the right output filenames.
      for arg
      do
@@ -5542,7 +5314,7 @@
  	break
  	;;
        esac
-@@ -912,7 +1213,6 @@ EOF
+@@ -912,7 +1205,6 @@
      # Go through the arguments, transforming them on the way.
      while test "$#" -gt 0; do
        arg="$1"
@@ -5550,7 +5322,7 @@
        shift
        case $arg in
        *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
-@@ -976,7 +1276,7 @@ EOF
+@@ -976,7 +1268,7 @@
  	  export_symbols="$arg"
  	  if test ! -f "$arg"; then
  	    $echo "$modename: symbol file \`$arg' does not exist"
@@ -5559,7 +5331,7 @@
  	  fi
  	  prev=
  	  continue
-@@ -991,6 +1291,11 @@ EOF
+@@ -991,6 +1283,11 @@
  	  prev=
  	  continue
  	  ;;
@@ -5571,7 +5343,7 @@
  	release)
  	  release="-$arg"
  	  prev=
-@@ -1023,7 +1328,7 @@ EOF
+@@ -1023,7 +1320,7 @@
  		   test "$pic_object" = none && \
  		   test "$non_pic_object" = none; then
  		  $echo "$modename: cannot find name of object for \`$arg'" 1>&2
@@ -5580,7 +5352,7 @@
  		fi
  
  		# Extract subdirectory from the argument.
-@@ -1071,12 +1376,17 @@ EOF
+@@ -1071,12 +1368,17 @@
  		  if test -z "$pic_object" || test "$pic_object" = none ; then
  		    arg="$non_pic_object"
  		  fi
@@ -5599,7 +5371,7 @@
  		else
  		  # Dry-run case.
  
-@@ -1097,7 +1407,7 @@ EOF
+@@ -1097,7 +1399,7 @@
  	    done
  	  else
  	    $echo "$modename: link input file \`$save_arg' does not exist"
@@ -5608,7 +5380,7 @@
  	  fi
  	  arg=$save_arg
  	  prev=
-@@ -1109,7 +1419,7 @@ EOF
+@@ -1109,7 +1411,7 @@
  	  [\\/]* | [A-Za-z]:[\\/]*) ;;
  	  *)
  	    $echo "$modename: only absolute run-paths are allowed" 1>&2
@@ -5617,7 +5389,7 @@
  	    ;;
  	  esac
  	  if test "$prev" = rpath; then
-@@ -1149,16 +1459,15 @@ EOF
+@@ -1149,16 +1451,15 @@
  	  finalize_command="$finalize_command $qarg"
  	  continue
  	  ;;
@@ -5643,7 +5415,7 @@
  	  prev=
  	  continue
  	  ;;
-@@ -1210,7 +1519,7 @@ EOF
+@@ -1210,7 +1511,7 @@
        -export-symbols | -export-symbols-regex)
  	if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
  	  $echo "$modename: more than one -exported-symbols argument is not allowed"
@@ -5652,7 +5424,7 @@
  	fi
  	if test "X$arg" = "X-export-symbols"; then
  	  prev=expsyms
-@@ -1220,6 +1529,18 @@ EOF
+@@ -1220,6 +1521,18 @@
  	continue
  	;;
  
@@ -5671,7 +5443,7 @@
        -inst-prefix-dir)
  	prev=inst_prefix
  	continue
-@@ -1246,7 +1567,8 @@ EOF
+@@ -1246,7 +1559,8 @@
  	  absdir=`cd "$dir" && pwd`
  	  if test -z "$absdir"; then
  	    $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2
@@ -5681,7 +5453,7 @@
  	  fi
  	  dir="$absdir"
  	  ;;
-@@ -1260,10 +1582,15 @@ EOF
+@@ -1260,10 +1574,15 @@
  	esac
  	case $host in
  	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
@@ -5697,7 +5469,7 @@
  	  ;;
  	esac
  	continue
-@@ -1272,26 +1599,35 @@ EOF
+@@ -1272,26 +1591,35 @@
        -l*)
  	if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
  	  case $host in
@@ -5738,7 +5510,7 @@
  	   # Do not include libc_r directly, use -pthread flag.
  	   continue
  	   ;;
-@@ -1301,18 +1637,47 @@ EOF
+@@ -1301,18 +1629,42 @@
  	continue
  	;;
  
@@ -5759,11 +5531,6 @@
 +	continue
 +	;;
 +
-+      -multi_module)
-+	single_module="${wl}-multi_module"
-+	continue
-+	;;
-+
        -module)
  	module=yes
  	continue
@@ -5793,7 +5560,7 @@
  	# Unknown arguments in both finalize_command and compile_command need
  	# to be aesthetically quoted because they are evaled later.
  	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
-@@ -1323,9 +1688,7 @@ EOF
+@@ -1323,9 +1675,7 @@
  	esac
          compile_command="$compile_command $arg"
          finalize_command="$finalize_command $arg"
@@ -5804,7 +5571,7 @@
          continue
          ;;
  
-@@ -1341,9 +1704,9 @@ EOF
+@@ -1341,9 +1691,9 @@
  
        -no-install)
  	case $host in
@@ -5816,7 +5583,7 @@
  	  $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2
  	  $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2
  	  fast_install=no
-@@ -1365,6 +1728,11 @@ EOF
+@@ -1365,6 +1715,11 @@
  
        -o) prev=output ;;
  
@@ -5828,7 +5595,7 @@
        -release)
  	prev=release
  	continue
-@@ -1387,7 +1755,7 @@ EOF
+@@ -1387,7 +1742,7 @@
  	[\\/]* | [A-Za-z]:[\\/]*) ;;
  	*)
  	  $echo "$modename: only absolute run-paths are allowed" 1>&2
@@ -5837,7 +5604,7 @@
  	  ;;
  	esac
  	case "$xrpath " in
-@@ -1397,7 +1765,7 @@ EOF
+@@ -1397,7 +1752,7 @@
  	continue
  	;;
  
@@ -5846,7 +5613,7 @@
  	# The effects of -static are defined in a previous loop.
  	# We used to do the same as -all-static on platforms that
  	# didn't have a PIC flag, but the assumption that the effects
-@@ -1473,11 +1841,6 @@ EOF
+@@ -1473,11 +1828,6 @@
  	continue
  	;;
  
@@ -5858,7 +5625,7 @@
        # Some other compiler flag.
        -* | +*)
  	# Unknown arguments in both finalize_command and compile_command need
-@@ -1488,7 +1851,6 @@ EOF
+@@ -1488,7 +1838,6 @@
  	  arg="\"$arg\""
  	  ;;
  	esac
@@ -5866,7 +5633,7 @@
  	;;
  
        *.$objext)
-@@ -1516,7 +1878,7 @@ EOF
+@@ -1516,7 +1865,7 @@
  	     test "$pic_object" = none && \
  	     test "$non_pic_object" = none; then
  	    $echo "$modename: cannot find name of object for \`$arg'" 1>&2
@@ -5875,7 +5642,7 @@
  	  fi
  
  	  # Extract subdirectory from the argument.
-@@ -1564,12 +1926,17 @@ EOF
+@@ -1564,12 +1913,17 @@
  	    if test -z "$pic_object" || test "$pic_object" = none ; then
  	      arg="$non_pic_object"
  	    fi
@@ -5894,7 +5661,7 @@
  	  else
  	    # Dry-run case.
  
-@@ -1623,7 +1990,6 @@ EOF
+@@ -1623,7 +1977,6 @@
  	  arg="\"$arg\""
  	  ;;
  	esac
@@ -5902,7 +5669,7 @@
  	;;
        esac # arg
  
-@@ -1637,48 +2003,7 @@ EOF
+@@ -1637,48 +1990,7 @@
      if test -n "$prev"; then
        $echo "$modename: the \`$prevarg' option requires an argument" 1>&2
        $echo "$help" 1>&2
@@ -5952,7 +5719,7 @@
      fi
  
      if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
-@@ -1711,9 +2036,9 @@ EOF
+@@ -1711,9 +2023,9 @@
      if test ! -d "$output_objdir"; then
        $show "$mkdir $output_objdir"
        $run $mkdir $output_objdir
@@ -5965,7 +5732,7 @@
        fi
      fi
  
-@@ -1722,7 +2047,7 @@ EOF
+@@ -1722,7 +2034,7 @@
      "")
        $echo "$modename: you must specify an output file" 1>&2
        $echo "$help" 1>&2
@@ -5974,7 +5741,7 @@
        ;;
      *.$libext) linkmode=oldlib ;;
      *.lo | *.$objext) linkmode=obj ;;
-@@ -1732,7 +2057,7 @@ EOF
+@@ -1732,7 +2044,7 @@
  
      case $host in
      *cygwin* | *mingw* | *pw32*)
@@ -5983,7 +5750,7 @@
        duplicate_compiler_generated_deps=yes
        ;;
      *)
-@@ -1776,7 +2101,6 @@ EOF
+@@ -1776,7 +2088,6 @@
      newlib_search_path=
      need_relink=no # whether we're linking any uninstalled libtool libraries
      notinst_deplibs= # not-installed libtool libraries
@@ -5991,7 +5758,7 @@
      case $linkmode in
      lib)
  	passes="conv link"
-@@ -1785,7 +2109,7 @@ EOF
+@@ -1785,7 +2096,7 @@
  	  *.la) ;;
  	  *)
  	    $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
@@ -6000,7 +5767,7 @@
  	    ;;
  	  esac
  	done
-@@ -1811,7 +2135,10 @@ EOF
+@@ -1811,7 +2122,10 @@
  	case $pass in
  	dlopen) libs="$dlfiles" ;;
  	dlpreopen) libs="$dlprefiles" ;;
@@ -6012,7 +5779,7 @@
  	esac
        fi
        if test "$pass" = dlopen; then
-@@ -1823,18 +2150,28 @@ EOF
+@@ -1823,18 +2137,23 @@
  	lib=
  	found=no
  	case $deplib in
@@ -6035,19 +5802,13 @@
 -	    continue
 -	  fi
  	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
--	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
+ 	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
 -	    for search_ext in .la $shrext .so .a; do
-+	  if test "$linkmode" = lib; then
-+	    searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
-+	  else
-+	    searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
-+	  fi
-+	  for searchdir in $searchdirs; do
 +	    for search_ext in .la $std_shrext .so .a; do
  	      # Search the libtool library
  	      lib="$searchdir/lib${name}${search_ext}"
  	      if test -f "$lib"; then
-@@ -1895,18 +2232,6 @@ EOF
+@@ -1895,18 +2214,6 @@
  	    fi
  	  fi
  	  ;; # -l
@@ -6066,7 +5827,7 @@
  	-L*)
  	  case $linkmode in
  	  lib)
-@@ -1922,11 +2247,11 @@ EOF
+@@ -1922,11 +2229,11 @@
  	    fi
  	    if test "$pass" = scan; then
  	      deplibs="$deplib $deplibs"
@@ -6079,7 +5840,7 @@
  	    ;;
  	  *)
  	    $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2
-@@ -1954,7 +2279,22 @@ EOF
+@@ -1954,7 +2261,22 @@
  	  fi
  	  case $linkmode in
  	  lib)
@@ -6103,7 +5864,7 @@
  	      $echo
  	      $echo "*** Warning: Trying to link with static lib archive $deplib."
  	      $echo "*** I have the capability to make that library automatically link in when"
-@@ -2004,15 +2344,15 @@ EOF
+@@ -2004,15 +2326,15 @@
  	esac # case $deplib
  	if test "$found" = yes || test -f "$lib"; then :
  	else
@@ -6122,7 +5883,7 @@
  	fi
  
  	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
-@@ -2028,6 +2368,8 @@ EOF
+@@ -2028,6 +2350,8 @@
  	# it will not redefine variables installed, or shouldnotlink
  	installed=yes
  	shouldnotlink=no
@@ -6131,7 +5892,7 @@
  
  	# Read the .la file
  	case $lib in
-@@ -2035,13 +2377,6 @@ EOF
+@@ -2035,13 +2359,6 @@
  	*) . ./$lib ;;
  	esac
  
@@ -6145,7 +5906,7 @@
  	if test "$linkmode,$pass" = "lib,link" ||
  	   test "$linkmode,$pass" = "prog,scan" ||
  	   { test "$linkmode" != prog && test "$linkmode" != lib; }; then
-@@ -2052,33 +2387,32 @@ EOF
+@@ -2052,33 +2369,32 @@
  	if test "$pass" = conv; then
  	  # Only check for convenience libraries
  	  deplibs="$lib $deplibs"
@@ -6192,7 +5953,7 @@
  	# Get the name of the library we link against.
  	linklib=
  	for l in $old_library $library_names; do
-@@ -2086,16 +2420,18 @@ EOF
+@@ -2086,16 +2402,18 @@
  	done
  	if test -z "$linklib"; then
  	  $echo "$modename: cannot find name of link library for \`$lib'" 1>&2
@@ -6214,7 +5975,7 @@
  	    # If there is no dlname, no dlopen support or we're linking
  	    # statically, we need to preload.  We also need to preload any
  	    # dependent libraries so libltdl's deplib preloader doesn't
-@@ -2132,11 +2468,19 @@ EOF
+@@ -2132,11 +2450,19 @@
  	    dir="$libdir"
  	    absdir="$libdir"
  	  fi
@@ -6238,7 +5999,7 @@
  	fi # $installed = yes
  	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
  
-@@ -2144,7 +2488,7 @@ EOF
+@@ -2144,7 +2470,7 @@
  	if test "$pass" = dlpreopen; then
  	  if test -z "$libdir"; then
  	    $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2
@@ -6247,7 +6008,7 @@
  	  fi
  	  # Prefer using a static library (so that no silly _DYNAMIC symbols
  	  # are required to link).
-@@ -2171,7 +2515,7 @@ EOF
+@@ -2171,7 +2497,7 @@
  	  continue
  	fi
  
@@ -6256,7 +6017,7 @@
  	if test "$linkmode" = prog && test "$pass" != link; then
  	  newlib_search_path="$newlib_search_path $ladir"
  	  deplibs="$lib $deplibs"
-@@ -2207,14 +2551,16 @@ EOF
+@@ -2207,14 +2533,16 @@
  
  	if test "$linkmode,$pass" = "prog,link"; then
  	  if test -n "$library_names" &&
@@ -6276,7 +6037,7 @@
  	      esac
  	    fi
  
-@@ -2251,24 +2597,29 @@ EOF
+@@ -2251,24 +2579,29 @@
  	fi
  
  	link_static=no # Whether the deplib will be linked statically
@@ -6312,7 +6073,7 @@
  	  if test "$linkmode" = lib &&
  	     test "$hardcode_into_libs" = yes; then
  	    # Hardcode the library path.
-@@ -2326,9 +2677,10 @@ EOF
+@@ -2326,9 +2659,10 @@
  	    else
  	      $show "extracting exported symbol list from \`$soname'"
  	      save_ifs="$IFS"; IFS='~'
@@ -6324,7 +6085,7 @@
  		$show "$cmd"
  		$run eval "$cmd" || exit $?
  	      done
-@@ -2339,9 +2691,10 @@ EOF
+@@ -2339,9 +2673,10 @@
  	    if test -f "$output_objdir/$newlib"; then :; else
  	      $show "generating import library for \`$soname'"
  	      save_ifs="$IFS"; IFS='~'
@@ -6336,7 +6097,7 @@
  		$show "$cmd"
  		$run eval "$cmd" || exit $?
  	      done
-@@ -2362,11 +2715,15 @@ EOF
+@@ -2362,11 +2697,15 @@
  	      if test "$hardcode_direct" = no; then
  		add="$dir/$linklib"
  		case $host in
@@ -6356,7 +6117,7 @@
  		      $echo "** Warning, lib $linklib is a module, not a shared library"
  		      if test -z "$old_library" ; then
  		        $echo
-@@ -2374,7 +2731,7 @@ EOF
+@@ -2374,7 +2713,7 @@
  		        $echo "** The link will probably fail, sorry"
  		      else
  		        add="$dir/$old_library"
@@ -6365,7 +6126,7 @@
  		    fi
  		esac
  	      elif test "$hardcode_minus_L" = no; then
-@@ -2397,9 +2754,9 @@ EOF
+@@ -2397,9 +2736,9 @@
  		add_dir="-L$dir"
  		# Try looking first in the location we're being installed to.
  		if test -n "$inst_prefix_dir"; then
@@ -6377,7 +6138,7 @@
  		      ;;
  		  esac
  		fi
-@@ -2416,7 +2773,7 @@ EOF
+@@ -2416,7 +2755,7 @@
  
  	    if test "$lib_linked" != yes; then
  	      $echo "$modename: configuration error: unsupported hardcode properties"
@@ -6386,7 +6147,7 @@
  	    fi
  
  	    if test -n "$add_shlibpath"; then
-@@ -2459,7 +2816,8 @@ EOF
+@@ -2459,7 +2798,8 @@
  	      esac
  	      add="-l$name"
  	    elif test "$hardcode_automatic" = yes; then
@@ -6396,7 +6157,7 @@
  	        add="$inst_prefix_dir$libdir/$linklib"
  	      else
  	        add="$libdir/$linklib"
-@@ -2469,9 +2827,9 @@ EOF
+@@ -2469,9 +2809,9 @@
  	      add_dir="-L$libdir"
  	      # Try looking first in the location we're being installed to.
  	      if test -n "$inst_prefix_dir"; then
@@ -6408,7 +6169,7 @@
  		    ;;
  		esac
  	      fi
-@@ -2530,17 +2888,16 @@ EOF
+@@ -2530,17 +2870,16 @@
  	      fi
  	    fi
  	  else
@@ -6430,7 +6191,7 @@
  	    # Extract -R from dependency_libs
  	    temp_deplibs=
  	    for libdir in $dependency_libs; do
-@@ -2554,7 +2911,7 @@ EOF
+@@ -2554,7 +2893,7 @@
  	      esac
  	    done
  	    dependency_libs="$temp_deplibs"
@@ -6439,7 +6200,7 @@
  
  	  newlib_search_path="$newlib_search_path $absdir"
  	  # Link against this library
-@@ -2596,76 +2953,70 @@ EOF
+@@ -2596,20 +2935,18 @@
  		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
  		  if test -z "$libdir"; then
  		    $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
@@ -6462,20 +6223,13 @@
 +		  # we do not want to link against static libs,
 +		  # but need to link against shared
  		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
-+		  eval deplibdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
  		  if test -n "$deplibrary_names" ; then
  		    for tmp in $deplibrary_names ; do
- 		      depdepl=$tmp
+@@ -2617,55 +2954,45 @@
  		    done
--		    if test -f "$path/$depdepl" ; then
-+		    if test -f "$deplibdir/$depdepl" ; then
-+		      depdepl="$deplibdir/$depdepl"
-+	      	    elif test -f "$path/$depdepl" ; then
+ 		    if test -f "$path/$depdepl" ; then
  		      depdepl="$path/$depdepl"
 -		   fi
-+		    else
-+		      # Can't find it, oh well...
-+		      depdepl=
 +		    fi
  		    # do not add paths which are already there
  		    case " $newlib_search_path " in
@@ -6547,7 +6301,7 @@
  	      esac
  	    done
  	  fi # link_all_deplibs != no
-@@ -2752,7 +3103,8 @@ EOF
+@@ -2752,7 +3079,8 @@
  	  eval $var=\"$tmp_libs\"
  	done # for var
        fi
@@ -6557,21 +6311,7 @@
        tmp_libs=
        for i in $dependency_libs ; do
  	case " $predeps $postdeps $compiler_lib_search_path " in
-@@ -2773,9 +3125,10 @@ EOF
- 
-     case $linkmode in
-     oldlib)
--      if test -n "$deplibs"; then
--	$echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2
--      fi
-+      case " $deplibs" in
-+      *\ -l* | *\ -L*)
-+	$echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 ;;
-+      esac
- 
-       if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
- 	$echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
-@@ -2812,19 +3165,19 @@ EOF
+@@ -2812,19 +3140,19 @@
        case $outputname in
        lib*)
  	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
@@ -6594,7 +6334,7 @@
  	  eval libname=\"$libname_spec\"
  	else
  	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
-@@ -2835,7 +3188,7 @@ EOF
+@@ -2835,7 +3163,7 @@
        if test -n "$objs"; then
  	if test "$deplibs_check_method" != pass_all; then
  	  $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1
@@ -6603,7 +6343,7 @@
  	else
  	  $echo
  	  $echo "*** Warning: Linking the shared library $output against the non-libtool"
-@@ -2883,13 +3236,13 @@ EOF
+@@ -2883,13 +3211,13 @@
  	if test -n "$8"; then
  	  $echo "$modename: too many parameters to \`-version-info'" 1>&2
  	  $echo "$help" 1>&2
@@ -6619,7 +6359,7 @@
  	case $vinfo_number in
  	yes)
  	  number_major="$2"
-@@ -2903,7 +3256,7 @@ EOF
+@@ -2903,7 +3231,7 @@
  	  # which has an extra 1 added just for fun
  	  #
  	  case $version_type in
@@ -6628,7 +6368,7 @@
  	    current=`expr $number_major + $number_minor`
  	    age="$number_minor"
  	    revision="$number_revision"
-@@ -2914,9 +3267,15 @@ EOF
+@@ -2914,9 +3242,15 @@
  	    age="0"
  	    ;;
  	  irix|nonstopux)
@@ -6645,7 +6385,7 @@
  	    ;;
  	  esac
  	  ;;
-@@ -2929,36 +3288,36 @@ EOF
+@@ -2929,36 +3263,36 @@
  
  	# Check that each of the things are valid numbers.
  	case $current in
@@ -6692,7 +6432,7 @@
  	fi
  
  	# Calculate the version variables.
-@@ -2975,6 +3334,7 @@ EOF
+@@ -2975,6 +3309,7 @@
  	  versuffix="$major.$age.$revision"
  	  # Darwin ld doesn't like 0 for these options...
  	  minor_current=`expr $current + 1`
@@ -6700,7 +6440,7 @@
  	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
  	  ;;
  
-@@ -2989,8 +3349,11 @@ EOF
+@@ -2989,8 +3324,11 @@
  	  ;;
  
  	irix | nonstopux)
@@ -6714,7 +6454,7 @@
  	  case $version_type in
  	    nonstopux) verstring_prefix=nonstopux ;;
  	    *)         verstring_prefix=sgi ;;
-@@ -3047,7 +3410,7 @@ EOF
+@@ -3047,7 +3385,7 @@
  	*)
  	  $echo "$modename: unknown library version type \`$version_type'" 1>&2
  	  $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
@@ -6723,7 +6463,7 @@
  	  ;;
  	esac
  
-@@ -3098,9 +3461,15 @@ EOF
+@@ -3098,9 +3436,15 @@
  	tempremovelist=`$echo "$output_objdir/*"`
  	for p in $tempremovelist; do
  	  case $p in
@@ -6740,7 +6480,7 @@
  	       removelist="$removelist $p"
  	       ;;
  	    *) ;;
-@@ -3121,11 +3490,11 @@ EOF
+@@ -3121,11 +3465,11 @@
        fi
  
        # Eliminate all temporary directories.
@@ -6757,7 +6497,7 @@
  
        if test -n "$xrpath"; then
  	# If the user specified any rpath flags, then add them.
-@@ -3137,7 +3506,7 @@ EOF
+@@ -3137,7 +3481,7 @@
  	  *) finalize_rpath="$finalize_rpath $libdir" ;;
  	  esac
  	done
@@ -6766,7 +6506,7 @@
  	  dependency_libs="$temp_xrpath $dependency_libs"
  	fi
        fi
-@@ -3170,14 +3539,19 @@ EOF
+@@ -3170,14 +3514,19 @@
  	    ;;
  	  *-*-rhapsody* | *-*-darwin1.[012])
  	    # Rhapsody C library is in the System framework
@@ -6789,7 +6529,7 @@
  	    ;;
   	  *)
  	    # Add libc to deplibs on all other systems if necessary.
-@@ -3221,13 +3595,12 @@ EOF
+@@ -3221,13 +3570,12 @@
  	  int main() { return 0; }
  EOF
  	  $rm conftest
@@ -6806,7 +6546,7 @@
  		if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
  		  case " $predeps $postdeps " in
  		  *" $i "*)
-@@ -3262,13 +3635,11 @@ EOF
+@@ -3262,13 +3610,11 @@
  	    # Error occurred in the first compile.  Let's try to salvage
  	    # the situation: Compile a separate program for each library.
  	    for i in $deplibs; do
@@ -6822,7 +6562,7 @@
  		  ldd_output=`ldd conftest`
  		  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
  		    case " $predeps $postdeps " in
-@@ -3300,7 +3671,7 @@ EOF
+@@ -3300,7 +3646,7 @@
  		  droppeddeps=yes
  		  $echo
  		  $echo "*** Warning!  Library $i is needed by this library but I was not able to"
@@ -6831,7 +6571,7 @@
  		  $echo "*** library that it depends on before this library will be fully"
  		  $echo "*** functional.  Installing it before continuing would be even better."
  		fi
-@@ -3314,7 +3685,7 @@ EOF
+@@ -3314,7 +3660,7 @@
  	  set dummy $deplibs_check_method
  	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
  	  for a_deplib in $deplibs; do
@@ -6840,7 +6580,7 @@
  	    # If $name is empty we are operating on a -L argument.
              if test "$name" != "" && test  "$name" != "0"; then
  	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
-@@ -3383,7 +3754,7 @@ EOF
+@@ -3383,7 +3729,7 @@
  	  set dummy $deplibs_check_method
  	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
  	  for a_deplib in $deplibs; do
@@ -6849,7 +6589,7 @@
  	    # If $name is empty we are operating on a -L argument.
  	    if test -n "$name" && test "$name" != "0"; then
  	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
-@@ -3463,7 +3834,7 @@ EOF
+@@ -3463,7 +3809,7 @@
  	case $host in
  	*-*-rhapsody* | *-*-darwin1.[012])
  	  # On Rhapsody replace the C library is the System framework
@@ -6858,7 +6598,7 @@
  	  ;;
  	esac
  
-@@ -3509,17 +3880,39 @@ EOF
+@@ -3509,17 +3855,39 @@
  	    fi
  	  fi
  	fi
@@ -6905,7 +6645,7 @@
        # All the library-specific variables (install_libdir is set above).
        library_names=
        old_library=
-@@ -3532,7 +3925,7 @@ EOF
+@@ -3532,7 +3900,7 @@
  	  hardcode_libdirs=
  	  dep_rpath=
  	  rpath="$finalize_rpath"
@@ -6914,7 +6654,7 @@
  	  for libdir in $rpath; do
  	    if test -n "$hardcode_libdir_flag_spec"; then
  	      if test -n "$hardcode_libdir_separator"; then
-@@ -3564,7 +3957,10 @@ EOF
+@@ -3564,7 +3932,10 @@
  	     test -n "$hardcode_libdirs"; then
  	    libdir="$hardcode_libdirs"
  	    if test -n "$hardcode_libdir_flag_spec_ld"; then
@@ -6926,7 +6666,7 @@
  	    else
  	      eval dep_rpath=\"$hardcode_libdir_flag_spec\"
  	    fi
-@@ -3587,7 +3983,7 @@ EOF
+@@ -3587,7 +3958,7 @@
  	fi
  
  	# Get the real and link names of the library.
@@ -6935,7 +6675,7 @@
  	eval library_names=\"$library_names_spec\"
  	set dummy $library_names
  	realname="$2"
-@@ -3603,6 +3999,7 @@ EOF
+@@ -3603,6 +3974,7 @@
  	fi
  
  	lib="$output_objdir/$realname"
@@ -6943,7 +6683,7 @@
  	for link
  	do
  	  linknames="$linknames $link"
-@@ -3617,10 +4014,11 @@ EOF
+@@ -3617,10 +3989,11 @@
  	    $show "generating symbol list for \`$libname.la'"
  	    export_symbols="$output_objdir/$libname.exp"
  	    $run $rm $export_symbols
@@ -6956,7 +6696,7 @@
  	      if len=`expr "X$cmd" : ".*"` &&
  	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
  	        $show "$cmd"
-@@ -3630,6 +4028,9 @@ EOF
+@@ -3630,6 +4003,9 @@
  	        # The command line is too long to execute in one step.
  	        $show "using reloadable object file for export list..."
  	        skipped_export=:
@@ -6966,7 +6706,7 @@
  	      fi
  	    done
  	    IFS="$save_ifs"
-@@ -3650,12 +4051,12 @@ EOF
+@@ -3650,12 +4026,12 @@
  	for test_deplib in $deplibs; do
  		case " $convenience " in
  		*" $test_deplib "*) ;;
@@ -6981,7 +6721,7 @@
  
  	if test -n "$convenience"; then
  	  if test -n "$whole_archive_flag_spec"; then
-@@ -3663,67 +4064,13 @@ EOF
+@@ -3663,67 +4039,13 @@
  	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
  	  else
  	    gentop="$output_objdir/${outputname}x"
@@ -7052,7 +6792,7 @@
  	if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
  	  eval flag=\"$thread_safe_flag_spec\"
  	  linker_flags="$linker_flags $flag"
-@@ -3734,31 +4081,27 @@ EOF
+@@ -3734,31 +4056,27 @@
  	  $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $?
  	fi
  
@@ -7094,7 +6834,7 @@
  	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
  	  :
  	else
-@@ -3777,6 +4120,7 @@ EOF
+@@ -3777,6 +4095,7 @@
  	    save_libobjs=$libobjs
  	  fi
  	  save_output=$output
@@ -7102,7 +6842,7 @@
  
  	  # Clear the reloadable object creation command queue and
  	  # initialize k to one.
-@@ -3786,13 +4130,13 @@ EOF
+@@ -3786,13 +4105,13 @@
  	  delfiles=
  	  last_robj=
  	  k=1
@@ -7118,7 +6858,7 @@
  		 test "$len" -le "$max_cmd_len"; }; then
  	      objlist="$objlist $obj"
  	    else
-@@ -3806,9 +4150,9 @@ EOF
+@@ -3806,9 +4125,9 @@
  		# the last one created.
  		eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\"
  	      fi
@@ -7130,7 +6870,7 @@
  	      objlist=$obj
  	      len=1
  	    fi
-@@ -3828,13 +4172,13 @@ EOF
+@@ -3828,13 +4147,13 @@
  	    eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\"
            fi
  
@@ -7146,7 +6886,7 @@
  	  done
  
  	  $echo "creating a temporary reloadable object file: $output"
-@@ -3859,28 +4203,54 @@ EOF
+@@ -3859,28 +4178,54 @@
  	  # value of $libobjs for piecewise linking.
  
  	  # Do each of the archive commands.
@@ -7206,21 +6946,7 @@
  	fi
  
  	# Create links to the real library.
-@@ -3900,9 +4270,10 @@ EOF
-       ;;
- 
-     obj)
--      if test -n "$deplibs"; then
--	$echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2
--      fi
-+      case " $deplibs" in
-+      *\ -l* | *\ -L*)
-+	$echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 ;;
-+      esac
- 
-       if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
- 	$echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2
-@@ -3928,7 +4299,7 @@ EOF
+@@ -3928,7 +4273,7 @@
        *.lo)
  	if test -n "$objs$old_deplibs"; then
  	  $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2
@@ -7229,7 +6955,7 @@
  	fi
  	libobj="$output"
  	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
-@@ -3949,72 +4320,20 @@ EOF
+@@ -3949,72 +4294,20 @@
        reload_conv_objs=
        gentop=
        # reload_cmds runs $LD directly, so let us get rid of
@@ -7308,7 +7034,7 @@
  	fi
        fi
  
-@@ -4022,10 +4341,11 @@ EOF
+@@ -4022,10 +4315,11 @@
        reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
  
        output="$obj"
@@ -7321,7 +7047,7 @@
  	$show "$cmd"
  	$run eval "$cmd" || exit $?
        done
-@@ -4038,7 +4358,7 @@ EOF
+@@ -4038,7 +4332,7 @@
  	  $run ${rm}r $gentop
  	fi
  
@@ -7330,7 +7056,7 @@
        fi
  
        if test "$build_libtool_libs" != yes; then
-@@ -4051,17 +4371,18 @@ EOF
+@@ -4051,17 +4345,18 @@
  	# accidentally link it into a program.
  	# $show "echo timestamp > $libobj"
  	# $run eval "echo timestamp > $libobj" || exit $?
@@ -7351,7 +7077,7 @@
  	  $show "$cmd"
  	  $run eval "$cmd" || exit $?
  	done
-@@ -4073,7 +4394,7 @@ EOF
+@@ -4073,7 +4368,7 @@
  	$run ${rm}r $gentop
        fi
  
@@ -7360,7 +7086,7 @@
        ;;
  
      prog)
-@@ -4098,24 +4419,50 @@ EOF
+@@ -4098,24 +4393,50 @@
        case $host in
        *-*-rhapsody* | *-*-darwin1.[012])
  	# On Rhapsody replace the C library is the System framework
@@ -7417,7 +7143,7 @@
        compile_command="$compile_command $compile_deplibs"
        finalize_command="$finalize_command $finalize_deplibs"
  
-@@ -4160,10 +4507,15 @@ EOF
+@@ -4160,10 +4481,15 @@
  	fi
  	case $host in
  	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
@@ -7433,7 +7159,7 @@
  	  ;;
  	esac
        done
-@@ -4277,13 +4629,25 @@ extern \"C\" {
+@@ -4277,13 +4603,25 @@
  
  	    # Prepare the list of exported symbols
  	    if test -z "$export_symbols"; then
@@ -7463,7 +7189,7 @@
  	    fi
  	  fi
  
-@@ -4334,7 +4698,26 @@ extern \"C\" {
+@@ -4334,7 +4672,26 @@
  #endif
  
  /* The mapping between symbol names and symbols. */
@@ -7490,7 +7216,7 @@
    const char *name;
    lt_ptr address;
  }
-@@ -4381,20 +4764,33 @@ static const void *lt_preloaded_setup() 
+@@ -4381,20 +4738,33 @@
  	  esac
  
  	  # Now compile the dynamic symbol file.
@@ -7529,7 +7255,7 @@
  	  ;;
  	esac
        else
-@@ -4403,30 +4799,19 @@ static const void *lt_preloaded_setup() 
+@@ -4403,30 +4773,19 @@
  	# really was required.
  
  	# Nullify the symbol file.
@@ -7564,7 +7290,7 @@
  
  	# Delete the generated files.
  	if test -n "$dlsyms"; then
-@@ -4434,7 +4819,7 @@ static const void *lt_preloaded_setup() 
+@@ -4434,7 +4793,7 @@
  	  $run $rm "$output_objdir/${outputname}S.${objext}"
  	fi
  
@@ -7573,7 +7299,7 @@
        fi
  
        if test -n "$shlibpath_var"; then
-@@ -4493,7 +4878,7 @@ static const void *lt_preloaded_setup() 
+@@ -4493,7 +4852,7 @@
  	# Link the executable and exit
  	$show "$link_command"
  	$run eval "$link_command" || exit $?
@@ -7582,7 +7308,7 @@
        fi
  
        if test "$hardcode_action" = relink; then
-@@ -4507,7 +4892,7 @@ static const void *lt_preloaded_setup() 
+@@ -4507,7 +4866,7 @@
  	if test "$fast_install" != no; then
  	  link_command="$finalize_var$compile_command$finalize_rpath"
  	  if test "$fast_install" = yes; then
@@ -7591,7 +7317,7 @@
  	  else
  	    # fast_install is set to needless
  	    relink_command=
-@@ -4544,14 +4929,14 @@ static const void *lt_preloaded_setup() 
+@@ -4544,14 +4903,14 @@
  	  fi
  	done
  	relink_command="(cd `pwd`; $relink_command)"
@@ -7611,7 +7337,7 @@
  	esac
  	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
        else
-@@ -4573,11 +4958,13 @@ static const void *lt_preloaded_setup() 
+@@ -4573,11 +4932,13 @@
  	  *) exeext= ;;
  	esac
  	case $host in
@@ -7630,7 +7356,7 @@
  
  	    cat > $cwrappersource <<EOF
  
-@@ -4586,7 +4973,7 @@ static const void *lt_preloaded_setup() 
+@@ -4586,7 +4947,7 @@
  
     The $output program cannot be directly executed until all the libtool
     libraries that it depends on are installed.
@@ -7639,7 +7365,7 @@
     This wrapper executable should never be moved out of the build directory.
     If it is, it will not operate correctly.
  
-@@ -4602,6 +4989,9 @@ EOF
+@@ -4602,6 +4963,9 @@
  #include <malloc.h>
  #include <stdarg.h>
  #include <assert.h>
@@ -7649,7 +7375,7 @@
  
  #if defined(PATH_MAX)
  # define LT_PATHMAX PATH_MAX
-@@ -4612,15 +5002,19 @@ EOF
+@@ -4612,15 +4976,19 @@
  #endif
  
  #ifndef DIR_SEPARATOR
@@ -7674,7 +7400,7 @@
  #endif
  
  #ifndef DIR_SEPARATOR_2
-@@ -4630,17 +5024,32 @@ EOF
+@@ -4630,17 +4998,32 @@
          (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
  #endif /* DIR_SEPARATOR_2 */
  
@@ -7709,7 +7435,7 @@
  char * strendzap(char *str, const char *pat);
  void lt_fatal (const char *message, ...);
  
-@@ -4649,30 +5058,52 @@ main (int argc, char *argv[])
+@@ -4649,30 +5032,52 @@
  {
    char **newargz;
    int i;
@@ -7771,7 +7497,7 @@
  }
  
  void *
-@@ -4685,59 +5116,159 @@ xmalloc (size_t num)
+@@ -4685,59 +5090,159 @@
    return p;
  }
  
@@ -7953,7 +7679,7 @@
  {
    size_t len, patlen;
  
-@@ -4757,7 +5288,7 @@ strendzap(char *str, const char *pat) 
+@@ -4757,7 +5262,7 @@
  }
  
  static void
@@ -7962,7 +7688,7 @@
            const char * message, va_list ap)
  {
    fprintf (stderr, "%s: %s: ", program_name, mode);
-@@ -4777,16 +5308,16 @@ lt_fatal (const char *message, ...)
+@@ -4777,16 +5282,16 @@
    va_end (ap);
  }
  EOF
@@ -7989,7 +7715,7 @@
  
  	$echo > $output "\
  #! $SHELL
-@@ -4805,9 +5336,23 @@ EOF
+@@ -4805,9 +5310,23 @@
  Xsed='${SED} -e 1s/^X//'
  sed_quote_subst='$sed_quote_subst'
  
@@ -8014,7 +7740,7 @@
  
  relink_command=\"$relink_command\"
  
-@@ -4886,7 +5431,7 @@ else
+@@ -4886,7 +5405,7 @@
        else
  	$echo \"\$relink_command_output\" >&2
  	$rm \"\$progdir/\$file\"
@@ -8023,7 +7749,7 @@
        fi
      fi
  
-@@ -4936,34 +5481,32 @@ else
+@@ -4936,34 +5455,32 @@
  	# Backslashes separate directories on plain windows
  	*-*-mingw | *-*-os2*)
  	  $echo >> $output "\
@@ -8065,7 +7791,7 @@
        ;;
      esac
  
-@@ -4986,78 +5529,78 @@ fi\
+@@ -4986,78 +5503,78 @@
  
        if test -n "$addlibs"; then
  	gentop="$output_objdir/${outputname}x"
@@ -8205,7 +7931,7 @@
  	else
  	  # the command line is too long to link in one step, link in parts
  	  $echo "using piecewise archive linking..."
-@@ -5066,31 +5609,18 @@ fi\
+@@ -5066,31 +5583,18 @@
  	  objlist=
  	  concat_cmds=
  	  save_oldobjs=$oldobjs
@@ -8240,7 +7966,7 @@
  	       test "$len" -le "$max_cmd_len"; then
  	      :
  	    else
-@@ -5098,7 +5628,7 @@ fi\
+@@ -5098,7 +5602,7 @@
  	      oldobjs=$objlist
  	      if test "$obj" = "$last_oldobj" ; then
  	        RANLIB=$save_RANLIB
@@ -8249,7 +7975,7 @@
  	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
  	      eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
  	      objlist=
-@@ -5109,12 +5639,13 @@ fi\
+@@ -5109,12 +5613,13 @@
  	  if test "X$oldobjs" = "X" ; then
  	    eval cmds=\"\$concat_cmds\"
  	  else
@@ -8264,7 +7990,7 @@
  	IFS="$save_ifs"
  	$show "$cmd"
  	$run eval "$cmd" || exit $?
-@@ -5146,11 +5677,13 @@ fi\
+@@ -5146,11 +5651,13 @@
  	fi
        done
        # Quote the link command for shipping.
@@ -8282,7 +8008,7 @@
        # Only create the output if not a dry run.
        if test -z "$run"; then
  	for installed in no yes; do
-@@ -5168,7 +5701,7 @@ fi\
+@@ -5168,7 +5675,7 @@
  		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
  		if test -z "$libdir"; then
  		  $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
@@ -8291,7 +8017,7 @@
  		fi
  		newdependency_libs="$newdependency_libs $libdir/$name"
  		;;
-@@ -5182,7 +5715,7 @@ fi\
+@@ -5182,7 +5689,7 @@
  	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
  	      if test -z "$libdir"; then
  		$echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
@@ -8300,7 +8026,7 @@
  	      fi
  	      newdlfiles="$newdlfiles $libdir/$name"
  	    done
-@@ -5193,11 +5726,30 @@ fi\
+@@ -5193,11 +5700,30 @@
  	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
  	      if test -z "$libdir"; then
  		$echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
@@ -8332,7 +8058,7 @@
  	  fi
  	  $rm $output
  	  # place dlname in correct position for cygwin
-@@ -5241,7 +5793,7 @@ dlpreopen='$dlprefiles'
+@@ -5241,7 +5767,7 @@
  
  # Directory that this library needs to be installed in:
  libdir='$install_libdir'"
@@ -8341,7 +8067,7 @@
  	    $echo >> $output "\
  relink_command=\"$relink_command\""
  	  fi
-@@ -5254,7 +5806,7 @@ relink_command=\"$relink_command\""
+@@ -5254,7 +5780,7 @@
        $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)' || exit $?
        ;;
      esac
@@ -8350,7 +8076,7 @@
      ;;
  
    # libtool install mode
-@@ -5265,11 +5817,11 @@ relink_command=\"$relink_command\""
+@@ -5265,11 +5791,11 @@
      # install_prog (especially on Windows NT).
      if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
         # Allow the use of GNU shtool's install command.
@@ -8364,7 +8090,7 @@
  	arg="\"$arg\""
  	;;
        esac
-@@ -5278,14 +5830,14 @@ relink_command=\"$relink_command\""
+@@ -5278,14 +5804,14 @@
        shift
      else
        install_prog=
@@ -8381,7 +8107,7 @@
        arg="\"$arg\""
        ;;
      esac
-@@ -5303,28 +5855,31 @@ relink_command=\"$relink_command\""
+@@ -5303,28 +5829,31 @@
      do
        if test -n "$dest"; then
  	files="$files $dest"
@@ -8421,7 +8147,7 @@
  	  continue
  	fi
  	;;
-@@ -5333,7 +5888,7 @@ relink_command=\"$relink_command\""
+@@ -5333,7 +5862,7 @@
        # Aesthetically quote the argument.
        arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
        case $arg in
@@ -8430,7 +8156,7 @@
  	arg="\"$arg\""
  	;;
        esac
-@@ -5343,13 +5898,13 @@ relink_command=\"$relink_command\""
+@@ -5343,13 +5872,13 @@
      if test -z "$install_prog"; then
        $echo "$modename: you must specify an install program" 1>&2
        $echo "$help" 1>&2
@@ -8446,7 +8172,7 @@
      fi
  
      if test -z "$files"; then
-@@ -5359,7 +5914,7 @@ relink_command=\"$relink_command\""
+@@ -5359,7 +5888,7 @@
  	$echo "$modename: you must specify a destination" 1>&2
        fi
        $echo "$help" 1>&2
@@ -8455,7 +8181,7 @@
      fi
  
      # Strip any trailing slash from the destination.
-@@ -5380,7 +5935,7 @@ relink_command=\"$relink_command\""
+@@ -5380,7 +5909,7 @@
        if test "$#" -gt 2; then
  	$echo "$modename: \`$dest' is not a directory" 1>&2
  	$echo "$help" 1>&2
@@ -8464,7 +8190,7 @@
        fi
      fi
      case $destdir in
-@@ -5392,7 +5947,7 @@ relink_command=\"$relink_command\""
+@@ -5392,7 +5921,7 @@
  	*)
  	  $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2
  	  $echo "$help" 1>&2
@@ -8473,7 +8199,7 @@
  	  ;;
  	esac
        done
-@@ -5421,7 +5976,7 @@ relink_command=\"$relink_command\""
+@@ -5421,7 +5950,7 @@
  	else
  	  $echo "$modename: \`$file' is not a valid libtool archive" 1>&2
  	  $echo "$help" 1>&2
@@ -8482,7 +8208,7 @@
  	fi
  
  	library_names=
-@@ -5463,14 +6018,14 @@ relink_command=\"$relink_command\""
+@@ -5463,14 +5992,14 @@
  	  # but it's something to keep an eye on.
  	  if test "$inst_prefix_dir" = "$destdir"; then
  	    $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
@@ -8500,7 +8226,7 @@
  	  fi
  
  	  $echo "$modename: warning: relinking \`$file'" 1>&2
-@@ -5478,7 +6033,7 @@ relink_command=\"$relink_command\""
+@@ -5478,7 +6007,7 @@
  	  if $run eval "$relink_command"; then :
  	  else
  	    $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
@@ -8509,7 +8235,7 @@
  	  fi
  	fi
  
-@@ -5502,23 +6057,36 @@ relink_command=\"$relink_command\""
+@@ -5502,23 +6031,36 @@
  
  	  if test "$#" -gt 0; then
  	    # Delete the old symlinks, and create new ones.
@@ -8550,7 +8276,7 @@
  	  done
  	  IFS="$save_ifs"
  	fi
-@@ -5556,7 +6124,7 @@ relink_command=\"$relink_command\""
+@@ -5556,7 +6098,7 @@
  	*)
  	  $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2
  	  $echo "$help" 1>&2
@@ -8559,7 +8285,7 @@
  	  ;;
  	esac
  
-@@ -5574,7 +6142,7 @@ relink_command=\"$relink_command\""
+@@ -5574,7 +6116,7 @@
  	  $show "$install_prog $staticobj $staticdest"
  	  $run eval "$install_prog \$staticobj \$staticdest" || exit $?
  	fi
@@ -8568,7 +8294,7 @@
  	;;
  
        *)
-@@ -5612,23 +6180,21 @@ relink_command=\"$relink_command\""
+@@ -5612,23 +6154,21 @@
  	  notinst_deplibs=
  	  relink_command=
  
@@ -8601,7 +8327,7 @@
  	  fi
  
  	  finalize=yes
-@@ -5650,34 +6216,25 @@ relink_command=\"$relink_command\""
+@@ -5650,34 +6190,25 @@
  	  done
  
  	  relink_command=
@@ -8646,7 +8372,7 @@
  
  	      $show "$relink_command"
  	      if $run eval "$relink_command"; then :
-@@ -5697,7 +6254,7 @@ relink_command=\"$relink_command\""
+@@ -5697,7 +6228,7 @@
  	fi
  
  	# remove .exe since cygwin /usr/bin/install will append another
@@ -8655,7 +8381,7 @@
  	case $install_prog,$host in
  	*/usr/bin/install*,*cygwin*)
  	  case $file:$destfile in
-@@ -5729,16 +6286,17 @@ relink_command=\"$relink_command\""
+@@ -5729,16 +6260,17 @@
        $show "$install_prog $file $oldlib"
        $run eval "$install_prog \$file \$oldlib" || exit $?
  
@@ -8675,7 +8401,7 @@
  	$show "$cmd"
  	$run eval "$cmd" || exit $?
        done
-@@ -5752,9 +6310,9 @@ relink_command=\"$relink_command\""
+@@ -5752,9 +6284,9 @@
      if test -n "$current_libdirs"; then
        # Maybe just do a dry run.
        test -n "$run" && current_libdirs=" -n$current_libdirs"
@@ -8687,7 +8413,7 @@
      fi
      ;;
  
-@@ -5773,10 +6331,11 @@ relink_command=\"$relink_command\""
+@@ -5773,10 +6305,11 @@
        for libdir in $libdirs; do
  	if test -n "$finish_cmds"; then
  	  # Do each command in the finish commands.
@@ -8700,7 +8426,7 @@
  	    $show "$cmd"
  	    $run eval "$cmd" || admincmds="$admincmds
         $cmd"
-@@ -5793,9 +6352,9 @@ relink_command=\"$relink_command\""
+@@ -5793,9 +6326,9 @@
      fi
  
      # Exit here if they wanted silent mode.
@@ -8712,7 +8438,7 @@
      $echo "Libraries have been installed in:"
      for libdir in $libdirs; do
        $echo "   $libdir"
-@@ -5828,8 +6387,8 @@ relink_command=\"$relink_command\""
+@@ -5828,8 +6361,8 @@
      $echo
      $echo "See any operating system documentation about shared libraries for"
      $echo "more information, such as the ld(1) and ld.so(8) manual pages."
@@ -8723,7 +8449,7 @@
      ;;
  
    # libtool execute mode
-@@ -5841,7 +6400,7 @@ relink_command=\"$relink_command\""
+@@ -5841,7 +6374,7 @@
      if test -z "$cmd"; then
        $echo "$modename: you must specify a COMMAND" 1>&2
        $echo "$help"
@@ -8732,7 +8458,7 @@
      fi
  
      # Handle -dlopen flags immediately.
-@@ -5849,7 +6408,7 @@ relink_command=\"$relink_command\""
+@@ -5849,7 +6382,7 @@
        if test ! -f "$file"; then
  	$echo "$modename: \`$file' is not a file" 1>&2
  	$echo "$help" 1>&2
@@ -8741,7 +8467,7 @@
        fi
  
        dir=
-@@ -5860,7 +6419,7 @@ relink_command=\"$relink_command\""
+@@ -5860,7 +6393,7 @@
  	else
  	  $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
  	  $echo "$help" 1>&2
@@ -8750,7 +8476,7 @@
  	fi
  
  	# Read the libtool library.
-@@ -5886,8 +6445,10 @@ relink_command=\"$relink_command\""
+@@ -5886,8 +6419,10 @@
  	if test -f "$dir/$objdir/$dlname"; then
  	  dir="$dir/$objdir"
  	else
@@ -8763,7 +8489,7 @@
  	fi
  	;;
  
-@@ -5951,12 +6512,12 @@ relink_command=\"$relink_command\""
+@@ -5951,12 +6486,12 @@
        fi
  
        # Restore saved environment variables
@@ -8773,7 +8499,7 @@
 -      if test "${save_LANG+set}" = set; then
 -	LANG="$save_LANG"; export LANG
 -      fi
-+      for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
++      for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
 +      do
 +	eval "if test \"\${save_$lt_var+set}\" = set; then
 +		$lt_var=\$save_$lt_var; export $lt_var
@@ -8782,7 +8508,7 @@
  
        # Now prepare to actually exec the command.
        exec_cmd="\$cmd$args"
-@@ -5967,7 +6528,7 @@ relink_command=\"$relink_command\""
+@@ -5967,7 +6502,7 @@
  	$echo "export $shlibpath_var"
        fi
        $echo "$cmd$args"
@@ -8791,7 +8517,7 @@
      fi
      ;;
  
-@@ -5995,7 +6556,7 @@ relink_command=\"$relink_command\""
+@@ -5995,7 +6530,7 @@
      if test -z "$rm"; then
        $echo "$modename: you must specify an RM program" 1>&2
        $echo "$help" 1>&2
@@ -8800,7 +8526,7 @@
      fi
  
      rmdirs=
-@@ -6045,15 +6606,24 @@ relink_command=\"$relink_command\""
+@@ -6045,15 +6580,24 @@
  	    rmfiles="$rmfiles $objdir/$n"
  	  done
  	  test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library"
@@ -8828,7 +8554,7 @@
  		$show "$cmd"
  		$run eval "$cmd"
  		if test "$?" -ne 0 && test "$rmforce" != yes; then
-@@ -6065,10 +6635,11 @@ relink_command=\"$relink_command\""
+@@ -6065,10 +6609,11 @@
  
  	    if test -n "$old_library"; then
  	      # Do each command in the old_postuninstall commands.
@@ -8841,7 +8567,7 @@
  		$show "$cmd"
  		$run eval "$cmd"
  		if test "$?" -ne 0 && test "$rmforce" != yes; then
-@@ -6078,7 +6649,8 @@ relink_command=\"$relink_command\""
+@@ -6078,7 +6623,8 @@
  	      IFS="$save_ifs"
  	    fi
  	    # FIXME: should reinstall the best remaining shared library.
@@ -8851,7 +8577,7 @@
  	fi
  	;;
  
-@@ -6107,7 +6679,7 @@ relink_command=\"$relink_command\""
+@@ -6107,7 +6653,7 @@
  	if test "$mode" = clean ; then
  	  noexename=$name
  	  case $file in
@@ -8860,7 +8586,7 @@
  	    file=`$echo $file|${SED} 's,.exe$,,'`
  	    noexename=`$echo $name|${SED} 's,.exe$,,'`
  	    # $file with .exe has already been added to rmfiles,
-@@ -6152,20 +6724,20 @@ relink_command=\"$relink_command\""
+@@ -6152,20 +6698,20 @@
    "")
      $echo "$modename: you must specify a MODE" 1>&2
      $echo "$generic_help" 1>&2
@@ -8884,7 +8610,7 @@
  fi
  
  # We need to display help for each of the modes.
-@@ -6201,7 +6773,7 @@ MODE-ARGS vary depending on the MODE.  T
+@@ -6201,7 +6747,7 @@
  a more detailed description of MODE.
  
  Report bugs to <bug-libtool@gnu.org>."
@@ -8893,7 +8619,7 @@
    ;;
  
  clean)
-@@ -6302,9 +6874,9 @@ The following components of LINK-COMMAND
+@@ -6302,9 +6848,9 @@
    -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
    -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
    -export-symbols SYMFILE
@@ -8905,7 +8631,7 @@
    -LLIBDIR          search LIBDIR for required installed libraries
    -lNAME            OUTPUT-FILE requires the installed library libNAME
    -module           build a library that can dlopened
-@@ -6313,12 +6885,16 @@ The following components of LINK-COMMAND
+@@ -6313,12 +6859,16 @@
    -no-undefined     declare that a library does not refer to external symbols
    -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects
    -objectlist FILE  Use a list of object files found in FILE to specify objects
@@ -8924,7 +8650,7 @@
  
  All other options (arguments beginning with \`-') are ignored.
  
-@@ -6354,14 +6930,14 @@ Otherwise, only FILE itself is deleted u
+@@ -6354,14 +6904,14 @@
  *)
    $echo "$modename: invalid operation mode \`$mode'" 1>&2
    $echo "$help" 1>&2
@@ -8941,7 +8667,7 @@
  
  # The TAGs below are defined such that we never get into a situation
  # in which we disable both kinds of libraries.  Given conflicting
-@@ -6375,12 +6951,11 @@ exit 0
+@@ -6375,12 +6925,11 @@
  # configuration.  But we'll never go from static-only to shared-only.
  
  # ### BEGIN LIBTOOL TAG CONFIG: disable-shared
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/common/04_am_maintainer_mode.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/common/04_am_maintainer_mode.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/common/04_am_maintainer_mode.diff	2010-08-07 07:10:42.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/common/04_am_maintainer_mode.diff	2010-10-15 13:37:11.000000000 +0100
@@ -1,6 +1,6 @@
 --- a/admin/configure.in.min
 +++ b/admin/configure.in.min
-@@ -38,6 +38,8 @@ AC_ARG_PROGRAM
+@@ -38,6 +38,8 @@
  dnl Automake doc recommends to do this only here. (Janos)
  AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
  
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/common/05_pedantic-errors.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/common/05_pedantic-errors.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/common/05_pedantic-errors.diff	2010-08-07 07:10:42.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/common/05_pedantic-errors.diff	2010-10-15 13:37:11.000000000 +0100
@@ -1,6 +1,6 @@
 --- a/admin/acinclude.m4.in
 +++ b/admin/acinclude.m4.in
-@@ -2168,9 +2168,6 @@ AC_LANG_CPLUSPLUS
+@@ -2144,9 +2144,6 @@
  save_CXXFLAGS="$CXXFLAGS"
  kde_safe_LIBS="$LIBS"
  LIBS="$LIBS $X_EXTRA_LIBS"
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/common/06_disable_no_undefined.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/common/06_disable_no_undefined.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/common/06_disable_no_undefined.diff	2010-08-07 07:10:42.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/common/06_disable_no_undefined.diff	2010-10-15 13:37:11.000000000 +0100
@@ -1,6 +1,6 @@
 --- a/admin/acinclude.m4.in
 +++ b/admin/acinclude.m4.in
-@@ -1713,15 +1713,6 @@ AC_DEFUN([KDE_CHECK_CLOSURE],
+@@ -1689,15 +1689,6 @@
         KDE_USE_CLOSURE_TRUE="#"
         KDE_USE_CLOSURE_FALSE=""
         KDE_NO_UNDEFINED=""
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/common/kde.pot 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/common/kde.pot
--- 4:3.5.10.dfsg.1-5/debian/patches/common/kde.pot	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/common/kde.pot	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,1094 @@
+# SOME DESCRIPTIVE TITLE.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2005-11-25 22:02+0000\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: ENCODING\n"
+
+#: common_texts.cpp:24
+msgid "Configure"
+msgstr ""
+
+#: common_texts.cpp:25
+msgid "&Configure"
+msgstr ""
+
+#: common_texts.cpp:26
+msgid "Configuration"
+msgstr ""
+
+#: common_texts.cpp:27
+msgid "Modify"
+msgstr ""
+
+#: common_texts.cpp:28
+msgid "&Modify"
+msgstr ""
+
+#: common_texts.cpp:29
+msgid "Align"
+msgstr ""
+
+#: common_texts.cpp:30
+msgid "Page"
+msgstr ""
+
+#: common_texts.cpp:31
+msgid "Border"
+msgstr ""
+
+#: common_texts.cpp:32
+msgid "Orientation"
+msgstr ""
+
+#: common_texts.cpp:33
+msgid "Width"
+msgstr ""
+
+#: common_texts.cpp:34
+msgid "&Width"
+msgstr ""
+
+#: common_texts.cpp:35
+msgid "Height"
+msgstr ""
+
+#: common_texts.cpp:36
+msgid "&Height"
+msgstr ""
+
+#: common_texts.cpp:37
+msgid "Spacing"
+msgstr ""
+
+#: common_texts.cpp:38
+msgid "Horizontal"
+msgstr ""
+
+#: common_texts.cpp:39
+msgid "Vertical"
+msgstr ""
+
+#: common_texts.cpp:40
+msgid "Right"
+msgstr ""
+
+#: common_texts.cpp:41
+msgid "Left"
+msgstr ""
+
+#: common_texts.cpp:42
+msgid "Center"
+msgstr ""
+
+#: common_texts.cpp:43
+msgid "Top"
+msgstr ""
+
+#: common_texts.cpp:44
+msgid "Bottom"
+msgstr ""
+
+#: common_texts.cpp:45
+msgid "&Bottom"
+msgstr ""
+
+#: common_texts.cpp:46
+msgid "Move"
+msgstr ""
+
+#: common_texts.cpp:47
+msgid "Select All"
+msgstr ""
+
+#: common_texts.cpp:48
+msgid "Delete All"
+msgstr ""
+
+#: common_texts.cpp:49
+msgid "Clear All"
+msgstr ""
+
+#: common_texts.cpp:50
+msgid "Export"
+msgstr ""
+
+#: common_texts.cpp:51
+msgid "Import"
+msgstr ""
+
+#: common_texts.cpp:52
+msgid "Zoom"
+msgstr ""
+
+#: common_texts.cpp:53
+msgid "&Zoom"
+msgstr ""
+
+#: common_texts.cpp:54
+msgid "Error"
+msgstr ""
+
+#: common_texts.cpp:55
+msgid "Malformed URL"
+msgstr ""
+
+#: common_texts.cpp:56
+msgid "Charset:"
+msgstr ""
+
+#: common_texts.cpp:57
+msgid "Yes"
+msgstr ""
+
+#: common_texts.cpp:58
+msgid "No"
+msgstr ""
+
+#: common_texts.cpp:59
+msgid "Warning"
+msgstr ""
+
+#: common_texts.cpp:60
+msgid "Save a file"
+msgstr ""
+
+#: common_texts.cpp:61
+msgid "Contents"
+msgstr ""
+
+#: common_texts.cpp:62
+msgid "About"
+msgstr ""
+
+#: common_texts.cpp:63 common_texts.cpp:176
+msgid "&About"
+msgstr ""
+
+#: common_texts.cpp:64
+msgid "A&bout"
+msgstr ""
+
+#: common_texts.cpp:65
+msgid "Untitled"
+msgstr ""
+
+#: common_texts.cpp:66
+msgid "OK"
+msgstr ""
+
+#: common_texts.cpp:67
+msgid "&OK"
+msgstr ""
+
+#: common_texts.cpp:68
+msgid "On"
+msgstr ""
+
+#: common_texts.cpp:69
+msgid "Off"
+msgstr ""
+
+#: common_texts.cpp:70
+msgid "Cancel"
+msgstr ""
+
+#: common_texts.cpp:71
+msgid "&Cancel"
+msgstr ""
+
+#: common_texts.cpp:72
+msgid "Apply"
+msgstr ""
+
+#: common_texts.cpp:73
+msgid "&Apply"
+msgstr ""
+
+#: common_texts.cpp:74
+msgid "File"
+msgstr ""
+
+#: common_texts.cpp:75
+msgid "&Discard"
+msgstr ""
+
+#: common_texts.cpp:76
+msgid "Discard"
+msgstr ""
+
+#: common_texts.cpp:77
+msgid "&File"
+msgstr ""
+
+#: common_texts.cpp:78
+msgid "Help"
+msgstr ""
+
+#: common_texts.cpp:79
+msgid "&Help"
+msgstr ""
+
+#: common_texts.cpp:80
+msgid "Edit"
+msgstr ""
+
+#: common_texts.cpp:81
+msgid "&Edit"
+msgstr ""
+
+#: common_texts.cpp:82
+msgid "&Options"
+msgstr ""
+
+#: common_texts.cpp:83
+msgid "View"
+msgstr ""
+
+#: common_texts.cpp:84
+msgid "&View"
+msgstr ""
+
+#: common_texts.cpp:85
+msgid "E&xit"
+msgstr ""
+
+#: common_texts.cpp:86
+msgid "Quit"
+msgstr ""
+
+#: common_texts.cpp:87
+msgid "&Quit"
+msgstr ""
+
+#: common_texts.cpp:88
+msgid "Reload"
+msgstr ""
+
+#: common_texts.cpp:89
+msgid "Back"
+msgstr ""
+
+#: common_texts.cpp:90
+msgid "Copy"
+msgstr ""
+
+#: common_texts.cpp:91
+msgid "&Copy"
+msgstr ""
+
+#: common_texts.cpp:92
+msgid "Paste"
+msgstr ""
+
+#: common_texts.cpp:93
+msgid "&Paste"
+msgstr ""
+
+#: common_texts.cpp:94
+msgid "&New Window..."
+msgstr ""
+
+#: common_texts.cpp:95
+msgid "New &Window..."
+msgstr ""
+
+#: common_texts.cpp:96
+msgid "&New Window"
+msgstr ""
+
+#: common_texts.cpp:97
+msgid "New Game"
+msgstr ""
+
+#: common_texts.cpp:98
+msgid "&New Game"
+msgstr ""
+
+#: common_texts.cpp:99
+msgid "Open"
+msgstr ""
+
+#: common_texts.cpp:100
+msgid "Open a File"
+msgstr ""
+
+#: common_texts.cpp:101
+msgid "Open..."
+msgstr ""
+
+#: common_texts.cpp:102
+msgid "&Open..."
+msgstr ""
+
+#: common_texts.cpp:103
+msgid "Cut"
+msgstr ""
+
+#: common_texts.cpp:104
+msgid "&Cut"
+msgstr ""
+
+#: common_texts.cpp:105
+msgid "C&ut"
+msgstr ""
+
+#: common_texts.cpp:106
+msgid "Font"
+msgstr ""
+
+#: common_texts.cpp:107
+msgid "&Foreground Color"
+msgstr ""
+
+#: common_texts.cpp:108
+msgid "&Background Color"
+msgstr ""
+
+#: common_texts.cpp:109
+msgid "Save"
+msgstr ""
+
+#: common_texts.cpp:110
+msgid "&Save"
+msgstr ""
+
+#: common_texts.cpp:111
+msgid "Save As"
+msgstr ""
+
+#: common_texts.cpp:112
+msgid "Save As..."
+msgstr ""
+
+#: common_texts.cpp:113
+msgid "S&ave As..."
+msgstr ""
+
+#: common_texts.cpp:114
+msgid "Close"
+msgstr ""
+
+#: common_texts.cpp:115
+msgid "&Close"
+msgstr ""
+
+#: common_texts.cpp:116
+msgid "&Print..."
+msgstr ""
+
+#: common_texts.cpp:117
+msgid "Sorry"
+msgstr ""
+
+#: common_texts.cpp:118
+msgid "Options"
+msgstr ""
+
+#: common_texts.cpp:119
+msgid "Remove"
+msgstr ""
+
+#: common_texts.cpp:120
+msgid "Add"
+msgstr ""
+
+#: common_texts.cpp:121
+msgid "Change"
+msgstr ""
+
+#: common_texts.cpp:122
+msgid "Delete"
+msgstr ""
+
+#: common_texts.cpp:123
+msgid "&Delete"
+msgstr ""
+
+#: common_texts.cpp:124
+msgid "Clear"
+msgstr ""
+
+#: common_texts.cpp:125
+msgid "Italic"
+msgstr ""
+
+#: common_texts.cpp:126
+msgid "Roman"
+msgstr ""
+
+#: common_texts.cpp:127
+msgid "Undo"
+msgstr ""
+
+#: common_texts.cpp:128
+msgid "&Undo"
+msgstr ""
+
+#: common_texts.cpp:129
+msgid "Redo"
+msgstr ""
+
+#: common_texts.cpp:130
+msgid "&Redo"
+msgstr ""
+
+#: common_texts.cpp:131
+msgid "&Game"
+msgstr ""
+
+#: common_texts.cpp:132
+msgid "Information"
+msgstr ""
+
+#: common_texts.cpp:133
+msgid "Portrait"
+msgstr ""
+
+#: common_texts.cpp:134
+msgid "Landscape"
+msgstr ""
+
+#: common_texts.cpp:135
+msgid "locally connected"
+msgstr ""
+
+#: common_texts.cpp:136
+msgid "Browse..."
+msgstr ""
+
+#: common_texts.cpp:137
+msgid "Stop"
+msgstr ""
+
+#: common_texts.cpp:138
+msgid "&Remove"
+msgstr ""
+
+#: common_texts.cpp:139
+msgid "&Properties..."
+msgstr ""
+
+#: common_texts.cpp:140
+msgid "Properties"
+msgstr ""
+
+#: common_texts.cpp:141
+msgid "&Start"
+msgstr ""
+
+#: common_texts.cpp:142
+msgid "St&op"
+msgstr ""
+
+#: common_texts.cpp:143
+msgid "Miscellaneous"
+msgstr ""
+
+#: common_texts.cpp:144
+msgid "Font Size"
+msgstr ""
+
+#: common_texts.cpp:145
+msgid "Fonts"
+msgstr ""
+
+#: common_texts.cpp:146
+msgid "&Fonts"
+msgstr ""
+
+#: common_texts.cpp:147
+msgid "&Reload"
+msgstr ""
+
+#: common_texts.cpp:148
+msgid "Files"
+msgstr ""
+
+#: common_texts.cpp:149
+msgid "Continue"
+msgstr ""
+
+#: common_texts.cpp:150
+msgid "Restore"
+msgstr ""
+
+#: common_texts.cpp:151
+msgid "Appearance"
+msgstr ""
+
+#: common_texts.cpp:152
+msgid "Print"
+msgstr ""
+
+#: common_texts.cpp:153
+msgid "Monday"
+msgstr ""
+
+#: common_texts.cpp:154
+msgid "Tuesday"
+msgstr ""
+
+#: common_texts.cpp:155
+msgid "Wednesday"
+msgstr ""
+
+#: common_texts.cpp:156
+msgid "Thursday"
+msgstr ""
+
+#: common_texts.cpp:157
+msgid "Friday"
+msgstr ""
+
+#: common_texts.cpp:158
+msgid "Saturday"
+msgstr ""
+
+#: common_texts.cpp:159
+msgid "Sunday"
+msgstr ""
+
+#: common_texts.cpp:160
+msgid "&Update"
+msgstr ""
+
+#: common_texts.cpp:163
+msgid "Highscore"
+msgstr ""
+
+#: common_texts.cpp:164
+msgid "&New View"
+msgstr ""
+
+#: common_texts.cpp:165
+msgid "&Insert"
+msgstr ""
+
+#: common_texts.cpp:168
+msgid ""
+"_: Opposite to Previous\n"
+"&Next"
+msgstr ""
+
+#: common_texts.cpp:169
+msgid "&Previous"
+msgstr ""
+
+#: common_texts.cpp:170
+msgid "Replace"
+msgstr ""
+
+#: common_texts.cpp:171
+msgid "&Replace..."
+msgstr ""
+
+#: common_texts.cpp:172
+msgid "Insert"
+msgstr ""
+
+#: common_texts.cpp:173
+msgid "Default"
+msgstr ""
+
+#: common_texts.cpp:174
+msgid "&Defaults"
+msgstr ""
+
+#: common_texts.cpp:175
+msgid "&Contents"
+msgstr ""
+
+#: common_texts.cpp:177
+msgid "Open Recent"
+msgstr ""
+
+#: common_texts.cpp:178
+msgid "Open &Recent"
+msgstr ""
+
+#: common_texts.cpp:179
+msgid "&Find..."
+msgstr ""
+
+#: common_texts.cpp:180
+msgid "Find &Next"
+msgstr ""
+
+#: common_texts.cpp:181
+msgid "Bookmarks"
+msgstr ""
+
+#: common_texts.cpp:182
+msgid "&Bookmarks"
+msgstr ""
+
+#: common_texts.cpp:183
+msgid "&Add Bookmark"
+msgstr ""
+
+#: common_texts.cpp:184
+msgid "&Edit Bookmarks..."
+msgstr ""
+
+#: common_texts.cpp:185
+msgid "&Tools"
+msgstr ""
+
+#: common_texts.cpp:186
+msgid "&Spelling..."
+msgstr ""
+
+#: common_texts.cpp:187
+msgid "Show &Menubar"
+msgstr ""
+
+#: common_texts.cpp:188
+msgid "Show &Toolbar"
+msgstr ""
+
+#: common_texts.cpp:189
+msgid "Show &Statusbar"
+msgstr ""
+
+#: common_texts.cpp:190
+msgid "Configure &Key Bindings..."
+msgstr ""
+
+#: common_texts.cpp:191
+msgid "&Preferences..."
+msgstr ""
+
+#: common_texts.cpp:192
+msgid "&Settings"
+msgstr ""
+
+#: common_texts.cpp:193
+msgid "Do not show this message again"
+msgstr ""
+
+#: common_texts.cpp:194
+msgid ""
+"_: QAccel\n"
+"Escape"
+msgstr ""
+
+#: common_texts.cpp:195
+msgid ""
+"_: QAccel\n"
+"Tab"
+msgstr ""
+
+#: common_texts.cpp:196
+msgid ""
+"_: QAccel\n"
+"Backtab"
+msgstr ""
+
+#: common_texts.cpp:197
+msgid ""
+"_: QAccel\n"
+"Backspace"
+msgstr ""
+
+#: common_texts.cpp:198
+msgid ""
+"_: QAccel\n"
+"Return"
+msgstr ""
+
+#: common_texts.cpp:199
+msgid ""
+"_: QAccel\n"
+"Enter"
+msgstr ""
+
+#: common_texts.cpp:200
+msgid ""
+"_: QAccel\n"
+"Insert"
+msgstr ""
+
+#: common_texts.cpp:201
+msgid ""
+"_: QAccel\n"
+"Delete"
+msgstr ""
+
+#: common_texts.cpp:202
+msgid ""
+"_: QAccel\n"
+"Pause"
+msgstr ""
+
+#: common_texts.cpp:203
+msgid ""
+"_: QAccel\n"
+"Print"
+msgstr ""
+
+#: common_texts.cpp:204
+msgid ""
+"_: QAccel\n"
+"SysReq"
+msgstr ""
+
+#: common_texts.cpp:205
+msgid ""
+"_: QAccel\n"
+"Home"
+msgstr ""
+
+#: common_texts.cpp:206
+msgid ""
+"_: QAccel\n"
+"End"
+msgstr ""
+
+#: common_texts.cpp:207
+msgid ""
+"_: QAccel\n"
+"Left"
+msgstr ""
+
+#: common_texts.cpp:208
+msgid ""
+"_: QAccel\n"
+"Up"
+msgstr ""
+
+#: common_texts.cpp:209
+msgid ""
+"_: QAccel\n"
+"Right"
+msgstr ""
+
+#: common_texts.cpp:210
+msgid ""
+"_: QAccel\n"
+"Down"
+msgstr ""
+
+#: common_texts.cpp:211
+msgid ""
+"_: QAccel\n"
+"Prior"
+msgstr ""
+
+#: common_texts.cpp:212
+msgid ""
+"_: QAccel\n"
+"Next"
+msgstr ""
+
+#: common_texts.cpp:213
+msgid ""
+"_: QAccel\n"
+"Shift"
+msgstr ""
+
+#: common_texts.cpp:214
+msgid ""
+"_: QAccel\n"
+"Control"
+msgstr ""
+
+#: common_texts.cpp:215
+msgid ""
+"_: QAccel\n"
+"Meta"
+msgstr ""
+
+#: common_texts.cpp:216
+msgid ""
+"_: QAccel\n"
+"Alt"
+msgstr ""
+
+#: common_texts.cpp:217
+msgid ""
+"_: QAccel\n"
+"CapsLock"
+msgstr ""
+
+#: common_texts.cpp:218
+msgid ""
+"_: QAccel\n"
+"NumLock"
+msgstr ""
+
+#: common_texts.cpp:219
+msgid ""
+"_: QAccel\n"
+"ScrollLock"
+msgstr ""
+
+#: common_texts.cpp:220
+msgid ""
+"_: QAccel\n"
+"Space"
+msgstr ""
+
+#: common_texts.cpp:221
+msgid ""
+"_: QAccel\n"
+"ParenLeft"
+msgstr ""
+
+#: common_texts.cpp:222
+msgid ""
+"_: QAccel\n"
+"ParenRight"
+msgstr ""
+
+#: common_texts.cpp:223
+msgid ""
+"_: QAccel\n"
+"Asterisk"
+msgstr ""
+
+#: common_texts.cpp:224
+msgid ""
+"_: QAccel\n"
+"Plus"
+msgstr ""
+
+#: common_texts.cpp:225
+msgid ""
+"_: QAccel\n"
+"Comma"
+msgstr ""
+
+#: common_texts.cpp:226
+msgid ""
+"_: QAccel\n"
+"Minus"
+msgstr ""
+
+#: common_texts.cpp:227
+msgid ""
+"_: QAccel\n"
+"Period"
+msgstr ""
+
+#: common_texts.cpp:228
+msgid ""
+"_: QAccel\n"
+"Slash"
+msgstr ""
+
+#: common_texts.cpp:229
+msgid ""
+"_: QAccel\n"
+"Colon"
+msgstr ""
+
+#: common_texts.cpp:230
+msgid ""
+"_: QAccel\n"
+"Semicolon"
+msgstr ""
+
+#: common_texts.cpp:231
+msgid ""
+"_: QAccel\n"
+"Less"
+msgstr ""
+
+#: common_texts.cpp:232
+msgid ""
+"_: QAccel\n"
+"Equal"
+msgstr ""
+
+#: common_texts.cpp:233
+msgid ""
+"_: QAccel\n"
+"Greater"
+msgstr ""
+
+#: common_texts.cpp:234
+msgid ""
+"_: QAccel\n"
+"Question"
+msgstr ""
+
+#: common_texts.cpp:235
+msgid ""
+"_: QAccel\n"
+"BracketLeft"
+msgstr ""
+
+#: common_texts.cpp:236
+msgid ""
+"_: QAccel\n"
+"Backslash"
+msgstr ""
+
+#: common_texts.cpp:237
+msgid ""
+"_: QAccel\n"
+"BracketRight"
+msgstr ""
+
+#: common_texts.cpp:238
+msgid ""
+"_: QAccel\n"
+"AsciiCircum"
+msgstr ""
+
+#: common_texts.cpp:239
+msgid ""
+"_: QAccel\n"
+"Underscore"
+msgstr ""
+
+#: common_texts.cpp:240
+msgid ""
+"_: QAccel\n"
+"QuoteLeft"
+msgstr ""
+
+#: common_texts.cpp:241
+msgid ""
+"_: QAccel\n"
+"BraceLeft"
+msgstr ""
+
+#: common_texts.cpp:242
+msgid ""
+"_: QAccel\n"
+"BraceRight"
+msgstr ""
+
+#: common_texts.cpp:243
+msgid ""
+"_: QAccel\n"
+"AsciiTilde"
+msgstr ""
+
+#: common_texts.cpp:244
+msgid ""
+"_: QAccel\n"
+"PgUp"
+msgstr ""
+
+#: common_texts.cpp:245
+msgid ""
+"_: QAccel\n"
+"PgDown"
+msgstr ""
+
+#: common_texts.cpp:246
+msgid ""
+"_: QAccel\n"
+"Apostrophe"
+msgstr ""
+
+#: common_texts.cpp:247
+msgid ""
+"_: QAccel\n"
+"Ampersand"
+msgstr ""
+
+#: common_texts.cpp:248
+msgid ""
+"_: QAccel\n"
+"Exclam"
+msgstr ""
+
+#: common_texts.cpp:249
+msgid ""
+"_: QAccel\n"
+"Dollar"
+msgstr ""
+
+#: common_texts.cpp:250
+msgid ""
+"_: QAccel\n"
+"Percent"
+msgstr ""
+
+#: common_texts.cpp:251
+msgid ""
+"_: QAccel\n"
+"Menu"
+msgstr ""
+
+#: common_texts.cpp:252
+msgid ""
+"_: QAccel\n"
+"Help"
+msgstr ""
+
+#: common_texts.cpp:253
+msgid ""
+"_: QAccel\n"
+"NumberSign"
+msgstr ""
+
+#: common_texts.cpp:254
+msgid "Main Toolbar"
+msgstr ""
+
+#: common_texts.cpp:257 common_texts.cpp:261
+msgid ""
+"_: font style\n"
+"Demi-bold"
+msgstr ""
+
+#: common_texts.cpp:258
+msgid ""
+"_: font style\n"
+"Light"
+msgstr ""
+
+#: common_texts.cpp:259
+msgid ""
+"_: font style\n"
+"Light Italic"
+msgstr ""
+
+#: common_texts.cpp:260 common_texts.cpp:262
+msgid ""
+"_: font style\n"
+"Demi-bold Italic"
+msgstr ""
+
+#: common_texts.cpp:263
+msgid ""
+"_: font style\n"
+"Oblique"
+msgstr ""
+
+#: common_texts.cpp:264
+msgid ""
+"_: font style\n"
+"Book"
+msgstr ""
+
+#: common_texts.cpp:265
+msgid ""
+"_: font style\n"
+"Book Oblique"
+msgstr ""
+
+#: common_texts.cpp:268
+msgid ""
+"_: window operation\n"
+"Sticky"
+msgstr ""
+
+#: common_texts.cpp:269
+msgid ""
+"_: window operation\n"
+"Un-Sticky"
+msgstr ""
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/common/kubuntu_01_kdepot.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/common/kubuntu_01_kdepot.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/common/kubuntu_01_kdepot.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/common/kubuntu_01_kdepot.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,26 @@
+--- kde/admin/cvs.sh	2005-11-19 09:19:55.000000000 +0000
++++ kde/admin/cvs.sh	2005-11-25 22:08:37.000000000 +0000
+@@ -537,6 +537,8 @@
+ if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi
+ export EXTRACTRC PREPARETIPS
+ 
++kdepotpath=`pwd`/debian/patches/common/kde.pot
++
+ for subdir in $dirs; do
+   test -z "$VERBOSE" || echo "Making messages in $subdir"
+   (cd $subdir
+@@ -554,10 +556,10 @@
+    fi
+    perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
+ 
+-   kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+-   if ! test -f $kdepotpath; then
+-	kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+-   fi
++#   kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
++#   if ! test -f $kdepotpath; then
++#	kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
++#   fi
+ 
+    $MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \
+ 	XGETTEXT="${XGETTEXT:-xgettext} --foreign-user -C -ci18n -ki18n -ktr2i18n -kI18N_NOOP -kI18N_NOOP2 -kaliasLocale -x $kdepotpath" messages
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/debian-changes-4:3.5.10.dfsg.1-5ubuntu2 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/debian-changes-4:3.5.10.dfsg.1-5ubuntu2
--- 4:3.5.10.dfsg.1-5/debian/patches/debian-changes-4:3.5.10.dfsg.1-5ubuntu2	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/debian-changes-4:3.5.10.dfsg.1-5ubuntu2	2011-04-02 22:32:14.000000000 +0100
@@ -0,0 +1,16267 @@
+Description: Upstream changes introduced in version 4:3.5.10.dfsg.1-5ubuntu2
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ kdelibs (4:3.5.10.dfsg.1-5ubuntu2) natty; urgency=low
+ .
+   * debian/rules: clean the dependency_libs out of .la files at build
+     time, per Policy 10.2
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Steve Langasek <steve.langasek@ubuntu.com>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- /dev/null
++++ kdelibs-3.5.10.dfsg.1/files
+@@ -0,0 +1,2122 @@
++./common_texts.cpp
++./_translatorinfo.cpp
++./kinit/kstartupconfig.cpp
++./kinit/kioslave.cpp
++./kinit/setproctitle.cpp
++./kinit/klauncher_main.cpp
++./kinit/klauncher.cpp
++./kinit/autostart.cpp
++./kinit/kinit.cpp
++./kinit/kdostartupconfig.cpp
++./dnssd/query.cpp
++./dnssd/remoteservice.cpp
++./dnssd/servicebase.cpp
++./dnssd/servicebrowser.cpp
++./dnssd/domainbrowser.cpp
++./dnssd/publicservice.cpp
++./dnssd/responder.cpp
++./interfaces/ktexteditor/popupmenuinterface.cpp
++./interfaces/ktexteditor/undodcopinterface.cpp
++./interfaces/ktexteditor/editdcopinterface.cpp
++./interfaces/ktexteditor/viewcursordcopinterface.cpp
++./interfaces/ktexteditor/editorchooser.cpp
++./interfaces/ktexteditor/searchdcopinterface.cpp
++./interfaces/ktexteditor/texthintinterface.cpp
++./interfaces/ktexteditor/documentinfo.cpp
++./interfaces/ktexteditor/cursorinterface.cpp
++./interfaces/ktexteditor/blockselectioninterface.cpp
++./interfaces/ktexteditor/viewstatusmsgdcopinterface.cpp
++./interfaces/ktexteditor/templateinterface.cpp
++./interfaces/ktexteditor/selectiondcopinterface.cpp
++./interfaces/ktexteditor/dynwordwrapinterface.cpp
++./interfaces/ktexteditor/sessionconfiginterface.cpp
++./interfaces/ktexteditor/highlightinginterface.cpp
++./interfaces/ktexteditor/blockselectiondcopinterface.cpp
++./interfaces/ktexteditor/markinterfaceextension.cpp
++./interfaces/ktexteditor/configinterfaceextension.cpp
++./interfaces/ktexteditor/markinterface.cpp
++./interfaces/ktexteditor/editinterfaceext.cpp
++./interfaces/ktexteditor/ktexteditor.cpp
++./interfaces/ktexteditor/codecompletioninterface.cpp
++./interfaces/ktexteditor/encodinginterface.cpp
++./interfaces/ktexteditor/selectioninterfaceext.cpp
++./interfaces/ktexteditor/variableinterface.cpp
++./interfaces/ktexteditor/printinterface.cpp
++./interfaces/ktexteditor/clipboardinterface.cpp
++./interfaces/ktexteditor/documentdcopinfo.cpp
++./interfaces/ktexteditor/configinterface.cpp
++./interfaces/ktexteditor/wordwrapinterface.cpp
++./interfaces/ktexteditor/selectioninterface.cpp
++./interfaces/ktexteditor/clipboarddcopinterface.cpp
++./interfaces/ktexteditor/searchinterface.cpp
++./interfaces/ktexteditor/undointerface.cpp
++./interfaces/ktexteditor/encodingdcopinterface.cpp
++./interfaces/ktexteditor/viewcursorinterface.cpp
++./interfaces/ktexteditor/viewstatusmsginterface.cpp
++./interfaces/ktexteditor/editinterface.cpp
++./interfaces/ktexteditor/printdcopinterface.cpp
++./interfaces/kmediaplayer/view.cpp
++./interfaces/kmediaplayer/player.cpp
++./interfaces/kscript/scriptmanager.cpp
++./interfaces/kscript/scriptloader.cpp
++./interfaces/kscript/sample/shellscript.cpp
++./win/win32_utils2.cpp
++./win/bootstrap.cpp
++./win/dummy.cpp
++./win/qeventloopex.cpp
++./kresources/managerimpl.cpp
++./kresources/kcmkresources.cpp
++./kresources/resource.cpp
++./kresources/factory.cpp
++./kresources/configwidget.cpp
++./kresources/configpage.cpp
++./kresources/testresources.cpp
++./kresources/selectdialog.cpp
++./kresources/configdialog.cpp
++./kconf_update/kconf_update.cpp
++./knewstuff/providerdialog.cpp
++./knewstuff/knewstuffbutton.cpp
++./knewstuff/knewstuffgeneric.cpp
++./knewstuff/engine.cpp
++./knewstuff/knewstuffsecure.cpp
++./knewstuff/khotnewstuff.cpp
++./knewstuff/testnewstuff.cpp
++./knewstuff/security.cpp
++./knewstuff/downloaddialog.cpp
++./knewstuff/knewstuff.cpp
++./knewstuff/provider.cpp
++./knewstuff/entry.cpp
++./knewstuff/uploaddialog.cpp
++./knewstuff/ghns.cpp
++./khtml/khtml_ext.cpp
++./khtml/khtml_run.cpp
++./khtml/khtml_part.cpp
++./khtml/khtml_factory.cpp
++./khtml/khtml_pagecache.cpp
++./khtml/test_regression_fontoverload.cpp
++./khtml/testkhtml.cpp
++./khtml/khtmlimage.cpp
++./khtml/test_regression.cpp
++./khtml/khtmlview.cpp
++./khtml/domtreeview.cpp
++./khtml/khtml_events.cpp
++./khtml/khtml_printsettings.cpp
++./khtml/khtml_caret.cpp
++./khtml/dom/html_misc.cpp
++./khtml/dom/html_list.cpp
++./khtml/dom/css_extensions.cpp
++./khtml/dom/html_base.cpp
++./khtml/dom/dom_text.cpp
++./khtml/dom/css_value.cpp
++./khtml/dom/dom_xml.cpp
++./khtml/dom/html_image.cpp
++./khtml/dom/html_document.cpp
++./khtml/dom/html_inline.cpp
++./khtml/dom/html_block.cpp
++./khtml/dom/html_table.cpp
++./khtml/dom/dom2_events.cpp
++./khtml/dom/dom2_range.cpp
++./khtml/dom/css_rule.cpp
++./khtml/dom/dom_misc.cpp
++./khtml/dom/dom2_views.cpp
++./khtml/dom/dom_string.cpp
++./khtml/dom/dom2_traversal.cpp
++./khtml/dom/html_form.cpp
++./khtml/dom/dom_node.cpp
++./khtml/dom/html_element.cpp
++./khtml/dom/css_stylesheet.cpp
++./khtml/dom/html_object.cpp
++./khtml/dom/html_head.cpp
++./khtml/dom/dom_doc.cpp
++./khtml/dom/dom_element.cpp
++./khtml/misc/helper.cpp
++./khtml/misc/loader_jpeg.cpp
++./khtml/misc/arena.cpp
++./khtml/misc/htmlhashes.cpp
++./khtml/misc/blocked_icon.cpp
++./khtml/misc/stringit.cpp
++./khtml/misc/loader.cpp
++./khtml/misc/guess_ja.cpp
++./khtml/misc/decoder.cpp
++./khtml/kmultipart/kmultipart.cpp
++./khtml/xml/dom_restyler.cpp
++./khtml/xml/dom_xmlimpl.cpp
++./khtml/xml/xml_tokenizer.cpp
++./khtml/xml/dom2_traversalimpl.cpp
++./khtml/xml/dom2_eventsimpl.cpp
++./khtml/xml/dom_nodeimpl.cpp
++./khtml/xml/dom_textimpl.cpp
++./khtml/xml/dom2_viewsimpl.cpp
++./khtml/xml/dom_docimpl.cpp
++./khtml/xml/dom2_rangeimpl.cpp
++./khtml/xml/dom_elementimpl.cpp
++./khtml/xml/dom_stringimpl.cpp
++./khtml/rendering/render_applet.cpp
++./khtml/rendering/counter_tree.cpp
++./khtml/rendering/render_flow.cpp
++./khtml/rendering/enumerate.cpp
++./khtml/rendering/render_text.cpp
++./khtml/rendering/render_list.cpp
++./khtml/rendering/render_form.cpp
++./khtml/rendering/render_body.cpp
++./khtml/rendering/render_br.cpp
++./khtml/rendering/render_inline.cpp
++./khtml/rendering/render_layer.cpp
++./khtml/rendering/break_lines.cpp
++./khtml/rendering/render_arena.cpp
++./khtml/rendering/loading_icon.cpp
++./khtml/rendering/render_frames.cpp
++./khtml/rendering/render_table.cpp
++./khtml/rendering/render_image.cpp
++./khtml/rendering/render_generated.cpp
++./khtml/rendering/bidi.cpp
++./khtml/rendering/render_replaced.cpp
++./khtml/rendering/render_canvas.cpp
++./khtml/rendering/render_box.cpp
++./khtml/rendering/render_object.cpp
++./khtml/rendering/render_style.cpp
++./khtml/rendering/table_layout.cpp
++./khtml/rendering/render_container.cpp
++./khtml/rendering/render_line.cpp
++./khtml/rendering/font.cpp
++./khtml/rendering/render_block.cpp
++./khtml/css/css_stylesheetimpl.cpp
++./khtml/css/css_base.cpp
++./khtml/css/csshelper.cpp
++./khtml/css/css_ruleimpl.cpp
++./khtml/css/css_extensionsimpl.cpp
++./khtml/css/css_renderstyledeclarationimpl.cpp
++./khtml/css/cssparser.cpp
++./khtml/css/tokenizer.cpp
++./khtml/css/css_valueimpl.cpp
++./khtml/css/cssstyleselector.cpp
++./khtml/css/parser.cpp
++./khtml/ecma/kjs_range.cpp
++./khtml/ecma/xmlserializer.cpp
++./khtml/ecma/testecma.cpp
++./khtml/ecma/kjs_debugwin.cpp
++./khtml/ecma/kjs_views.cpp
++./khtml/ecma/xmlhttprequest.cpp
++./khtml/ecma/kjs_html.cpp
++./khtml/ecma/kjs_css.cpp
++./khtml/ecma/domparser.cpp
++./khtml/ecma/kjs_events.cpp
++./khtml/ecma/kjs_navigator.cpp
++./khtml/ecma/kjs_dom.cpp
++./khtml/ecma/kjs_traversal.cpp
++./khtml/ecma/kjs_window.cpp
++./khtml/ecma/kjs_binding.cpp
++./khtml/ecma/kjs_mozilla.cpp
++./khtml/ecma/kjs_proxy.cpp
++./khtml/html/html_documentimpl.cpp
++./khtml/html/html_elementimpl.cpp
++./khtml/html/htmltokenizer.cpp
++./khtml/html/html_miscimpl.cpp
++./khtml/html/html_tableimpl.cpp
++./khtml/html/html_objectimpl.cpp
++./khtml/html/html_formimpl.cpp
++./khtml/html/doctypes.cpp
++./khtml/html/html_imageimpl.cpp
++./khtml/html/html_baseimpl.cpp
++./khtml/html/dtd.cpp
++./khtml/html/html_blockimpl.cpp
++./khtml/html/htmlparser.cpp
++./khtml/html/html_headimpl.cpp
++./khtml/html/html_inlineimpl.cpp
++./khtml/html/html_listimpl.cpp
++./khtml/java/kjavaappletwidget.cpp
++./khtml/java/kjavaappletviewer.cpp
++./khtml/java/kjavaappletserver.cpp
++./khtml/java/kjavaapplet.cpp
++./khtml/java/kjavaappletcontext.cpp
++./khtml/java/kjavaprocess.cpp
++./khtml/java/kqeventutil.cpp
++./khtml/java/kxeventutil.cpp
++./khtml/java/kjavadownloader.cpp
++./kded/kde-menu.cpp
++./kded/kbuildprotocolinfofactory.cpp
++./kded/kbuildservicetypefactory.cpp
++./kded/khostname.cpp
++./kded/kbuildsycoca.cpp
++./kded/vfolder_menu.cpp
++./kded/kbuildservicefactory.cpp
++./kded/kbuildimageiofactory.cpp
++./kded/kdedmodule.cpp
++./kded/kctimefactory.cpp
++./kded/kbuildservicegroupfactory.cpp
++./kded/kded.cpp
++./kded/test/test.cpp
++./kunittest/tester.cpp
++./kunittest/modrunner.cpp
++./kunittest/runner.cpp
++./kunittest/samplemodule.cpp
++./arts/kde/kdatarequest_impl.cpp
++./arts/kde/kioinputstream_impl.cpp
++./arts/kde/kartsfloatwatch.cpp
++./arts/kde/kvideowidget.cpp
++./arts/kde/kaudioplaystream.cpp
++./arts/kde/kartsserver.cpp
++./arts/kde/kaudiorecordstream.cpp
++./arts/kde/kaudiomanagerplay.cpp
++./kdefx/kcpuinfo.cpp
++./kdefx/kpixmap.cpp
++./kdefx/kstyle.cpp
++./kdefx/kimageeffect.cpp
++./kdefx/kpixmapsplitter.cpp
++./kdefx/kdrawutil.cpp
++./kdefx/kpixmapeffect.cpp
++./kdecore/kidna.cpp
++./kdecore/ksocks.cpp
++./kdecore/kaccelaction.cpp
++./kdecore/kstandarddirs.cpp
++./kdecore/kconfigskeleton.cpp
++./kdecore/kpixmapprovider.cpp
++./kdecore/kappdcopiface.cpp
++./kdecore/kcharsets.cpp
++./kdecore/kdesktopfile.cpp
++./kdecore/netsupp.cpp
++./kdecore/kshortcutmenu.cpp
++./kdecore/kaccelbase.cpp
++./kdecore/ksockaddr.cpp
++./kdecore/ksycocadict.cpp
++./kdecore/kaccel.cpp
++./kdecore/kcalendarsystemjalali.cpp
++./kdecore/netsupp_win32.cpp
++./kdecore/kapplication_win.cpp
++./kdecore/kiconeffect.cpp
++./kdecore/kaccelmanager.cpp
++./kdecore/kmountpoint.cpp
++./kdecore/kiconloader.cpp
++./kdecore/ktempfile.cpp
++./kdecore/knotifyclient.cpp
++./kdecore/kicontheme.cpp
++./kdecore/kcompletionbase.cpp
++./kdecore/kmacroexpander.cpp
++./kdecore/kdebug.cpp
++./kdecore/kshell.cpp
++./kdecore/kinstance.cpp
++./kdecore/kkeynative_x11.cpp
++./kdecore/kbufferedio.cpp
++./kdecore/kregexp.cpp
++./kdecore/kglobalaccel.cpp
++./kdecore/kcrash.cpp
++./kdecore/kcalendarsystemfactory.cpp
++./kdecore/kvmallocator.cpp
++./kdecore/klibloader.cpp
++./kdecore/kmanagerselection.cpp
++./kdecore/kdebugdcopiface.cpp
++./kdecore/kshortcutlist.cpp
++./kdecore/kwinmodule.cpp
++./kdecore/kstaticdeleter.cpp
++./kdecore/kaboutdata.cpp
++./kdecore/krootprop.cpp
++./kdecore/kprocess.cpp
++./kdecore/ksycoca.cpp
++./kdecore/kkeyserver_x11.cpp
++./kdecore/kcalendarsystemgregorian.cpp
++./kdecore/netwm.cpp
++./kdecore/kprotocolinfo_kdecore.cpp
++./kdecore/klockfile.cpp
++./kdecore/ksock.cpp
++./kdecore/kipc.cpp
++./kdecore/kprocio.cpp
++./kdecore/ksavefile.cpp
++./kdecore/kuser.cpp
++./kdecore/kprocctrl.cpp
++./kdecore/ksycocafactory.cpp
++./kdecore/kcalendarsystemhebrew.cpp
++./kdecore/kcheckaccelerators.cpp
++./kdecore/kconfigbackend.cpp
++./kdecore/kqiodevicegzip_p.cpp
++./kdecore/kurl.cpp
++./kdecore/kmimesourcefactory.cpp
++./kdecore/kstartupinfo.cpp
++./kdecore/kuniqueapplication.cpp
++./kdecore/kstringhandler.cpp
++./kdecore/kglobalaccel_win.cpp
++./kdecore/libintl.cpp
++./kdecore/kglobal.cpp
++./kdecore/kglobalsettings.cpp
++./kdecore/kconfigbase.cpp
++./kdecore/kpalette.cpp
++./kdecore/kcalendarsystem.cpp
++./kdecore/kshortcut.cpp
++./kdecore/kconfigdialogmanager.cpp
++./kdecore/ktimezones.cpp
++./kdecore/kconfig.cpp
++./kdecore/kmultipledrag.cpp
++./kdecore/kasyncio.cpp
++./kdecore/kxmessages.cpp
++./kdecore/kcalendarsystemhijri.cpp
++./kdecore/kcatalogue.cpp
++./kdecore/kdcoppropertyproxy.cpp
++./kdecore/kallocator.cpp
++./kdecore/kstdaccel.cpp
++./kdecore/krfcdate.cpp
++./kdecore/kaudioplayer.cpp
++./kdecore/krandomsequence.cpp
++./kdecore/kcmdlineargs.cpp
++./kdecore/kapplication.cpp
++./kdecore/ksimpleconfig.cpp
++./kdecore/klocale.cpp
++./kdecore/kxerrorhandler.cpp
++./kdecore/kclipboard.cpp
++./kdecore/kckey.cpp
++./kdecore/ktempdir.cpp
++./kdecore/kcompletion.cpp
++./kdecore/kdeversion.cpp
++./kdecore/kextsock.cpp
++./kdecore/kwin.cpp
++./kdecore/kurldrag.cpp
++./kdecore/kprotocolinfofactory.cpp
++./kdecore/kmdcodec.cpp
++./kdecore/kpty.cpp
++./kdecore/kglobalaccel_x11.cpp
++./kdecore/kconfig_compiler/kconfig_compiler.cpp
++./kdecore/svgicons/ksvgiconpainter.cpp
++./kdecore/svgicons/ksvgiconengine.cpp
++./kdecore/network/kreverseresolver.cpp
++./kdecore/network/kstreamsocket.cpp
++./kdecore/network/kclientsocketbase.cpp
++./kdecore/network/kserversocket.cpp
++./kdecore/network/kresolverworkerbase.cpp
++./kdecore/network/khttpproxysocketdevice.cpp
++./kdecore/network/kresolvermanager.cpp
++./kdecore/network/ksockssocketdevice.cpp
++./kdecore/network/ksocketbuffer.cpp
++./kdecore/network/kresolver.cpp
++./kdecore/network/kbufferedsocket.cpp
++./kdecore/network/kdatagramsocket.cpp
++./kdecore/network/ksocketaddress.cpp
++./kdecore/network/ksocketdevice.cpp
++./kdecore/network/ksocketbase.cpp
++./kdecore/network/kresolverstandardworkers.cpp
++./kdecore/network/ksrvresolverworker.cpp
++./obj-x86_64-linux-gnu/kinit/klauncher.la.cpp
++./obj-x86_64-linux-gnu/kinit/libkdeinit_klauncher_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kinit/kdeinit.all_cpp.cpp
++./obj-x86_64-linux-gnu/kinit/klauncher_dummy.cpp
++./obj-x86_64-linux-gnu/dnssd/libkdnssd_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/dnssd/settings.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/searchdcopinterface_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/selectiondcopinterface_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/viewstatusmsgdcopinterface_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/libktexteditor_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/viewcursordcopinterface_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/editorchooser_ui.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/blockselectiondcopinterface_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/undodcopinterface_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/editdcopinterface_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/documentdcopinfo_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/clipboarddcopinterface_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/printdcopinterface_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/selectionextdcopinterface_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/encodingdcopinterface_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/kmediaplayer/libkmediaplayer_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/interfaces/kmediaplayer/playerdcopobject_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/kimproxy/library/kimiface_stub.cpp
++./obj-x86_64-linux-gnu/interfaces/kimproxy/library/kimproxyiface_skel.cpp
++./obj-x86_64-linux-gnu/interfaces/kimproxy/library/libkimproxy_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/interfaces/kscript/libkscript_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/interfaces/kscript/scriptclientinterface.moc.cpp
++./obj-x86_64-linux-gnu/kresources/libkresources_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kresources/manageriface_stub.cpp
++./obj-x86_64-linux-gnu/kresources/manageriface_skel.cpp
++./obj-x86_64-linux-gnu/kconf_update/kconf_update_dummy.cpp
++./obj-x86_64-linux-gnu/kconf_update/kconf_update.la.cpp
++./obj-x86_64-linux-gnu/knewstuff/libknewstuff_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/khtml/libkhtml_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/khtml/imgdummy.cpp
++./obj-x86_64-linux-gnu/khtml/dummy.cpp
++./obj-x86_64-linux-gnu/khtml/dom/libkhtmldom_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/khtml/misc/libkhtmlmisc_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/khtml/xml/libkhtmlxml_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/khtml/rendering/libkhtmlrender_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/khtml/css/libkhtmlcss_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/khtml/ecma/libkjs_html_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/khtml/html/libkhtmlhtml_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/khtml/java/kjavaappletviewer_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/khtml/java/libkjava_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/khtml/java/dummy/dummy.cpp
++./obj-x86_64-linux-gnu/kded/kded.la.cpp
++./obj-x86_64-linux-gnu/kded/libkdeinit_kded_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kded/kbuildsycoca.la.cpp
++./obj-x86_64-linux-gnu/kded/libkdeinit_kbuildsycoca_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kded/kded_dummy.cpp
++./obj-x86_64-linux-gnu/kded/kbuildsycoca_dummy.cpp
++./obj-x86_64-linux-gnu/kioslave/http/kcookiejar/kcookieserver_skel.cpp
++./obj-x86_64-linux-gnu/kioslave/http/kcookiejar/kcookiejar.la.cpp
++./obj-x86_64-linux-gnu/kioslave/http/kcookiejar/kded_kcookiejar_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kioslave/http/kcookiejar/kcookiejar_dummy.cpp
++./obj-x86_64-linux-gnu/kunittest/libkunittest_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdoctools/kbzip2filter.cpp
++./obj-x86_64-linux-gnu/kdoctools/kio_help_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdoctools/kio_ghelp_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdoctools/xslt_pure.cpp
++./obj-x86_64-linux-gnu/kio/dummy.cpp
++./obj-x86_64-linux-gnu/kio/misc/kio_uiserver_dummy.cpp
++./obj-x86_64-linux-gnu/kio/misc/uiserver_skel.cpp
++./obj-x86_64-linux-gnu/kio/misc/kio_uiserver.la.cpp
++./obj-x86_64-linux-gnu/kio/misc/observer_stub.cpp
++./obj-x86_64-linux-gnu/kio/misc/libkdeinit_kio_uiserver_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kio/misc/ksendbugmail/ksendbugmail.all_cpp.cpp
++./obj-x86_64-linux-gnu/kio/misc/kpac/kded_proxyscout_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kio/misc/kpac/proxyscout_skel.cpp
++./obj-x86_64-linux-gnu/kio/misc/kssld/kssld_skel.cpp
++./obj-x86_64-linux-gnu/kio/misc/kssld/kded_kssld_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kio/misc/kntlm/libkntlm_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kio/misc/kwalletd/kded_kwalletd_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp
++./obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletd_skel.cpp
++./obj-x86_64-linux-gnu/kio/misc/kwalletd/kbetterthankdialogbase.cpp
++./obj-x86_64-linux-gnu/kio/kio/libksycoca_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kio/kio/uiserver_stub.cpp
++./obj-x86_64-linux-gnu/kio/kio/observer_skel.cpp
++./obj-x86_64-linux-gnu/kio/kio/kdirnotify_skel.cpp
++./obj-x86_64-linux-gnu/kio/kio/observer_stub.cpp
++./obj-x86_64-linux-gnu/kio/kio/libkiocore_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kio/kpasswdserver/kded_kpasswdserver_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kio/kpasswdserver/kpasswdserver_skel.cpp
++./obj-x86_64-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp
++./obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp
++./obj-x86_64-linux-gnu/kio/kfile/libkfile_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp
++./obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp
++./obj-x86_64-linux-gnu/arts/knotify/knotify_skel.cpp
++./obj-x86_64-linux-gnu/arts/knotify/knotify_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdefx/libkdefx_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdeprint/kmfactory_skel.cpp
++./obj-x86_64-linux-gnu/kdeprint/kdeprintd_skel.cpp
++./obj-x86_64-linux-gnu/kdeprint/cups/kdeprint_cups_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdeprint/cups/cupsdconf2/libkdeinit_cupsdconf_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdeprint/cups/cupsdconf2/cupsdconf.la.cpp
++./obj-x86_64-linux-gnu/kdeprint/cups/cupsdconf2/cupsdconf_dummy.cpp
++./obj-x86_64-linux-gnu/kdeprint/lpdunix/kdeprint_lpdunix_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdeprint/ext/kdeprint_ext_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdeprint/management/kaddprinterwizard.la.cpp
++./obj-x86_64-linux-gnu/kdeprint/management/kaddprinterwizard_dummy.cpp
++./obj-x86_64-linux-gnu/kdeprint/management/libkdeprint_management_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdeprint/rlpr/kdeprint_rlpr_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdeprint/lpr/kdeprint_lpr_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kcmshell/kcmshell_dummy.cpp
++./obj-x86_64-linux-gnu/kcmshell/main_skel.cpp
++./obj-x86_64-linux-gnu/kcmshell/kcmshell.la.cpp
++./obj-x86_64-linux-gnu/kcmshell/libkdeinit_kcmshell_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdecore/kde-config.cpp
++./obj-x86_64-linux-gnu/kdecore/ksycoca_skel.cpp
++./obj-x86_64-linux-gnu/kdecore/libkdecore_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdecore/kappdcopiface_skel.cpp
++./obj-x86_64-linux-gnu/kdecore/kdebugdcopiface_skel.cpp
++./obj-x86_64-linux-gnu/kdecore/svgicons/libkdesvgicons_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdecore/network/libkdecorenetwork_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kate/interfaces/libkatepartinterfaces_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kate/part/libkate_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kate/part/katedocument_skel.cpp
++./obj-x86_64-linux-gnu/kate/part/dummy.cpp
++./obj-x86_64-linux-gnu/kparts/libkparts_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdeui/libkdeui_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdeui/kmainwindowiface_skel.cpp
++./obj-x86_64-linux-gnu/kdeui/kspellui.cpp
++./obj-x86_64-linux-gnu/kdeui/kshortcutdialog_advanced.cpp
++./obj-x86_64-linux-gnu/kdeui/kshortcutdialog_simple.cpp
++./obj-x86_64-linux-gnu/kdeui/dummy.cpp
++./obj-x86_64-linux-gnu/kdeui/kdetrayproxy/module_skel.cpp
++./obj-x86_64-linux-gnu/kdeui/kdetrayproxy/kded_kdetrayproxy_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/dcop/dcopserver.la.cpp
++./obj-x86_64-linux-gnu/dcop/dcopserver_dummy.cpp
++./obj-x86_64-linux-gnu/dcop/libkdeinit_dcopserver_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/dcop/libDCOP_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/dcop/dcopidl2cpp/dcopidl2cpp.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdewidgets/kdewidgets_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kdewidgets/kdewidgets.cpp
++./obj-x86_64-linux-gnu/kjs/libkjs_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kutils/kcmoduleproxyIface_skel.cpp
++./obj-x86_64-linux-gnu/kutils/libkutils_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kutils/ksettings/libksettings_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/libkscreensaver/libkscreensaver_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kstyles/kthemestyle/kthemestyle_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kstyles/plastik/plastik_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kstyles/keramik/keramik_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kstyles/light/light_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kspell2/libkspell2base_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kspell2/plugins/aspell/kspell_aspell_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kspell2/plugins/ispell/kspell_ispell_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kspell2/plugins/hspell/kspell_hspell_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kspell2/ui/libkspell2_noinst_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kspell2/ui/configui.cpp
++./obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp
++./obj-x86_64-linux-gnu/kdesu/libkdesu_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kmdi/libkmdi_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kmdi/kmdi/libkmdi2_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kabc/field.cpp
++./obj-x86_64-linux-gnu/kabc/libkabc_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kabc/addressee.cpp
++./obj-x86_64-linux-gnu/kabc/addresseehelper_skel.cpp
++./obj-x86_64-linux-gnu/kabc/vcardparser/libvcards_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kabc/plugins/ldapkio/libkabc_ldapkio_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kabc/plugins/dir/libkabc_dir_la.all_cpp.cpp
++./obj-x86_64-linux-gnu/kabc/plugins/file/libkabc_file_la.all_cpp.cpp
++./kparts/dockmainwindow.cpp
++./kparts/part.cpp
++./kparts/factory.cpp
++./kparts/browserrun.cpp
++./kparts/browserinterface.cpp
++./kparts/plugin.cpp
++./kparts/partmanager.cpp
++./kparts/statusbarextension.cpp
++./kparts/mainwindow.cpp
++./kparts/historyprovider.cpp
++./kparts/event.cpp
++./kparts/browserextension.cpp
++./kdeui/klineedit.cpp
++./kdeui/ksharedpixmap.cpp
++./kdeui/kled.cpp
++./kdeui/kpassdlg.cpp
++./kdeui/kcolorbutton.cpp
++./kdeui/kswitchlanguagedialog.cpp
++./kdeui/kcmenumngr.cpp
++./kdeui/ksyntaxhighlighter.cpp
++./kdeui/kguiitem.cpp
++./kdeui/kselect.cpp
++./kdeui/kcombobox.cpp
++./kdeui/ktextbrowser.cpp
++./kdeui/kxmlguifactory_p.cpp
++./kdeui/kdialogbase.cpp
++./kdeui/kpanelapplet.cpp
++./kdeui/kpassivepopup.cpp
++./kdeui/ksystemtray.cpp
++./kdeui/knumvalidator.cpp
++./kdeui/kdualcolorbutton.cpp
++./kdeui/ktoolbar.cpp
++./kdeui/kwindowinfo.cpp
++./kdeui/ktabwidget.cpp
++./kdeui/kcolorcombo.cpp
++./kdeui/kaboutkde.cpp
++./kdeui/kdialog.cpp
++./kdeui/khelpmenu.cpp
++./kdeui/kpushbutton.cpp
++./kdeui/kiconviewsearchline.cpp
++./kdeui/kcompletionbox.cpp
++./kdeui/kfontdialog.cpp
++./kdeui/kxmlguifactory.cpp
++./kdeui/kscrollview.cpp
++./kdeui/ktip.cpp
++./kdeui/kstatusbar.cpp
++./kdeui/ktoolbarbutton.cpp
++./kdeui/kkeydialog.cpp
++./kdeui/kpixmapregionselectorwidget.cpp
++./kdeui/kdockwidget_private.cpp
++./kdeui/ktabbar.cpp
++./kdeui/kactionclasses.cpp
++./kdeui/keditcl2.cpp
++./kdeui/kactioncollection.cpp
++./kdeui/kcmodule.cpp
++./kdeui/kanimwidget.cpp
++./kdeui/kauthicon.cpp
++./kdeui/kfontrequester.cpp
++./kdeui/kxmlguiclient.cpp
++./kdeui/kdockwidget.cpp
++./kdeui/kwindowlistmenu.cpp
++./kdeui/klanguagebutton.cpp
++./kdeui/klistview.cpp
++./kdeui/kseparator.cpp
++./kdeui/kdcopactionproxy.cpp
++./kdeui/kjanuswidget.cpp
++./kdeui/klineeditdlg.cpp
++./kdeui/kpanelextension.cpp
++./kdeui/knuminput.cpp
++./kdeui/kconfigdialog.cpp
++./kdeui/ksconfig.cpp
++./kdeui/kcolordrag.cpp
++./kdeui/kdatewidget.cpp
++./kdeui/kmainwindowiface.cpp
++./kdeui/kiconview.cpp
++./kdeui/kspell.cpp
++./kdeui/kbuttonbox.cpp
++./kdeui/kwizard.cpp
++./kdeui/karrowbutton.cpp
++./kdeui/ktoolbarhandler.cpp
++./kdeui/kbugreport.cpp
++./kdeui/klistbox.cpp
++./kdeui/ktoolbarlabelaction.cpp
++./kdeui/keditcl1.cpp
++./kdeui/kstdguiitem.cpp
++./kdeui/klistviewsearchline.cpp
++./kdeui/kactionselector.cpp
++./kdeui/kcolordialog.cpp
++./kdeui/kedittoolbar.cpp
++./kdeui/kshortcutdialog.cpp
++./kdeui/ktimezonewidget.cpp
++./kdeui/ktimewidget.cpp
++./kdeui/kstringvalidator.cpp
++./kdeui/kcharselect.cpp
++./kdeui/ktabctl.cpp
++./kdeui/kcursor.cpp
++./kdeui/ktoolbarradiogroup.cpp
++./kdeui/kpixmapregionselectordialog.cpp
++./kdeui/qxembed.cpp
++./kdeui/kfontcombo.cpp
++./kdeui/kpanelmenu.cpp
++./kdeui/krootpixmap.cpp
++./kdeui/kspelldlg.cpp
++./kdeui/kcommand.cpp
++./kdeui/kaboutdialog.cpp
++./kdeui/kxmlguibuilder.cpp
++./kdeui/kmainwindow.cpp
++./kdeui/kaction.cpp
++./kdeui/kpopupmenu.cpp
++./kdeui/kurllabel.cpp
++./kdeui/kaboutapplication.cpp
++./kdeui/ktextedit.cpp
++./kdeui/kkeybutton.cpp
++./kdeui/kinputdialog.cpp
++./kdeui/kwhatsthismanager.cpp
++./kdeui/ksqueezedtextlabel.cpp
++./kdeui/kdatepicker.cpp
++./kdeui/kprogress.cpp
++./kdeui/kdatetbl.cpp
++./kdeui/kmenubar.cpp
++./kdeui/kdatetimewidget.cpp
++./kdeui/kpixmapio.cpp
++./kdeui/kpanelappmenu.cpp
++./kdeui/krestrictedline.cpp
++./kdeui/keditlistbox.cpp
++./kdeui/kstdaction.cpp
++./kdeui/kruler.cpp
++./kdeui/kmessagebox.cpp
++./kdeui/kactivelabel.cpp
++./kdeui/ksplashscreen.cpp
++./kdeui/kwordwrap.cpp
++./kdeui/kdetrayproxy/module.cpp
++./kdeui/kdetrayproxy/kdetrayproxy.cpp
++./dcop/dcopstub.cpp
++./dcop/dcopserver_shutdown_win.cpp
++./dcop/dcopclient.cpp
++./dcop/dcopserver.cpp
++./dcop/dcop_deadlock_test.cpp
++./dcop/testdcop.cpp
++./dcop/dcopserver_win.cpp
++./dcop/dcopref.cpp
++./dcop/dcopsignals.cpp
++./dcop/dcopobject.cpp
++./dcop/KDE-ICE/ICE-def.cpp
++./dcop/dcopidl/main.cpp
++./dcop/client/dcopfind.cpp
++./dcop/client/marshall.cpp
++./dcop/client/dcopstart.cpp
++./dcop/client/dcop.cpp
++./dcop/client/dcopquit.cpp
++./dcop/dcopidl2cpp/stub.cpp
++./dcop/dcopidl2cpp/main.cpp
++./dcop/dcopidl2cpp/stubimpl.cpp
++./dcop/dcopidl2cpp/skel.cpp
++./kdewidgets/classpreviews.cpp
++./kdewidgets/makekdewidgets.cpp
++./kimgio/rgb.cpp
++./kimgio/pcx.cpp
++./kimgio/tiffr.cpp
++./kimgio/ico.cpp
++./kimgio/tga.cpp
++./kimgio/hdr.cpp
++./kimgio/dds.cpp
++./kimgio/exr.cpp
++./kimgio/xview.cpp
++./kimgio/xcf.cpp
++./kimgio/psd.cpp
++./kimgio/g3r.cpp
++./kimgio/eps.cpp
++./kimgio/jp2.cpp
++./kjs/regexp.cpp
++./kjs/debugger.cpp
++./kjs/value.cpp
++./kjs/nodes.cpp
++./kjs/testkjs.cpp
++./kjs/string_object.cpp
++./kjs/reference.cpp
++./kjs/array_object.cpp
++./kjs/scope_chain.cpp
++./kjs/function.cpp
++./kjs/error_object.cpp
++./kjs/date_object.cpp
++./kjs/grammar.cpp
++./kjs/regexp_object.cpp
++./kjs/dtoa.cpp
++./kjs/ustring.cpp
++./kjs/list.cpp
++./kjs/internal.cpp
++./kjs/math_object.cpp
++./kjs/collector.cpp
++./kjs/function_object.cpp
++./kjs/number_object.cpp
++./kjs/identifier.cpp
++./kjs/lexer.cpp
++./kjs/property_map.cpp
++./kjs/nodes2string.cpp
++./kjs/object_object.cpp
++./kjs/object.cpp
++./kjs/operations.cpp
++./kjs/lookup.cpp
++./kjs/interpreter.cpp
++./kjs/bool_object.cpp
++./kjs/reference_list.cpp
++./kutils/kcmoduleproxy.cpp
++./kutils/kmultitabbar.cpp
++./kutils/kcmoduleloader.cpp
++./kutils/kreplace.cpp
++./kutils/kcmodulecontainer.cpp
++./kutils/kplugininfo.cpp
++./kutils/kfinddialog.cpp
++./kutils/kcmoduleinfo.cpp
++./kutils/kfind.cpp
++./kutils/kreplacedialog.cpp
++./kutils/kcmultidialog.cpp
++./kutils/kcmoduleproxyIfaceImpl.cpp
++./kutils/kpluginselector.cpp
++./kutils/ksettings/dispatcher.cpp
++./kutils/ksettings/dialog.cpp
++./kutils/ksettings/componentsdialog.cpp
++./kutils/ksettings/pluginpage.cpp
++./pics/ksvgtopng.cpp
++./kstyles/kthemestyle/kthemebase.cpp
++./kstyles/kthemestyle/kthemestyle.cpp
++./kstyles/kthemestyle/kstyledirs.cpp
++./kstyles/plastik/plastik.cpp
++./kstyles/plastik/misc.cpp
++./kstyles/web/webstyle.cpp
++./kstyles/web/plugin.cpp
++./kstyles/highcolor/highcolor.cpp
++./kstyles/keramik/colorutil.cpp
++./kstyles/keramik/pixmaploader.cpp
++./kstyles/keramik/genembed.cpp
++./kstyles/keramik/gradients.cpp
++./kstyles/keramik/keramik.cpp
++./kstyles/utils/installtheme/main.cpp
++./kstyles/klegacy/plugin.cpp
++./kstyles/klegacy/klegacystyle.cpp
++./kstyles/light/lightstyle-v3.cpp
++./kstyles/light/lightstyle-v2.cpp
++./kstyles/light/light.cpp
++./kstyles/highcontrast/highcontrast.cpp
++./kspell2/backgroundthread.cpp
++./kspell2/backgroundchecker.cpp
++./kspell2/backgroundengine.cpp
++./kspell2/client.cpp
++./kspell2/broker.cpp
++./kspell2/settings.cpp
++./kspell2/defaultdictionary.cpp
++./kspell2/filter.cpp
++./kspell2/plugins/aspell/kspell_aspelldict.cpp
++./kspell2/plugins/aspell/kspell_aspellclient.cpp
++./kspell2/plugins/ispell/kspell_ispellclient.cpp
++./kspell2/plugins/ispell/ispell_checker.cpp
++./kspell2/plugins/ispell/tgood.cpp
++./kspell2/plugins/ispell/makedent.cpp
++./kspell2/plugins/ispell/lookup.cpp
++./kspell2/plugins/ispell/hash.cpp
++./kspell2/plugins/ispell/kspell_ispelldict.cpp
++./kspell2/plugins/ispell/good.cpp
++./kspell2/plugins/ispell/correct.cpp
++./kspell2/plugins/hspell/kspell_hspellclient.cpp
++./kspell2/plugins/hspell/kspell_hspelldict.cpp
++./kspell2/ui/dialog.cpp
++./kspell2/ui/highlighter.cpp
++./kspell2/ui/configwidget.cpp
++./kspell2/ui/configdialog.cpp
++./kdesu/stub.cpp
++./kdesu/process.cpp
++./kdesu/kcookie.cpp
++./kdesu/client.cpp
++./kdesu/ssh.cpp
++./kdesu/su.cpp
++./kdesu/kdesu_pty.cpp
++./kmdi/kmdidockcontainer.cpp
++./kmdi/kmdiguiclient.cpp
++./kmdi/kmdifocuslist.cpp
++./kmdi/kmdichildview.cpp
++./kmdi/kmdimainfrm.cpp
++./kmdi/kmdichildfrmcaption.cpp
++./kmdi/kmdidocumentviewtabwidget.cpp
++./kmdi/kmditoolviewaccessor.cpp
++./kmdi/kmdichildarea.cpp
++./kmdi/kmdichildfrm.cpp
++./kmdi/kmditaskbar.cpp
++./kmdi/test/main.cpp
++./kmdi/test/hello.cpp
++./kmdi/test/mainwidget.cpp
++./kmdi/kmdi/tabwidget.cpp
++./kmdi/kmdi/dockcontainer.cpp
++./kmdi/kmdi/guiclient.cpp
++./kmdi/kmdi/toolviewaccessor.cpp
++./kmdi/kmdi/mainwindow.cpp
++./kabc/locknull.cpp
++./kabc/timezone.cpp
++./kabc/vcardconverter.cpp
++./kabc/resourceselectdialog.cpp
++./kabc/sound.cpp
++./kabc/ldapconfigwidget.cpp
++./kabc/addresseelist.cpp
++./kabc/distributionlist.cpp
++./kabc/phonenumber.cpp
++./kabc/resource.cpp
++./kabc/vcardformatimpl.cpp
++./kabc/addresseehelper.cpp
++./kabc/address.cpp
++./kabc/field.cpp
++./kabc/geo.cpp
++./kabc/ldapclient.cpp
++./kabc/ldapurl.cpp
++./kabc/picture.cpp
++./kabc/sortmode.cpp
++./kabc/vcardformat.cpp
++./kabc/vcard21parser.cpp
++./kabc/plugin.cpp
++./kabc/stdaddressbook.cpp
++./kabc/formatfactory.cpp
++./kabc/agent.cpp
++./kabc/lock.cpp
++./kabc/addresslineedit.cpp
++./kabc/distributionlistdialog.cpp
++./kabc/errorhandler.cpp
++./kabc/vcardtool.cpp
++./kabc/kab2kabc.cpp
++./kabc/addressee.cpp
++./kabc/distributionlisteditor.cpp
++./kabc/secrecy.cpp
++./kabc/addresseedialog.cpp
++./kabc/ldif.cpp
++./kabc/ldifconverter.cpp
++./kabc/vcardformatplugin.cpp
++./kabc/key.cpp
++./kabc/addressbook.cpp
++./kabc/vcardparser/testutils.cpp
++./kabc/vcardparser/vcardline.cpp
++./kabc/vcardparser/testread2.cpp
++./kabc/vcardparser/testwrite.cpp
++./kabc/vcardparser/vcard.cpp
++./kabc/vcardparser/vcardparser.cpp
++./kabc/vcardparser/testread.cpp
++./kabc/scripts/field.src.cpp
++./kabc/scripts/addressee.src.cpp
++./kabc/vcard/TelValue.cpp
++./kabc/vcard/EmailParam.cpp
++./kabc/vcard/PhoneNumberValue.cpp
++./kabc/vcard/ContentLine.cpp
++./kabc/vcard/Enum.cpp
++./kabc/vcard/Value.cpp
++./kabc/vcard/AgentParam.cpp
++./kabc/vcard/testwrite.cpp
++./kabc/vcard/TextBinParam.cpp
++./kabc/vcard/TelParam.cpp
++./kabc/vcard/Param.cpp
++./kabc/vcard/vCard-all.cpp
++./kabc/vcard/ImageValue.cpp
++./kabc/vcard/ImageParam.cpp
++./kabc/vcard/DateParam.cpp
++./kabc/vcard/LangValue.cpp
++./kabc/vcard/ClassValue.cpp
++./kabc/vcard/AgentValue.cpp
++./kabc/vcard/Entity.cpp
++./kabc/vcard/OrgValue.cpp
++./kabc/vcard/AdrParam.cpp
++./kabc/vcard/TextParam.cpp
++./kabc/vcard/AdrValue.cpp
++./kabc/vcard/RToken.cpp
++./kabc/vcard/TextValue.cpp
++./kabc/vcard/FloatValue.cpp
++./kabc/vcard/VCard.cpp
++./kabc/vcard/GeoValue.cpp
++./kabc/vcard/TextBinValue.cpp
++./kabc/vcard/NValue.cpp
++./kabc/vcard/URIValue.cpp
++./kabc/vcard/TextListValue.cpp
++./kabc/vcard/UTCValue.cpp
++./kabc/vcard/SourceParam.cpp
++./kabc/vcard/SoundValue.cpp
++./kabc/vcard/VCardEntity.cpp
++./kabc/vcard/DateValue.cpp
++./kabc/vcard/testread.cpp
++./kabc/vcard/ImgValue.cpp
++./.pc/kubuntu_9902_kde4_kded_blacklist_modules.diff/kded/kded.cpp
++./.pc/kubuntu_9901_system_config_printer_applet.diff/kdeprint/kprinter.cpp
++./.pc/kubuntu_05_icon_scale.diff/kdecore/kicontheme.cpp
++./.pc/security_05_XMLHttpRequest_vulnerability.diff/khtml/ecma/xmlhttprequest.cpp
++./.pc/17_kdelibs_rubberband.diff/kdefx/kstyle.cpp
++./.pc/17_kdelibs_rubberband.diff/kdeui/kiconview.cpp
++./.pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp
++./.pc/kubuntu_29_quiet_kbuildsycoca.diff/kded/kbuildservicefactory.cpp
++./.pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp
++./.pc/kubuntu_51_launchpad_integration.diff/kdeui/khelpmenu.cpp
++./.pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction.cpp
++./.pc/CVE-2009-0689.diff/kjs/dtoa.cpp
++./.pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp
++./.pc/kubuntu_53_tabs_hover_close_delaying.diff/kdeui/ktabwidget.cpp
++./.pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp
++./.pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp
++./.pc/CVE-2009-1687.diff/kjs/collector.cpp
++./.pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp
++./.pc/14_kaccel.diff/kdecore/kaccel.cpp
++./.pc/kubuntu_60_kresolver_asserts.diff/kdecore/network/kresolverworkerbase.cpp
++./.pc/64_use_sys_inotify.diff/kio/kio/kdirwatch.cpp
++./.pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/kconfigbackend.cpp
++./.pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp
++./.pc/21_kfreebsd_support.diff/kinit/kinit.cpp
++./.pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp
++./.pc/21_kfreebsd_support.diff/kdecore/kpty.cpp
++./.pc/kubuntu_19_debianize_useragent.diff/kio/kio/kprotocolmanager.cpp
++./.pc/10_kstandarddirs.diff/kdecore/kstandarddirs.cpp
++./.pc/kubuntu_93_speedbar_xdg_user_dirs.diff/kio/kfile/kfilespeedbar.cpp
++./.pc/49_hurd_support.diff/kdoctools/meinproc.cpp
++./.pc/49_hurd_support.diff/kio/kio/kurlcompletion.cpp
++./.pc/kubuntu_64_rosetta_translation.diff/kdecore/kaboutdata.cpp
++./.pc/kubuntu_93_xdg_dirs_document_path.diff/kdecore/kglobalsettings.cpp
++./.pc/kubuntu_91_execute_feedback.diff/kdecore/kiconeffect.cpp
++./.pc/43_hardcode_xdgMenuPrefix.diff/kded/vfolder_menu.cpp
++./.pc/55_disable_debug_messages_if_not_explicitly_enabled.diff/kdecore/kdebug.cpp
++./.pc/kubuntu_45_kcmoduleinfo.diff/kutils/kcmoduleinfo.cpp
++./.pc/kubuntu_04_add_langpack_path.diff/kdecore/kstandarddirs.cpp
++./.pc/kubuntu_95_fix_smb_scan.diff/kdeprint/management/smbview.cpp
++./.pc/47_better_tty_err_msg_kdeinit.diff/kinit/kinit.cpp
++./.pc/27_kdnssd_avahi.diff/dnssd/query.cpp
++./.pc/27_kdnssd_avahi.diff/dnssd/remoteservice.cpp
++./.pc/27_kdnssd_avahi.diff/dnssd/servicebase.cpp
++./.pc/27_kdnssd_avahi.diff/dnssd/servicebrowser.cpp
++./.pc/27_kdnssd_avahi.diff/dnssd/domainbrowser.cpp
++./.pc/27_kdnssd_avahi.diff/dnssd/publicservice.cpp
++./.pc/27_kdnssd_avahi.diff/dnssd/responder.cpp
++./.pc/CVE-2009-1690.diff/khtml/html/htmlparser.cpp
++./.pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp
++./.pc/kubuntu_46_lisa_error.diff/kutils/kcmoduleloader.cpp
++./.pc/kubuntu_68_xdg_autostart.diff/kinit/autostart.cpp
++./.pc/63_fixed-layout-table.diff/khtml/rendering/table_layout.cpp
++./.pc/54_seli_xinerama.diff/kio/kio/krun.cpp
++./.pc/54_seli_xinerama.diff/kdecore/netwm.cpp
++./.pc/54_seli_xinerama.diff/kdecore/kstartupinfo.cpp
++./.pc/CVE-2009-1698.diff/khtml/css/cssparser.cpp
++./.pc/CVE-2009-1698.diff/khtml/css/css_valueimpl.cpp
++./.pc/62_fix_googlemaps_backport.diff/khtml/ecma/kjs_dom.cpp
++./.pc/67_kio_zip_file_encoding.diff/kio/kio/kzip.cpp
++./.pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp
++./.pc/45_gmail_spoof.diff/khtml/html/html_elementimpl.cpp
++./.pc/56_kdepart_482268.diff/kate/part/katesearch.cpp
++./.pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp
++./.pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp
++./interfaces/terminal/test/main.cc
++./kcert/kcertpart.cc
++./khtml/khtml_settings.cc
++./khtml/khtml_iface.cc
++./kab/addressbook.cc
++./kab/qconfigDB.cc
++./kab/kabapi.cc
++./libkmid/player.cc
++./libkmid/synthout.cc
++./libkmid/track.cc
++./libkmid/gusout.cc
++./libkmid/voiceman.cc
++./libkmid/fmout.cc
++./libkmid/mt32togm.cc
++./libkmid/notearray.cc
++./libkmid/dattypes.cc
++./libkmid/libkmid.cc
++./libkmid/midiout.cc
++./libkmid/deviceman.cc
++./libkmid/midistat.cc
++./libkmid/midimapper.cc
++./libkmid/alsaout.cc
++./libkmid/midfile.cc
++./arts/message/artsmessage.cc
++./arts/kde/kplayobjectfactory.cc
++./arts/kde/kplayobjectcreator.cc
++./arts/kde/kiotestslow.cc
++./arts/kde/kaudioconverter.cc
++./arts/kde/kconverttest.cc
++./arts/kde/kiotest.cc
++./arts/kde/kartsdispatcher.cc
++./arts/kde/kplayobject.cc
++./obj-x86_64-linux-gnu/khtml/kjserrordlg.cc
++./obj-x86_64-linux-gnu/khtml/htmlpageinfo.cc
++./obj-x86_64-linux-gnu/khtml/khtml_iface_skel.cc
++./obj-x86_64-linux-gnu/khtml/libkhtml_la.all_cc.cc
++./obj-x86_64-linux-gnu/kioslave/http/kio_http_cache_cleaner_dummy.cc
++./obj-x86_64-linux-gnu/kioslave/http/kio_http_cache_cleaner.la.cc
++./obj-x86_64-linux-gnu/kab/libkab_la.all_cc.cc
++./obj-x86_64-linux-gnu/kio/bookmarks/libkbookmarks_la.all_cc.cc
++./obj-x86_64-linux-gnu/kio/bookmarks/kbookmarkmanager_skel.cc
++./obj-x86_64-linux-gnu/kio/bookmarks/kbookmarknotifier_skel.cc
++./obj-x86_64-linux-gnu/kio/kssl/keygenwizard2.cc
++./obj-x86_64-linux-gnu/kio/kssl/keygenwizard.cc
++./obj-x86_64-linux-gnu/kio/kssl/libkssl_la.all_cc.cc
++./obj-x86_64-linux-gnu/libkmid/libkmid_la.all_cc.cc
++./obj-x86_64-linux-gnu/dcop/dcopidl/dcopidl.all_cc.cc
++./obj-x86_64-linux-gnu/kwallet/backend/libkwalletbackend_la.all_cc.cc
++./obj-x86_64-linux-gnu/kwallet/client/libkwalletclient_la.all_cc.cc
++./obj-x86_64-linux-gnu/kwallet/client/kwallet_skel.cc
++./dcop/dcopidl/scanner.cc
++./dcop/dcopidl/yacc.cc
++./.pc/CVE-2009-2702.diff/kio/kssl/kopenssl.cc
++./.pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc
++./.pc/61_httpheader_backport.diff/kioslave/http/http.cc
++./.pc/49_hurd_support.diff/kioslave/file/file.cc
++./.pc/49_hurd_support.diff/libkmid/fmout.cc
++./.pc/65_gcc4.4_ftbfs.diff/kioslave/ftp/ftp.cc
++./kwallet/backend/kwalletbackend.cc
++./kwallet/backend/cbc.cc
++./kwallet/backend/blockcipher.cc
++./kwallet/backend/kwalletentry.cc
++./kwallet/backend/blowfish.cc
++./kwallet/backend/sha1.cc
++./kwallet/client/kwallet.cc
++./kinit/klauncher.h
++./kinit/klauncher_cmds.h
++./kinit/autostart.h
++./kinit/setproctitle.h
++./dnssd/responder.h
++./dnssd/query.h
++./dnssd/servicebrowser.h
++./dnssd/domainbrowser.h
++./dnssd/publicservice.h
++./dnssd/sdevent.h
++./dnssd/servicebase.h
++./dnssd/remoteservice.h
++./interfaces/kspeech/kspeechsink.h
++./interfaces/kspeech/kspeech.h
++./interfaces/ktexteditor/editdcopinterface.h
++./interfaces/ktexteditor/searchinterface.h
++./interfaces/ktexteditor/blockselectiondcopinterface.h
++./interfaces/ktexteditor/viewcursordcopinterface.h
++./interfaces/ktexteditor/selectiondcopinterface.h
++./interfaces/ktexteditor/codecompletioninterface.h
++./interfaces/ktexteditor/encodinginterface.h
++./interfaces/ktexteditor/view.h
++./interfaces/ktexteditor/viewstatusmsginterface.h
++./interfaces/ktexteditor/editinterfaceext.h
++./interfaces/ktexteditor/cursorinterface.h
++./interfaces/ktexteditor/dynwordwrapinterface.h
++./interfaces/ktexteditor/encodingdcopinterface.h
++./interfaces/ktexteditor/document.h
++./interfaces/ktexteditor/editor.h
++./interfaces/ktexteditor/texthintinterface.h
++./interfaces/ktexteditor/documentinfo.h
++./interfaces/ktexteditor/sessionconfiginterface.h
++./interfaces/ktexteditor/markinterface.h
++./interfaces/ktexteditor/undodcopinterface.h
++./interfaces/ktexteditor/markinterfaceextension.h
++./interfaces/ktexteditor/blockselectioninterface.h
++./interfaces/ktexteditor/selectioninterface.h
++./interfaces/ktexteditor/templateinterface.h
++./interfaces/ktexteditor/editorchooser.h
++./interfaces/ktexteditor/selectionextdcopinterface.h
++./interfaces/ktexteditor/viewstatusmsgdcopinterface.h
++./interfaces/ktexteditor/configinterface.h
++./interfaces/ktexteditor/wordwrapinterface.h
++./interfaces/ktexteditor/viewcursorinterface.h
++./interfaces/ktexteditor/documentdcopinfo.h
++./interfaces/ktexteditor/plugin.h
++./interfaces/ktexteditor/variableinterface.h
++./interfaces/ktexteditor/printdcopinterface.h
++./interfaces/ktexteditor/highlightinginterface.h
++./interfaces/ktexteditor/undointerface.h
++./interfaces/ktexteditor/clipboarddcopinterface.h
++./interfaces/ktexteditor/configinterfaceextension.h
++./interfaces/ktexteditor/popupmenuinterface.h
++./interfaces/ktexteditor/clipboardinterface.h
++./interfaces/ktexteditor/selectioninterfaceext.h
++./interfaces/ktexteditor/printinterface.h
++./interfaces/ktexteditor/editinterface.h
++./interfaces/ktexteditor/searchdcopinterface.h
++./interfaces/khexedit/charcolumninterface.h
++./interfaces/khexedit/byteseditinterface.h
++./interfaces/khexedit/valuecolumninterface.h
++./interfaces/khexedit/clipboardinterface.h
++./interfaces/khexedit/zoominterface.h
++./interfaces/kio/http.h
++./interfaces/terminal/kde_terminal_interface.h
++./interfaces/terminal/test/main.h
++./interfaces/kmediaplayer/view.h
++./interfaces/kmediaplayer/player.h
++./interfaces/kmediaplayer/playerdcopobject.h
++./interfaces/kimproxy/interface/kimiface.h
++./interfaces/kscript/scriptinterface.h
++./interfaces/kscript/scriptmanager.h
++./interfaces/kscript/scriptclientinterface.h
++./interfaces/kscript/scriptloader.h
++./interfaces/kscript/sample/shellscript.h
++./interfaces/kregexpeditor/kregexpeditorinterface.h
++./kcert/kcertpart.h
++./win/in.h
++./win/dirent.h
++./win/kdelibs_export_win.h
++./win/netdb.h
++./win/limits.h
++./win/kdelibs_global_win.h
++./win/grp.h
++./win/stdint.h
++./win/socket.h
++./win/win32_utils.h
++./win/stdlib.h
++./win/kdemacros.h
++./win/signal.h
++./win/syslog.h
++./win/qeventloopex.h
++./win/utime.h
++./win/readdir.h
++./win/ctype.h
++./win/fcntl.h
++./win/config.h
++./win/kde_file_win.h
++./win/string.h
++./win/strings.h
++./win/pwd.h
++./win/unistd.h
++./win/sys/file.h
++./win/sys/param.h
++./win/sys/utsname.h
++./win/sys/socket.h
++./win/sys/lock.h
++./win/sys/un.h
++./win/sys/wait.h
++./win/sys/signal.h
++./win/sys/types.h
++./win/sys/times.h
++./win/sys/resource.h
++./win/sys/stat.h
++./win/sys/fcntl.h
++./win/sys/time.h
++./win/sys/mman.h
++./win/sys/uio.h
++./win/machine/types.h
++./win/asm/socket.h
++./win/asm/byteorder.h
++./win/netinet/in.h
++./kresources/manager.h
++./kresources/managerimpl.h
++./kresources/kcmkresources.h
++./kresources/configwidget.h
++./kresources/resource.h
++./kresources/configdialog.h
++./kresources/factory.h
++./kresources/configpage.h
++./kresources/manageriface.h
++./kresources/selectdialog.h
++./knewstuff/security.h
++./knewstuff/knewstuffgeneric.h
++./knewstuff/uploaddialog.h
++./knewstuff/knewstuffsecure.h
++./knewstuff/ghns.h
++./knewstuff/engine.h
++./knewstuff/entry.h
++./knewstuff/knewstuffbutton.h
++./knewstuff/providerdialog.h
++./knewstuff/testnewstuff.h
++./knewstuff/provider.h
++./knewstuff/knewstuff.h
++./knewstuff/downloaddialog.h
++./khtml/domtreeview.h
++./khtml/khtml_run.h
++./khtml/khtml_events.h
++./khtml/khtmlimage.h
++./khtml/khtmlview.h
++./khtml/khtml_factory.h
++./khtml/khtml_iface.h
++./khtml/khtml_caret_p.h
++./khtml/khtml_printsettings.h
++./khtml/design.h
++./khtml/khtml_pagecache.h
++./khtml/test_regression.h
++./khtml/khtml_settings.h
++./khtml/khtmldefaults.h
++./khtml/testkhtml.h
++./khtml/khtmlpart_p.h
++./khtml/khtml_part.h
++./khtml/khtml_ext.h
++./khtml/kjserrordlg.ui.h
++./khtml/dom/html_image.h
++./khtml/dom/html_block.h
++./khtml/dom/html_list.h
++./khtml/dom/html_form.h
++./khtml/dom/css_extensions.h
++./khtml/dom/html_document.h
++./khtml/dom/dom_xml.h
++./khtml/dom/dom2_views.h
++./khtml/dom/html_misc.h
++./khtml/dom/html_table.h
++./khtml/dom/dom2_events.h
++./khtml/dom/dom_element.h
++./khtml/dom/html_base.h
++./khtml/dom/dom_misc.h
++./khtml/dom/html_inline.h
++./khtml/dom/dom2_range.h
++./khtml/dom/dom_exception.h
++./khtml/dom/dom_node.h
++./khtml/dom/css_value.h
++./khtml/dom/css_rule.h
++./khtml/dom/dom2_traversal.h
++./khtml/dom/dom_html.h
++./khtml/dom/dom_string.h
++./khtml/dom/css_stylesheet.h
++./khtml/dom/dom_core.h
++./khtml/dom/html_head.h
++./khtml/dom/html_object.h
++./khtml/dom/dom_text.h
++./khtml/dom/html_element.h
++./khtml/dom/dom_doc.h
++./khtml/misc/multimap.h
++./khtml/misc/helper.h
++./khtml/misc/loader_client.h
++./khtml/misc/arena.h
++./khtml/misc/shared.h
++./khtml/misc/loader_jpeg.h
++./khtml/misc/htmltags.h
++./khtml/misc/stringit.h
++./khtml/misc/khtmllayout.h
++./khtml/misc/htmlattrs.h
++./khtml/misc/seed.h
++./khtml/misc/decoder.h
++./khtml/misc/loader.h
++./khtml/misc/htmlhashes.h
++./khtml/misc/guess_ja.h
++./khtml/kmultipart/kmultipart.h
++./khtml/xml/dom2_traversalimpl.h
++./khtml/xml/dom2_rangeimpl.h
++./khtml/xml/dom2_viewsimpl.h
++./khtml/xml/dom_textimpl.h
++./khtml/xml/dom_docimpl.h
++./khtml/xml/dom_stringimpl.h
++./khtml/xml/dom_elementimpl.h
++./khtml/xml/dom_xmlimpl.h
++./khtml/xml/dom2_eventsimpl.h
++./khtml/xml/dom_restyler.h
++./khtml/xml/dom_nodeimpl.h
++./khtml/xml/xml_tokenizer.h
++./khtml/rendering/bidi.h
++./khtml/rendering/render_line.h
++./khtml/rendering/render_table.h
++./khtml/rendering/render_replaced.h
++./khtml/rendering/render_object.h
++./khtml/rendering/render_canvas.h
++./khtml/rendering/enumerate.h
++./khtml/rendering/render_body.h
++./khtml/rendering/render_applet.h
++./khtml/rendering/font.h
++./khtml/rendering/render_br.h
++./khtml/rendering/render_arena.h
++./khtml/rendering/render_layer.h
++./khtml/rendering/render_inline.h
++./khtml/rendering/break_lines.h
++./khtml/rendering/render_form.h
++./khtml/rendering/render_frames.h
++./khtml/rendering/render_flow.h
++./khtml/rendering/render_list.h
++./khtml/rendering/render_style.h
++./khtml/rendering/render_generated.h
++./khtml/rendering/render_image.h
++./khtml/rendering/render_container.h
++./khtml/rendering/render_box.h
++./khtml/rendering/render_block.h
++./khtml/rendering/table_layout.h
++./khtml/rendering/render_text.h
++./khtml/rendering/counter_tree.h
++./khtml/css/css_renderstyledeclarationimpl.h
++./khtml/css/css_valueimpl.h
++./khtml/css/css_extensionsimpl.h
++./khtml/css/cssproperties.h
++./khtml/css/cssparser.h
++./khtml/css/cssvalues.h
++./khtml/css/csshelper.h
++./khtml/css/css_base.h
++./khtml/css/css_stylesheetimpl.h
++./khtml/css/css_ruleimpl.h
++./khtml/css/parser.h
++./khtml/css/cssstyleselector.h
++./khtml/ecma/kjs_navigator.h
++./khtml/ecma/kjs_range.h
++./khtml/ecma/kjs_dom.h
++./khtml/ecma/kjs_binding.h
++./khtml/ecma/kjs_views.h
++./khtml/ecma/xmlhttprequest.h
++./khtml/ecma/kjs_events.h
++./khtml/ecma/kjs_window.h
++./khtml/ecma/domparser.h
++./khtml/ecma/kjs_css.h
++./khtml/ecma/kjs_traversal.h
++./khtml/ecma/kjs_html.h
++./khtml/ecma/kjs_debugwin.h
++./khtml/ecma/kjs_mozilla.h
++./khtml/ecma/kjs_proxy.h
++./khtml/ecma/xmlserializer.h
++./khtml/html/html_objectimpl.h
++./khtml/html/html_headimpl.h
++./khtml/html/html_baseimpl.h
++./khtml/html/html_inlineimpl.h
++./khtml/html/htmlparser.h
++./khtml/html/html_imageimpl.h
++./khtml/html/RefPtr.h
++./khtml/html/html_tableimpl.h
++./khtml/html/html_documentimpl.h
++./khtml/html/html_blockimpl.h
++./khtml/html/Platform.h
++./khtml/html/html_formimpl.h
++./khtml/html/html_elementimpl.h
++./khtml/html/AlwaysInline.h
++./khtml/html/dtd.h
++./khtml/html/html_miscimpl.h
++./khtml/html/htmltokenizer.h
++./khtml/html/html_listimpl.h
++./khtml/java/kqeventutil.h
++./khtml/java/kjavadownloader.h
++./khtml/java/kjavaprocess.h
++./khtml/java/kjavaappletcontext.h
++./khtml/java/kjavaapplet.h
++./khtml/java/kjavaappletserver.h
++./khtml/java/kjavaappletviewer.h
++./khtml/java/kxeventutil.h
++./khtml/java/kjavaappletwidget.h
++./kded/kresourcelist.h
++./kded/kbuildsycoca.h
++./kded/kbuildimageiofactory.h
++./kded/kctimefactory.h
++./kded/kbuildservicefactory.h
++./kded/kbuildservicetypefactory.h
++./kded/kded.h
++./kded/kbuildprotocolinfofactory.h
++./kded/vfolder_menu.h
++./kded/kdedmodule.h
++./kded/kbuildservicegroupfactory.h
++./kded/test/test.h
++./kunittest/samplemodule.h
++./kunittest/module.h
++./kunittest/tester.h
++./kunittest/runner.h
++./kab/addressbook.h
++./kab/kabapi.h
++./kab/qconfigDB.h
++./libkmid/midiout.h
++./libkmid/mt32togm.h
++./libkmid/libkmid.h
++./libkmid/fmout.h
++./libkmid/gusvoices.h
++./libkmid/notearray.h
++./libkmid/voiceman.h
++./libkmid/gusout.h
++./libkmid/awe_sup.h
++./libkmid/player.h
++./libkmid/deviceman.h
++./libkmid/synthout.h
++./libkmid/alsaout.h
++./libkmid/midimapper.h
++./libkmid/midfile.h
++./libkmid/track.h
++./libkmid/dattypes.h
++./libkmid/midispec.h
++./libkmid/midistat.h
++./libkmid/sndcard.h
++./arts/kde/kartsserver.h
++./arts/kde/kaudiorecordstream_p.h
++./arts/kde/kaudioplaystream_p.h
++./arts/kde/kaudiomanagerplay.h
++./arts/kde/kartsfloatwatch.h
++./arts/kde/kioinputstream_impl.h
++./arts/kde/kvideowidget.h
++./arts/kde/kdatarequest_impl.h
++./arts/kde/kaudioconverter.h
++./arts/kde/kconverttest.h
++./arts/kde/kplayobject.h
++./arts/kde/kartsdispatcher.h
++./arts/kde/kplayobjectfactory_p.h
++./arts/kde/kaudioplaystream.h
++./arts/kde/kplayobjectcreator.h
++./arts/kde/kplayobjectfactory.h
++./arts/kde/kaudiorecordstream.h
++./kdefx/kpixmapeffect.h
++./kdefx/kdrawutil.h
++./kdefx/kstyle.h
++./kdefx/kcpuinfo.h
++./kdefx/kpixmapsplitter.h
++./kdefx/kpixmap.h
++./kdefx/kimageeffect.h
++./kdecore/ksock.h
++./kdecore/kstringhandler.h
++./kdecore/ksortablevaluelist.h
++./kdecore/kcalendarsystemfactory.h
++./kdecore/kglobalsettings.h
++./kdecore/kurldrag.h
++./kdecore/kcompletion_private.h
++./kdecore/kxerrorhandler.h
++./kdecore/ksycocaentry.h
++./kdecore/kaccelmanager.h
++./kdecore/kconfigdata.h
++./kdecore/kstartupinfo.h
++./kdecore/ksockaddr.h
++./kdecore/kcharsets.h
++./kdecore/kregpriv.h
++./kdecore/kmdcodec.h
++./kdecore/kunload.h
++./kdecore/kpixmapprovider.h
++./kdecore/ksimpleconfig.h
++./kdecore/kstdaccel.h
++./kdecore/kde_file.h
++./kdecore/kshortcutmenu.h
++./kdecore/kdebugclasses.h
++./kdecore/kprocess.h
++./kdecore/kglobalaccel.h
++./kdecore/kconfigbase.h
++./kdecore/kprocctrl.h
++./kdecore/kmacroexpander.h
++./kdecore/klargefile.h
++./kdecore/klockfile.h
++./kdecore/kpalette.h
++./kdecore/kasyncio.h
++./kdecore/kgenericfactory.h
++./kdecore/kurl.h
++./kdecore/netwm_p.h
++./kdecore/kcalendarsystemgregorian.h
++./kdecore/kkeyserver_x11.h
++./kdecore/kdebugdcopiface.h
++./kdecore/ksavefile.h
++./kdecore/kuniqueapp.h
++./kdecore/netwm_def.h
++./kdecore/krandomsequence.h
++./kdecore/kcatalogue.h
++./kdecore/kglobalaccel_emb.h
++./kdecore/kcalendarsystemhijri.h
++./kdecore/krootprop.h
++./kdecore/kmanagerselection.h
++./kdecore/ksocks.h
++./kdecore/kdelibs_export.h
++./kdecore/kclipboard.h
++./kdecore/kkeynative.h
++./kdecore/kcalendarsystemjalali.h
++./kdecore/kprotocolinfofactory.h
++./kdecore/kshell.h
++./kdecore/kpty.h
++./kdecore/ktempdir.h
++./kdecore/kvmallocator.h
++./kdecore/kextendedsocket.h
++./kdecore/kaccelaction.h
++./kdecore/kiconloader.h
++./kdecore/kconfig.h
++./kdecore/ksycocadict.h
++./kdecore/kqiodevicegzip_p.h
++./kdecore/kglobalaccel_mac.h
++./kdecore/ktypelist.h
++./kdecore/ksharedptr.h
++./kdecore/kconfigdialogmanager.h
++./kdecore/krfcdate.h
++./kdecore/kcrash.h
++./kdecore/knotifyclient.h
++./kdecore/kshortcutlist.h
++./kdecore/kaboutdata.h
++./kdecore/kuser.h
++./kdecore/kallocator.h
++./kdecore/kwinmodule.h
++./kdecore/kdesktopfile.h
++./kdecore/ksycocatype.h
++./kdecore/kextsock.h
++./kdecore/kcalendarsystem.h
++./kdecore/kglobalaccel_x11.h
++./kdecore/kappdcopiface.h
++./kdecore/kaccel.h
++./kdecore/kipc.h
++./kdecore/kxmessages.h
++./kdecore/kde_dmalloc.h
++./kdecore/kstaticdeleter.h
++./kdecore/kdebug.h
++./kdecore/kuniqueapplication.h
++./kdecore/kapplication.h
++./kdecore/kregexp.h
++./kdecore/netwm.h
++./kdecore/kmountpoint.h
++./kdecore/kiconloader_p.h
++./kdecore/kcompletion.h
++./kdecore/kaudioplayer.h
++./kdecore/ktimezones.h
++./kdecore/kicontheme.h
++./kdecore/ktempfile.h
++./kdecore/kcalendarsystemhebrew.h
++./kdecore/kprocio.h
++./kdecore/kmdcodec_compat.h
++./kdecore/kinstance.h
++./kdecore/kconfigskeleton.h
++./kdecore/klibloader.h
++./kdecore/kaccelprivate.h
++./kdecore/klocale.h
++./kdecore/netsupp.h
++./kdecore/kaccelbase.h
++./kdecore/ksycocafactory.h
++./kdecore/kidna.h
++./kdecore/kcheckaccelerators.h
++./kdecore/kwin.h
++./kdecore/ksycoca.h
++./kdecore/kmultipledrag.h
++./kdecore/kaccelmanager_private.h
++./kdecore/kmimesourcefactory.h
++./kdecore/kdcoppropertyproxy.h
++./kdecore/kdeversion.h
++./kdecore/kconfigbackend.h
++./kdecore/fixx11h.h
++./kdecore/kstandarddirs.h
++./kdecore/kckey.h
++./kdecore/kstddirs.h
++./kdecore/kbufferedio.h
++./kdecore/kglobalaccel_win.h
++./kdecore/kglobal.h
++./kdecore/kapp.h
++./kdecore/kiconeffect.h
++./kdecore/kcmdlineargs.h
++./kdecore/kkeyserver.h
++./kdecore/kshortcut.h
++./kdecore/svgicons/ksvgiconengine.h
++./kdecore/svgicons/ksvgiconpainter.h
++./kdecore/malloc/glibc.h
++./kdecore/malloc/x86.h
++./kdecore/network/kmulticastsocket.h
++./kdecore/network/syssocket.h
++./kdecore/network/ksrvresolverworker_p.h
++./kdecore/network/kresolver_p.h
++./kdecore/network/kiobuffer.h
++./kdecore/network/kmulticastsocketdevice.h
++./kdecore/network/kresolver.h
++./kdecore/network/kstreamsocket.h
++./kdecore/network/kdatagramsocket.h
++./kdecore/network/kserversocket.h
++./kdecore/network/kresolverstandardworkers_p.h
++./kdecore/network/ksocketbuffer_p.h
++./kdecore/network/knetworkinterface.h
++./kdecore/network/kbufferedsocket.h
++./kdecore/network/ksockssocketdevice.h
++./kdecore/network/kreverseresolver.h
++./kdecore/network/ksocketdevice.h
++./kdecore/network/ksocketbase.h
++./kdecore/network/khttpproxysocketdevice.h
++./kdecore/network/kresolverworkerbase.h
++./kdecore/network/ksocketaddress.h
++./kdecore/network/kclientsocketbase.h
++./obj-x86_64-linux-gnu/config.h
++./obj-x86_64-linux-gnu/dnssd/settings.h
++./obj-x86_64-linux-gnu/interfaces/ktexteditor/editorchooser_ui.h
++./obj-x86_64-linux-gnu/interfaces/kimproxy/library/kimiface_stub.h
++./obj-x86_64-linux-gnu/kresources/manageriface_stub.h
++./obj-x86_64-linux-gnu/khtml/kjserrordlg.h
++./obj-x86_64-linux-gnu/khtml/htmlpageinfo.h
++./obj-x86_64-linux-gnu/khtml/ecma/xmlserializer.lut.h
++./obj-x86_64-linux-gnu/khtml/ecma/kjs_traversal.lut.h
++./obj-x86_64-linux-gnu/khtml/ecma/kjs_css.lut.h
++./obj-x86_64-linux-gnu/khtml/ecma/kjs_mozilla.lut.h
++./obj-x86_64-linux-gnu/khtml/ecma/kjs_views.lut.h
++./obj-x86_64-linux-gnu/khtml/ecma/domparser.lut.h
++./obj-x86_64-linux-gnu/khtml/ecma/kjs_html.lut.h
++./obj-x86_64-linux-gnu/khtml/ecma/kjs_range.lut.h
++./obj-x86_64-linux-gnu/khtml/ecma/kjs_dom.lut.h
++./obj-x86_64-linux-gnu/khtml/ecma/xmlhttprequest.lut.h
++./obj-x86_64-linux-gnu/khtml/ecma/kjs_window.lut.h
++./obj-x86_64-linux-gnu/khtml/ecma/kjs_events.lut.h
++./obj-x86_64-linux-gnu/khtml/ecma/kjs_navigator.lut.h
++./obj-x86_64-linux-gnu/kio/misc/observer_stub.h
++./obj-x86_64-linux-gnu/kio/misc/kwalletd/kbetterthankdialogbase.h
++./obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.h
++./obj-x86_64-linux-gnu/kio/kio/observer_stub.h
++./obj-x86_64-linux-gnu/kio/kio/uiserver_stub.h
++./obj-x86_64-linux-gnu/kio/kssl/keygenwizard2.h
++./obj-x86_64-linux-gnu/kio/kssl/keygenwizard.h
++./obj-x86_64-linux-gnu/kio/kssl/ksslconfig.h
++./obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.h
++./obj-x86_64-linux-gnu/kio/kfile/kpropertiesmimetypebase.h
++./obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.h
++./obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.h
++./obj-x86_64-linux-gnu/kdecore/kdemacros.h
++./obj-x86_64-linux-gnu/kate/part/katejscript.lut.h
++./obj-x86_64-linux-gnu/kdeui/kshortcutdialog_advanced.h
++./obj-x86_64-linux-gnu/kdeui/kspellui.h
++./obj-x86_64-linux-gnu/kdeui/kshortcutdialog_simple.h
++./obj-x86_64-linux-gnu/dcop/dcop-path.h
++./obj-x86_64-linux-gnu/kjs/number_object.lut.h
++./obj-x86_64-linux-gnu/kjs/lexer.lut.h
++./obj-x86_64-linux-gnu/kjs/string_object.lut.h
++./obj-x86_64-linux-gnu/kjs/array_object.lut.h
++./obj-x86_64-linux-gnu/kjs/date_object.lut.h
++./obj-x86_64-linux-gnu/kjs/math_object.lut.h
++./obj-x86_64-linux-gnu/kjs/global.h
++./obj-x86_64-linux-gnu/kstyles/keramik/keramikrc.h
++./obj-x86_64-linux-gnu/kspell2/ui/configui.h
++./obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.h
++./obj-x86_64-linux-gnu/kabc/addressee.h
++./kparts/dockmainwindow.h
++./kparts/genericfactory.h
++./kparts/part.h
++./kparts/componentfactory.h
++./kparts/statusbarextension.h
++./kparts/design.h
++./kparts/browserrun.h
++./kparts/browserextension.h
++./kparts/plugin.h
++./kparts/browserinterface.h
++./kparts/factory.h
++./kparts/mainwindow.h
++./kparts/event.h
++./kparts/historyprovider.h
++./kparts/partmanager.h
++./kdeui/klistbox.h
++./kdeui/kactionclasses.h
++./kdeui/kpanelmenu.h
++./kdeui/ksqueezedtextlabel.h
++./kdeui/kbuttonbox.h
++./kdeui/kbugreport.h
++./kdeui/kruler.h
++./kdeui/kguiitem.h
++./kdeui/kpixmapregionselectordialog.h
++./kdeui/ktimezonewidget.h
++./kdeui/kcharselect.h
++./kdeui/kpassivepopup.h
++./kdeui/kdatetbl.h
++./kdeui/krootpixmap.h
++./kdeui/kdualcolorbtn.h
++./kdeui/kconfigdialog.h
++./kdeui/kanimwidget.h
++./kdeui/ktabbar.h
++./kdeui/karrowbutton.h
++./kdeui/kcmenumngr.h
++./kdeui/knuminput.h
++./kdeui/kmenubar.h
++./kdeui/kpushbutton.h
++./kdeui/kcolordialog.h
++./kdeui/kmainwindow.h
++./kdeui/ksharedpixmap.h
++./kdeui/kspelldlg.h
++./kdeui/qxembed.h
++./kdeui/kprogress.h
++./kdeui/kkeydialog.h
++./kdeui/kjanuswidget.h
++./kdeui/kpanelapplet.h
++./kdeui/kdialogbase_priv.h
++./kdeui/kshortcutdialog.h
++./kdeui/kcursor.h
++./kdeui/ktoolbarradiogroup.h
++./kdeui/kpassdlg.h
++./kdeui/kpixmapregionselectorwidget.h
++./kdeui/kselect.h
++./kdeui/ksplashscreen.h
++./kdeui/kwhatsthismanager_p.h
++./kdeui/kcursor_private.h
++./kdeui/kcolorcombo.h
++./kdeui/ktoolbarhandler.h
++./kdeui/kpixmapio.h
++./kdeui/kiconviewsearchline.h
++./kdeui/kactivelabel.h
++./kdeui/kcmodule.h
++./kdeui/klistview.h
++./kdeui/kfontcombo.h
++./kdeui/kaccelgen.h
++./kdeui/kdatepicker.h
++./kdeui/kwindowlistmenu.h
++./kdeui/klineeditdlg.h
++./kdeui/kstdaction_p.h
++./kdeui/klistviewlineedit.h
++./kdeui/kmessagebox.h
++./kdeui/ktimewidget.h
++./kdeui/kstringvalidator.h
++./kdeui/kswitchlanguagedialog.h
++./kdeui/knumvalidator.h
++./kdeui/kstdguiitem.h
++./kdeui/kdatepik.h
++./kdeui/kdockwidget_private.h
++./kdeui/kled.h
++./kdeui/ksystemtray.h
++./kdeui/krestrictedline.h
++./kdeui/kurllabel.h
++./kdeui/kedittoolbar.h
++./kdeui/ktabwidget.h
++./kdeui/kstatusbar.h
++./kdeui/kdatewidget.h
++./kdeui/kaction.h
++./kdeui/keditcl.h
++./kdeui/khelpmenu.h
++./kdeui/kaboutapplication.h
++./kdeui/kpopupmenu.h
++./kdeui/kfontdialog.h
++./kdeui/kxmlguibuilder.h
++./kdeui/kspell.h
++./kdeui/kdepackages.h
++./kdeui/klineedit.h
++./kdeui/kxmlguifactory.h
++./kdeui/kxmlguiclient.h
++./kdeui/keditlistbox.h
++./kdeui/kactionshortcutlist.h
++./kdeui/ktextbrowser.h
++./kdeui/klistviewsearchline.h
++./kdeui/kwizard.h
++./kdeui/kcolorbtn.h
++./kdeui/ktabctl.h
++./kdeui/kinputdialog.h
++./kdeui/kdialog.h
++./kdeui/kscrollview.h
++./kdeui/ktoolbarbutton.h
++./kdeui/ktoolbarlabelaction.h
++./kdeui/kstdaction.h
++./kdeui/klanguagebutton.h
++./kdeui/kcolordlg.h
++./kdeui/kauthicon.h
++./kdeui/kxmlguifactory_p.h
++./kdeui/kaboutdialog.h
++./kdeui/kfontrequester.h
++./kdeui/kcolorbutton.h
++./kdeui/kdcopactionproxy.h
++./kdeui/kcommand.h
++./kdeui/kaboutdialog_private.h
++./kdeui/kiconview.h
++./kdeui/ksyntaxhighlighter.h
++./kdeui/kkeybutton.h
++./kdeui/kpanelextension.h
++./kdeui/kaboutkde.h
++./kdeui/kcolordrag.h
++./kdeui/kcompletionbox.h
++./kdeui/ktextedit.h
++./kdeui/kdockwindow.h
++./kdeui/kdualcolorbutton.h
++./kdeui/kwindowinfo.h
++./kdeui/kpanelappmenu.h
++./kdeui/kwordwrap.h
++./kdeui/kdockwidget.h
++./kdeui/kdockwidget_p.h
++./kdeui/kdatetimewidget.h
++./kdeui/kdialogbase.h
++./kdeui/ktoolbar.h
++./kdeui/kseparator.h
++./kdeui/kactionselector.h
++./kdeui/kxmlgui.h
++./kdeui/kcombobox.h
++./kdeui/ksconfig.h
++./kdeui/ktip.h
++./kdeui/kmainwindowiface.h
++./kdeui/kactioncollection.h
++./kdeui/kdetrayproxy/kdetrayproxy.h
++./kdeui/kdetrayproxy/module.h
++./dcop/dcopstub.h
++./dcop/dcopref.h
++./dcop/dcopclient.h
++./dcop/testdcop.h
++./dcop/dcoptypes.h
++./dcop/dcopserver.h
++./dcop/dcop_deadlock_test.h
++./dcop/dcopc.h
++./dcop/version.h
++./dcop/dcopobject.h
++./dcop/dcopsignals.h
++./dcop/dcopglobal.h
++./dcop/kdatastream.h
++./dcop/KDE-ICE/Xtransint.h
++./dcop/KDE-ICE/ICE.h
++./dcop/KDE-ICE/ICEmsg.h
++./dcop/KDE-ICE/ICEproto.h
++./dcop/KDE-ICE/ICElib.h
++./dcop/KDE-ICE/ICEconn.h
++./dcop/KDE-ICE/Xfuncproto.h
++./dcop/KDE-ICE/ICEutil.h
++./dcop/KDE-ICE/Xtrans.h
++./dcop/KDE-ICE/ICElibint.h
++./dcop/KDE-ICE/globals.h
++./dcop/dcopidl/dcopidl_test.h
++./dcop/dcopidl/yacc.cc.h
++./dcop/dcopidl2cpp/dcopidl_test.h
++./dcop/dcopidl2cpp/main.h
++./dcop/dcopidl2cpp/type.h
++./kdewidgets/classpreviews.h
++./libltdl/ltdl_win.h
++./libltdl/ltdl.h
++./kimgio/tga.h
++./kimgio/exr.h
++./kimgio/xview.h
++./kimgio/tiffr.h
++./kimgio/jp2.h
++./kimgio/psd.h
++./kimgio/xcf.h
++./kimgio/g3r.h
++./kimgio/eps.h
++./kimgio/gimp.h
++./kimgio/hdr.h
++./kimgio/rgb.h
++./kimgio/ico.h
++./kimgio/dds.h
++./kimgio/pcx.h
++./kjs/regexp_object.h
++./kjs/array_object.h
++./kjs/completion.h
++./kjs/simple_number.h
++./kjs/scope_chain.h
++./kjs/interpreter.h
++./kjs/date_object.h
++./kjs/nodes.h
++./kjs/debugger.h
++./kjs/grammar.h
++./kjs/operations.h
++./kjs/types.h
++./kjs/array_instance.h
++./kjs/object_object.h
++./kjs/error_object.h
++./kjs/identifier.h
++./kjs/bool_object.h
++./kjs/reference_list.h
++./kjs/property_map.h
++./kjs/regexp.h
++./kjs/string_object.h
++./kjs/list.h
++./kjs/number_object.h
++./kjs/function.h
++./kjs/value.h
++./kjs/function_object.h
++./kjs/math_object.h
++./kjs/reference.h
++./kjs/ustring.h
++./kjs/collector.h
++./kjs/context.h
++./kjs/object.h
++./kjs/dtoa.h
++./kjs/lexer.h
++./kjs/lookup.h
++./kjs/internal.h
++./kutils/kcmodulecontainer.h
++./kutils/kcmultidialog.h
++./kutils/kcmoduleinfo.h
++./kutils/kmultitabbar.h
++./kutils/kreplace.h
++./kutils/kcmoduleloader.h
++./kutils/kfinddialog.h
++./kutils/kpluginselector_p.h
++./kutils/kcmoduleproxyIfaceImpl.h
++./kutils/kfind.h
++./kutils/kplugininfo.h
++./kutils/kmultitabbar_p.h
++./kutils/kreplacedialog.h
++./kutils/kpluginselector.h
++./kutils/kcmoduleproxyIface.h
++./kutils/kcmoduleproxy.h
++./kutils/ksettings/dispatcher.h
++./kutils/ksettings/componentsdialog.h
++./kutils/ksettings/dialog.h
++./kutils/ksettings/pluginpage.h
++./kstyles/kthemestyle/kstyledirs.h
++./kstyles/kthemestyle/kthemebase.h
++./kstyles/kthemestyle/kthemestyle.h
++./kstyles/plastik/misc.h
++./kstyles/plastik/plastik.h
++./kstyles/web/webstyle.h
++./kstyles/highcolor/highcolor.h
++./kstyles/highcolor/bitmaps.h
++./kstyles/keramik/gradients.h
++./kstyles/keramik/colorutil.h
++./kstyles/keramik/bitmaps.h
++./kstyles/keramik/keramik.h
++./kstyles/keramik/keramikimage.h
++./kstyles/keramik/pixmaploader.h
++./kstyles/klegacy/klegacystyle.h
++./kstyles/light/lightstyle-v3.h
++./kstyles/light/lightstyle-v2.h
++./kstyles/highcontrast/highcontrast.h
++./kspell2/settings.h
++./kspell2/broker.h
++./kspell2/backgroundchecker.h
++./kspell2/backgroundengine.h
++./kspell2/dictionary.h
++./kspell2/filter.h
++./kspell2/threadevents.h
++./kspell2/backgroundthread.h
++./kspell2/defaultdictionary.h
++./kspell2/client.h
++./kspell2/plugins/aspell/kspell_aspellclient.h
++./kspell2/plugins/aspell/kspell_aspelldict.h
++./kspell2/plugins/ispell/msgs.h
++./kspell2/plugins/ispell/kspell_ispelldict.h
++./kspell2/plugins/ispell/ispell.h
++./kspell2/plugins/ispell/ispell_checker.h
++./kspell2/plugins/ispell/sp_spell.h
++./kspell2/plugins/ispell/kspell_ispellclient.h
++./kspell2/plugins/ispell/ispell_def.h
++./kspell2/plugins/hspell/kspell_hspelldict.h
++./kspell2/plugins/hspell/kspell_hspellclient.h
++./kspell2/ui/highlighter.h
++./kspell2/ui/configwidget.h
++./kspell2/ui/configdialog.h
++./kspell2/ui/dialog.h
++./kdesu/process.h
++./kdesu/su.h
++./kdesu/kcookie.h
++./kdesu/kdesu_pty.h
++./kdesu/defaults.h
++./kdesu/ssh.h
++./kdesu/stub.h
++./kdesu/client.h
++./kmdi/kmdichildfrmcaption.h
++./kmdi/kmdinulliterator.h
++./kmdi/kmdiiterator.h
++./kmdi/kmditoolviewaccessor.h
++./kmdi/kmdichildfrm.h
++./kmdi/kmdichildview.h
++./kmdi/kmdichildarea.h
++./kmdi/kmditoolviewaccessor_p.h
++./kmdi/kmdidockcontainer.h
++./kmdi/kmdifocuslist.h
++./kmdi/kmdimainfrm.h
++./kmdi/kmdidocumentviewtabwidget.h
++./kmdi/kmditaskbar.h
++./kmdi/kmdilistiterator.h
++./kmdi/kmdiguiclient.h
++./kmdi/kmdidefines.h
++./kmdi/test/mainwidget.h
++./kmdi/test/hello.h
++./kmdi/kmdi/toolviewaccessor.h
++./kmdi/kmdi/dockcontainer.h
++./kmdi/kmdi/guiclient.h
++./kmdi/kmdi/mainwindow.h
++./kmdi/kmdi/toolviewaccessor_p.h
++./kmdi/kmdi/global.h
++./kmdi/kmdi/tabwidget.h
++./kabc/addresseelist.h
++./kabc/addressbook.h
++./kabc/stdaddressbook.h
++./kabc/distributionlistdialog.h
++./kabc/addressee.h
++./kabc/ldif.h
++./kabc/locknull.h
++./kabc/picture.h
++./kabc/lock.h
++./kabc/addresseehelper.h
++./kabc/ldifconverter.h
++./kabc/vcardconverter.h
++./kabc/field.h
++./kabc/addresseedialog.h
++./kabc/vcardformatimpl.h
++./kabc/resourceselectdialog.h
++./kabc/formatplugin.h
++./kabc/address.h
++./kabc/vcard21parser.h
++./kabc/formatfactory.h
++./kabc/addresslineedit.h
++./kabc/ldapurl.h
++./kabc/secrecy.h
++./kabc/key.h
++./kabc/geo.h
++./kabc/distributionlisteditor.h
++./kabc/resource.h
++./kabc/timezone.h
++./kabc/format.h
++./kabc/plugin.h
++./kabc/ldapclient.h
++./kabc/vcardformat.h
++./kabc/sortmode.h
++./kabc/sound.h
++./kabc/vcardtool.h
++./kabc/errorhandler.h
++./kabc/ldapconfigwidget.h
++./kabc/distributionlist.h
++./kabc/vcardformatplugin.h
++./kabc/phonenumber.h
++./kabc/agent.h
++./kabc/vcardparser/vcard.h
++./kabc/vcardparser/vcardparser.h
++./kabc/vcardparser/testutils.h
++./kabc/vcardparser/vcardline.h
++./kabc/scripts/addressee.src.h
++./kabc/vcard/include/VCardTextParam.h
++./kabc/vcard/include/VCardDateParam.h
++./kabc/vcard/include/VCardImageParam.h
++./kabc/vcard/include/VCardAdrValue.h
++./kabc/vcard/include/VCardTextBinValue.h
++./kabc/vcard/include/VCardClassValue.h
++./kabc/vcard/include/VCardURIValue.h
++./kabc/vcard/include/VCard.h
++./kabc/vcard/include/VCardRToken.h
++./kabc/vcard/include/VCardDefines.h
++./kabc/vcard/include/VCardFloatValue.h
++./kabc/vcard/include/VCardTextBinParam.h
++./kabc/vcard/include/VCardTextValue.h
++./kabc/vcard/include/VCardTextListValue.h
++./kabc/vcard/include/VCardAgentValue.h
++./kabc/vcard/include/VCardNValue.h
++./kabc/vcard/include/VCardGeoValue.h
++./kabc/vcard/include/VCardGroup.h
++./kabc/vcard/include/VCardAgentParam.h
++./kabc/vcard/include/VCardTelValue.h
++./kabc/vcard/include/VCardEnum.h
++./kabc/vcard/include/VCardValue.h
++./kabc/vcard/include/VCardUTCValue.h
++./kabc/vcard/include/VCardImageValue.h
++./kabc/vcard/include/VCardPhoneNumberValue.h
++./kabc/vcard/include/VCardTelParam.h
++./kabc/vcard/include/VCardContentLine.h
++./kabc/vcard/include/VCardVCardEntity.h
++./kabc/vcard/include/VCardSoundValue.h
++./kabc/vcard/include/VCardEntity.h
++./kabc/vcard/include/VCardOrgValue.h
++./kabc/vcard/include/VCardDateValue.h
++./kabc/vcard/include/VCardAdrParam.h
++./kabc/vcard/include/VCardVCard.h
++./kabc/vcard/include/VCardSourceParam.h
++./kabc/vcard/include/VCardImgValue.h
++./kabc/vcard/include/VCardLangValue.h
++./kabc/vcard/include/VCardParam.h
++./kabc/vcard/include/VCardEmailParam.h
++./kabc/vcard/include/VCardSndValue.h
++./kabc/vcard/include/generated/FloatValue-generated.h
++./kabc/vcard/include/generated/PhoneNumberValue-generated.h
++./kabc/vcard/include/generated/ImgParam-generated.h
++./kabc/vcard/include/generated/TelParam-generated.h
++./kabc/vcard/include/generated/Group-generated.h
++./kabc/vcard/include/generated/NValue-generated.h
++./kabc/vcard/include/generated/ClassValue-generated.h
++./kabc/vcard/include/generated/UTCValue-generated.h
++./kabc/vcard/include/generated/TextValue-generated.h
++./kabc/vcard/include/generated/TextParam-generated.h
++./kabc/vcard/include/generated/VCard-generated.h
++./kabc/vcard/include/generated/ImageValue-generated.h
++./kabc/vcard/include/generated/ContentLine-generated.h
++./kabc/vcard/include/generated/TelValue-generated.h
++./kabc/vcard/include/generated/OrgValue-generated.h
++./kabc/vcard/include/generated/DateValue-generated.h
++./kabc/vcard/include/generated/ImgValue-generated.h
++./kabc/vcard/include/generated/EmailParam-generated.h
++./kabc/vcard/include/generated/AgentParam-generated.h
++./kabc/vcard/include/generated/DateParam-generated.h
++./kabc/vcard/include/generated/AdrValue-generated.h
++./kabc/vcard/include/generated/URIValue-generated.h
++./kabc/vcard/include/generated/Name-generated.h
++./kabc/vcard/include/generated/TextBinValue-generated.h
++./kabc/vcard/include/generated/SourceParam-generated.h
++./kabc/vcard/include/generated/ParamName-generated.h
++./kabc/vcard/include/generated/TextListValue-generated.h
++./kabc/vcard/include/generated/GeoValue-generated.h
++./kabc/vcard/include/generated/ParamValue-generated.h
++./kabc/vcard/include/generated/AgentValue-generated.h
++./kabc/vcard/include/generated/Value-generated.h
++./kabc/vcard/include/generated/LangValue-generated.h
++./kabc/vcard/include/generated/ImageParam-generated.h
++./kabc/vcard/include/generated/Param-generated.h
++./kabc/vcard/include/generated/VCardEntity-generated.h
++./kabc/vcard/include/generated/AdrParam-generated.h
++./kabc/vcard/include/generated/TextBinParam-generated.h
++./kabc/vcard/include/generated/TextNSParam-generated.h
++./kabc/vcard/include/generated/SoundValue-generated.h
++./.pc/CVE-2009-2702.diff/kio/kssl/kopenssl.h
++./.pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h
++./.pc/kubuntu_51_launchpad_integration.diff/kdeui/khelpmenu.h
++./.pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction.h
++./.pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.h
++./.pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/kconfigbackend.h
++./.pc/kubuntu_91_execute_feedback.diff/kdecore/kiconeffect.h
++./.pc/27_kdnssd_avahi.diff/dnssd/responder.h
++./.pc/27_kdnssd_avahi.diff/dnssd/publicservice.h
++./.pc/27_kdnssd_avahi.diff/dnssd/sdevent.h
++./.pc/CVE-2009-1690.diff/khtml/html/htmlparser.h
++./.pc/CVE-2009-1690.diff/khtml/html/RefPtr.h
++./.pc/CVE-2009-1690.diff/khtml/html/Platform.h
++./.pc/CVE-2009-1690.diff/khtml/html/AlwaysInline.h
++./.pc/54_seli_xinerama.diff/kio/kio/krun.h
++./.pc/54_seli_xinerama.diff/kdecore/kstartupinfo.h
++./.pc/54_seli_xinerama.diff/kdecore/netwm_def.h
++./kwallet/backend/blowfishtables.h
++./kwallet/backend/blowfish.h
++./kwallet/backend/sha1.h
++./kwallet/backend/kwalletentry.h
++./kwallet/backend/blockcipher.h
++./kwallet/backend/cbc.h
++./kwallet/backend/kwalletbackend.h
++./kwallet/client/kwallettypes.h
++./kwallet/client/kwallet.h
++./kdecore/kde-config.cpp.in
+--- /dev/null
++++ kdelibs-3.5.10.dfsg.1/messages.po
+@@ -0,0 +1,10586 @@
++# SOME DESCRIPTIVE TITLE.
++# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
++#
++#, fuzzy
++msgid ""
++msgstr ""
++"Project-Id-Version: PACKAGE VERSION\n"
++"POT-Creation-Date: 2011-04-02 21:08+0000\n"
++"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
++"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
++"Language-Team: LANGUAGE <LL@li.org>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=CHARSET\n"
++"Content-Transfer-Encoding: ENCODING\n"
++
++#: obj-x86_64-linux-gnu/interfaces/ktexteditor/editorchooser_ui.cpp:64
++#: rc.cpp:3
++msgid "Editor Chooser"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/interfaces/ktexteditor/editorchooser_ui.cpp:65
++#: rc.cpp:6
++msgid ""
++"Please choose the default text editing component that you wish to use in "
++"this application. If you choose <B>System Default</B>, the application will "
++"honor your changes in the Control Center. All other choices will override "
++"that setting."
++msgstr ""
++
++#: rc.cpp:9
++msgid "&Certificate"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/khtml/htmlpageinfo.cc:147 rc.cpp:12
++msgid "Document Information"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/khtml/htmlpageinfo.cc:148 rc.cpp:15
++msgid "General"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2565
++#: obj-x86_64-linux-gnu/khtml/htmlpageinfo.cc:149 rc.cpp:18
++msgid "URL:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/khtml/htmlpageinfo.cc:150 rc.cpp:21
++msgid "Title:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/khtml/htmlpageinfo.cc:151 rc.cpp:24
++msgid "Last modified:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/khtml/htmlpageinfo.cc:152 rc.cpp:27
++msgid "Document encoding:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/khtml/htmlpageinfo.cc:153 rc.cpp:30
++msgid "HTTP Headers"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/khtml/htmlpageinfo.cc:99
++#: obj-x86_64-linux-gnu/khtml/htmlpageinfo.cc:154 rc.cpp:33
++msgid "Property"
++msgstr ""
++
++#: khtml/java/kjavaappletviewer.cpp:132
++#: obj-x86_64-linux-gnu/khtml/htmlpageinfo.cc:100
++#: obj-x86_64-linux-gnu/khtml/htmlpageinfo.cc:155 rc.cpp:36
++msgid "Value"
++msgstr ""
++
++#: rc.cpp:42
++msgid "Frame"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/khtml/kjserrordlg.cc:90 rc.cpp:45
++msgid "JavaScript Errors"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/khtml/kjserrordlg.cc:91 rc.cpp:48
++msgid ""
++"This dialog provides you with notification and details of scripting errors "
++"that occur on web pages.  In many cases it is due to an error in the web "
++"site as designed by its author.  In other cases it is the result of a "
++"programming error in Konqueror.  If you suspect the former, please contact "
++"the webmaster of the site in question.  Conversely if you suspect an error "
++"in Konqueror, please file a bug report at http://bugs.kde.org/.  A test case "
++"which illustrates the problem will be appreciated."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:58
++#: kdeui/kstdaction_p.h:58 kdeui/kstdguiitem.cpp:161
++#: obj-x86_64-linux-gnu/khtml/kjserrordlg.cc:93 rc.cpp:54
++msgid "C&lear"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:133
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:135 rc.cpp:72 rc.cpp:310
++msgid "Unknown word:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:134
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:140
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:136
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:142 rc.cpp:75 rc.cpp:87
++#: rc.cpp:313 rc.cpp:325
++msgid ""
++"<qt><p>This word was considered to be an \"unknown word\" because it does "
++"not match any entry in the dictionary currently in use. It may also be a "
++"word in a foreign language.</p>\n"
++"<p>If the word is not misspelled, you may add it to the dictionary by "
++"clicking <b>Add to Dictionary</b>. If you don't want to add the unknown word "
++"to the dictionary, but you want to leave it unchanged, click <b>Ignore</b> "
++"or <b>Ignore All</b>.</p>\n"
++"<p>However, if the word is misspelled, you can try to find the correct "
++"replacement in the list below. If you cannot find a replacement there, you "
++"may type it in the text box below, and click <b>Replace</b> or <b>Replace "
++"All</b>.</p>\n"
++"</qt>"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:138
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:140 rc.cpp:81 rc.cpp:319
++msgid "<b>misspelled</b>"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:139
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:141 rc.cpp:84 rc.cpp:322
++msgid "Unknown word"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:144
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:146 rc.cpp:93 rc.cpp:331
++msgid "&Language:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:145
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:195
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:147
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:178 rc.cpp:96 rc.cpp:191
++#: rc.cpp:334 rc.cpp:392
++msgid ""
++"<qt>\n"
++"<p>Select the language of the document you are proofing here.</p>\n"
++"</qt>"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:148
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:150 rc.cpp:101 rc.cpp:339
++msgid "... the <b>misspelled</b> word shown in context ..."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:149
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:151 rc.cpp:104 rc.cpp:342
++msgid "Text excerpt showing the unknown word in its context."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:150
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:152 rc.cpp:107 rc.cpp:345
++msgid ""
++"<qt>\n"
++"<p>Here you can see a text excerpt showing the unknown word in its context. "
++"If this information is not sufficient to choose the best replacement for the "
++"unknown word, you can click on the document you are proofing, read a larger "
++"part of the text and then return here to continue proofing.</p>\n"
++"</qt>"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:153
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:155 rc.cpp:112 rc.cpp:350
++msgid "<< Add to Dictionary"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:154
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:156 rc.cpp:115 rc.cpp:353
++msgid ""
++"<qt>\n"
++"<p>The unknown word was detected and considered unknown because it is not "
++"included in the dictionary.<br>\n"
++"Click here if you consider that the unknown word is not misspelled and you "
++"want to avoid wrongly detecting it again in the future. If you want to let "
++"it remain as is, but not add it to the dictionary, then click <b>Ignore</b> "
++"or <b>Ignore All</b> instead.</p>\n"
++"</qt>"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:158
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:186 rc.cpp:121 rc.cpp:408
++msgid "R&eplace All"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:159
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:187 rc.cpp:124 rc.cpp:411
++msgid ""
++"<qt>\n"
++"<p>Click here to replace all occurrences of the unknown text with the text "
++"in the edit box above (to the left).</p>\n"
++"</qt>"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:66
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:162
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:62
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:160 rc.cpp:129 rc.cpp:359
++msgid "Suggested Words"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:163
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:161 rc.cpp:132 rc.cpp:362
++msgid "Suggestion List"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:164
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:162 rc.cpp:135 rc.cpp:365
++msgid ""
++"<qt>\n"
++"<p>If the unknown word is misspelled, you should check if the correction for "
++"it is available and if it is, click on it. If none of the words in this list "
++"is a good replacement you may type the correct word in the edit box "
++"above.</p>\n"
++"<p>To correct this word click <b>Replace</b> if you want to correct only "
++"this occurrence or <b>Replace All</b> if you want to correct all "
++"occurrences.</p>\n"
++"</qt>"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:755
++#: kdeui/keditcl2.cpp:833 kutils/kfinddialog.cpp:231
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:168
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:182 rc.cpp:141 rc.cpp:400
++msgid "&Replace"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:169
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:183 rc.cpp:144 rc.cpp:403
++msgid ""
++"<qt>\n"
++"<p>Click here to replace this occurrence of the unknown text with the text "
++"in the edit box above (to the left).</p>\n"
++"</qt>"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:172
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:166 rc.cpp:149 rc.cpp:371
++msgid "Replace &with:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:173
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:187
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:167
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:171 rc.cpp:152 rc.cpp:176
++#: rc.cpp:374 rc.cpp:380
++msgid ""
++"<qt>\n"
++"<p>If the unknown word is misspelled, you should type the correction for "
++"your misspelled word here or select it from the list below.</p>\n"
++"<p>You can then click <b>Replace</b> if you want to correct only this "
++"occurrence of the word or <b>Replace All</b> if you want to correct all "
++"occurrences.</p>\n"
++"</qt>"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:177
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:190 rc.cpp:158 rc.cpp:416
++msgid "&Ignore"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:178
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:191 rc.cpp:161 rc.cpp:419
++msgid ""
++"<qt>\n"
++"<p>Click here to let this occurrence of the unknown word remain as is.</p>\n"
++"<p>This action is useful when the word is a name, an acronym, a foreign word "
++"or any other unknown word that you want to use but not add to the "
++"dictionary.</p>\n"
++"</qt>"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:182
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:195 rc.cpp:167 rc.cpp:425
++msgid "I&gnore All"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:183
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:196
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:201 rc.cpp:170 rc.cpp:428
++#: rc.cpp:437
++msgid ""
++"<qt>\n"
++"<p>Click here to let all occurrences of the unknown word remain as they "
++"are.</p>\n"
++"<p>This action is useful when the word is a name, an acronym, a foreign word "
++"or any other unknown word that you want to use but not add to the "
++"dictionary.</p>\n"
++"</qt>"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:191
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:181 rc.cpp:182 rc.cpp:397
++msgid "S&uggest"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:294 obj-x86_64-linux-gnu/kdeui/kspellui.cpp:193
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:176 rc.cpp:185 rc.cpp:386
++msgid "English"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kspellui.cpp:194
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:177 rc.cpp:188 rc.cpp:389
++msgid "Language Selection"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:119 rc.cpp:197
++msgid "Alternate shortcut:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:120 rc.cpp:200
++msgid "Primary shortcut:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:123 rc.cpp:205
++msgid ""
++"The currently set shortcut or the shortcut you are entering will show up "
++"here."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:124
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:126
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_simple.cpp:74 rc.cpp:208
++#: rc.cpp:214 rc.cpp:235
++msgid "x"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:125
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:127
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_simple.cpp:75 rc.cpp:211
++#: rc.cpp:217 rc.cpp:238
++msgid "Clear shortcut"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:128 rc.cpp:220
++msgid "Multi-key mode"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:129 rc.cpp:223
++msgid "Enable the entry of multi-key shortcuts"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_advanced.cpp:130 rc.cpp:226
++msgid ""
++"Select this checkbox to enable the entry of multi-key shortcuts.  A "
++"multi-key shortcut consists of a sequence of up to 4 keys.  For example, you "
++"could assign \"Ctrl+F,B\" to Font-Bold and \"Ctrl+F,U\" to Font-Underline."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_simple.cpp:72 rc.cpp:229
++msgid "Shortcut:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdeui/kshortcutdialog_simple.cpp:73 rc.cpp:232
++msgid "Alt+Tab"
++msgstr ""
++
++#: rc.cpp:256 rc.cpp:259 rc.cpp:458 rc.cpp:461
++msgid "&Go"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kspell2/ui/configui.cpp:87 rc.cpp:277
++msgid ""
++"This is the default language that the spell checker will use. The drop down "
++"box will list all of the dictionaries of your existing languages."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kspell2/ui/configui.cpp:89 rc.cpp:283
++msgid "Enable &background spellchecking"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kspell2/ui/configui.cpp:90 rc.cpp:286
++msgid ""
++"If checked, the \"spell as you type\" mode is active and all misspelled "
++"words are immediately highlighted."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kspell2/ui/configui.cpp:91 rc.cpp:289
++msgid "Skip all &uppercase words"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kspell2/ui/configui.cpp:92 rc.cpp:292
++msgid ""
++"If checked, words that consist of only uppercase letters are not spell "
++"checked. This is useful if you have a lot of acronyms, such as KDE for "
++"example."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kspell2/ui/configui.cpp:93 rc.cpp:295
++msgid "S&kip run-together words"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kspell2/ui/configui.cpp:94 rc.cpp:298
++msgid ""
++"If checked, concatenated words made of existing words are not spell checked. "
++"This is useful in some languages."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kspell2/ui/configui.cpp:95 rc.cpp:301
++msgid "Default language:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kspell2/ui/configui.cpp:96 rc.cpp:304
++msgid "Ignore These Words"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kspell2/ui/configui.cpp:97 rc.cpp:307
++msgid ""
++"To add a word you want to ignore, type it in the top edit field and click "
++"Add. To remove a word, highlight it in the list and click Remove."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kspell2/ui/kspell2ui.cpp:200 rc.cpp:434
++msgid "Autocorrect"
++msgstr ""
++
++#: rc.cpp:479
++msgid "Additional domains for browsing"
++msgstr ""
++
++#: rc.cpp:482
++msgid "List of 'wide-area' (non link-local) domains that should be browsed."
++msgstr ""
++
++#: rc.cpp:485
++msgid "Browse local network"
++msgstr ""
++
++#: rc.cpp:488
++msgid ""
++"If true .local domain will be browsed. It is always link-local, using "
++"multicast DNS."
++msgstr ""
++
++#: rc.cpp:491
++msgid "Recursive search for domains"
++msgstr ""
++
++#: rc.cpp:494
++msgid "Removed in KDE 3.5.0"
++msgstr ""
++
++#: rc.cpp:497
++msgid ""
++"Select publishing in LAN (multicast) or WAN (unicast, needs configured DNS "
++"server)"
++msgstr ""
++
++#: rc.cpp:500
++msgid ""
++"Specifies if publishing should be by default link-local using multicast DNS "
++"(LAN) or 'wide-area' using normal DNS server (WAN)."
++msgstr ""
++
++#: rc.cpp:503
++msgid "Name of default publishing domain for WAN"
++msgstr ""
++
++#: rc.cpp:506
++msgid ""
++"Domain name for publishing using 'wide-area' (normal DNS) ZeroConf. This "
++"must match domain specified in /etc/mdnsd.conf. This value is used only if "
++"PublishType is set to WAN.\n"
++msgstr ""
++
++#: _translatorinfo.cpp:1
++msgid ""
++"_: NAME OF TRANSLATORS\n"
++"Your names"
++msgstr ""
++
++#: _translatorinfo.cpp:3
++msgid ""
++"_: EMAIL OF TRANSLATORS\n"
++"Your emails"
++msgstr ""
++
++#: kinit/klauncher_main.cpp:58
++msgid ""
++"klauncher: This program is not supposed to be started manually.\n"
++"klauncher: It is started automatically by kdeinit.\n"
++msgstr ""
++
++#: kinit/klauncher.cpp:743
++msgid "KDEInit could not launch '%1'."
++msgstr ""
++
++#: kinit/klauncher.cpp:918 kinit/klauncher.cpp:943 kinit/klauncher.cpp:960
++msgid "Could not find service '%1'."
++msgstr ""
++
++#: kinit/klauncher.cpp:975 kinit/klauncher.cpp:1011
++msgid "Service '%1' is malformatted."
++msgstr ""
++
++#: .pc/54_seli_xinerama.diff/kio/kio/krun.cpp:565 kinit/klauncher.cpp:1087
++#, c-format
++msgid "Launching %1"
++msgstr ""
++
++#: kinit/klauncher.cpp:1281
++msgid "Unknown protocol '%1'.\n"
++msgstr ""
++
++#: kinit/klauncher.cpp:1334
++msgid "Error loading '%1'.\n"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kinit/kinit.cpp:475
++#: .pc/47_better_tty_err_msg_kdeinit.diff/kinit/kinit.cpp:475
++#: kinit/kinit.cpp:475
++msgid ""
++"Unable to start new process.\n"
++"The system may have reached the maximum number of open files possible or the "
++"maximum number of open files that you are allowed to use has been reached."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kinit/kinit.cpp:497
++#: .pc/47_better_tty_err_msg_kdeinit.diff/kinit/kinit.cpp:497
++#: kinit/kinit.cpp:497
++msgid ""
++"Unable to create new process.\n"
++"The system may have reached the maximum number of processes possible or the "
++"maximum number of processes that you are allowed to use has been reached."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kinit/kinit.cpp:589
++#: .pc/47_better_tty_err_msg_kdeinit.diff/kinit/kinit.cpp:589
++#: kinit/kinit.cpp:589
++msgid "Could not find '%1' executable."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kinit/kinit.cpp:605
++#: .pc/47_better_tty_err_msg_kdeinit.diff/kinit/kinit.cpp:605
++#: kinit/kinit.cpp:605
++msgid ""
++"Could not open library '%1'.\n"
++"%2"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kinit/kinit.cpp:606
++#: .pc/21_kfreebsd_support.diff/kinit/kinit.cpp:649
++#: .pc/47_better_tty_err_msg_kdeinit.diff/kinit/kinit.cpp:606
++#: .pc/47_better_tty_err_msg_kdeinit.diff/kinit/kinit.cpp:649
++#: kinit/kinit.cpp:606 kinit/kinit.cpp:649
++msgid "Unknown error"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kinit/kinit.cpp:648
++#: .pc/47_better_tty_err_msg_kdeinit.diff/kinit/kinit.cpp:648
++#: kinit/kinit.cpp:648
++msgid ""
++"Could not find 'kdemain' in '%1'.\n"
++"%2"
++msgstr ""
++
++#: interfaces/ktexteditor/editorchooser.cpp:60
++msgid "System Default (%1)"
++msgstr ""
++
++#: interfaces/kscript/scriptmanager.cpp:106
++msgid "Unable to get KScript Runner for type \"%1\"."
++msgstr ""
++
++#: interfaces/kscript/scriptmanager.cpp:106
++#: interfaces/kscript/scriptmanager.cpp:129
++msgid "KScript Error"
++msgstr ""
++
++#: interfaces/kscript/scriptmanager.cpp:129
++msgid "Unable find script \"%1\"."
++msgstr ""
++
++#: interfaces/kscript/scriptloader.cpp:40
++msgid "KDE Scripts"
++msgstr ""
++
++#: kresources/kcmkresources.cpp:44
++msgid "kcmkresources"
++msgstr ""
++
++#: kresources/kcmkresources.cpp:45
++msgid "KDE Resources configuration module"
++msgstr ""
++
++#: kresources/kcmkresources.cpp:47
++msgid "(c) 2003 Tobias Koenig"
++msgstr ""
++
++#: kresources/resource.cpp:61
++msgid "resource"
++msgstr ""
++
++#: kresources/configdialog.cpp:40 kresources/configpage.cpp:103
++#: kresources/configpage.cpp:297
++msgid "Resource Configuration"
++msgstr ""
++
++#: kabc/resourceselectdialog.cpp:46 kresources/configpage.cpp:107
++#: kresources/selectdialog.cpp:49
++msgid "Resources"
++msgstr ""
++
++#: kabc/addressee.cpp:335 kabc/addresseedialog.cpp:70
++#: kabc/addresseedialog.cpp:100 kabc/distributionlistdialog.cpp:174
++#: kabc/distributionlistdialog.cpp:189 kabc/distributionlisteditor.cpp:142
++#: kabc/distributionlisteditor.cpp:161 knewstuff/downloaddialog.cpp:270
++#: knewstuff/downloaddialog.cpp:276 knewstuff/downloaddialog.cpp:282
++#: knewstuff/providerdialog.cpp:65 kresources/configpage.cpp:119
++#: kutils/kpluginselector.cpp:200 obj-x86_64-linux-gnu/kabc/addressee.cpp:335
++msgid "Name"
++msgstr ""
++
++#: kresources/configpage.cpp:120
++msgid "Type"
++msgstr ""
++
++#: kresources/configpage.cpp:121
++msgid "Standard"
++msgstr ""
++
++#: kresources/configpage.cpp:126
++msgid "&Add..."
++msgstr ""
++
++#: kresources/configpage.cpp:129 kutils/kfinddialog.cpp:131
++msgid "&Edit..."
++msgstr ""
++
++#: kresources/configpage.cpp:131
++msgid "&Use as Standard"
++msgstr ""
++
++#: kresources/configpage.cpp:283
++msgid "There is no standard resource! Please select one."
++msgstr ""
++
++#: kresources/configpage.cpp:298
++msgid "Please select type of the new resource:"
++msgstr ""
++
++#: kresources/configpage.cpp:308
++msgid "Unable to create resource of type '%1'."
++msgstr ""
++
++#: kresources/configpage.cpp:360
++msgid ""
++"You cannot remove your standard resource! Please select a new standard "
++"resource first."
++msgstr ""
++
++#: kresources/configpage.cpp:394 kresources/configpage.cpp:413
++msgid "You cannot use a read-only resource as standard!"
++msgstr ""
++
++#: kresources/configpage.cpp:418
++msgid "You cannot use an inactive resource as standard!"
++msgstr ""
++
++#: kresources/configpage.cpp:498
++msgid ""
++"You cannot deactivate the standard resource. Choose another standard "
++"resource first."
++msgstr ""
++
++#: kresources/configpage.cpp:528
++msgid ""
++"There is no valid standard resource! Please select one which is neither "
++"read-only nor inactive."
++msgstr ""
++
++#: kabc/resourceselectdialog.cpp:39 kresources/selectdialog.cpp:42
++msgid "Resource Selection"
++msgstr ""
++
++#: kresources/selectdialog.cpp:95
++msgid "There is no resource available!"
++msgstr ""
++
++#: kresources/configdialog.cpp:51
++msgid "General Settings"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3930
++#: kdeui/kcolordialog.cpp:1133 knewstuff/uploaddialog.cpp:58
++#: kresources/configdialog.cpp:53
++msgid "Name:"
++msgstr ""
++
++#: kresources/configdialog.cpp:57
++msgid "Read-only"
++msgstr ""
++
++#: kresources/configdialog.cpp:66
++msgid "%1 Resource Settings"
++msgstr ""
++
++#: kresources/configdialog.cpp:107
++msgid "Please enter a resource name."
++msgstr ""
++
++#: kconf_update/kconf_update.cpp:43
++msgid "Keep output results from scripts"
++msgstr ""
++
++#: kconf_update/kconf_update.cpp:44
++msgid "Check whether config file itself requires updating"
++msgstr ""
++
++#: kconf_update/kconf_update.cpp:45
++msgid "File to read update instructions from"
++msgstr ""
++
++#: kconf_update/kconf_update.cpp:142
++msgid "Only local files are supported."
++msgstr ""
++
++#: kconf_update/kconf_update.cpp:943
++msgid "KConf Update"
++msgstr ""
++
++#: kconf_update/kconf_update.cpp:945
++msgid "KDE Tool for updating user configuration files"
++msgstr ""
++
++#: knewstuff/providerdialog.cpp:53
++msgid "Hot New Stuff Providers"
++msgstr ""
++
++#: knewstuff/providerdialog.cpp:61
++msgid "Please select one of the providers listed below:"
++msgstr ""
++
++#: knewstuff/providerdialog.cpp:88
++msgid "No provider selected."
++msgstr ""
++
++#: knewstuff/knewstuffbutton.cpp:49
++msgid "Download New Stuff"
++msgstr ""
++
++#: knewstuff/knewstuff.cpp:38 knewstuff/knewstuffbutton.cpp:61
++#, c-format
++msgid "Download New %1"
++msgstr ""
++
++#: knewstuff/knewstuffgeneric.cpp:139
++msgid "The file '%1' already exists. Do you want to overwrite it?"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:828 knewstuff/knewstuffgeneric.cpp:141
++msgid "Overwrite"
++msgstr ""
++
++#: knewstuff/engine.cpp:218
++msgid "Successfully installed hot new stuff."
++msgstr ""
++
++#: knewstuff/engine.cpp:223
++msgid "Failed to install hot new stuff."
++msgstr ""
++
++#: knewstuff/engine.cpp:278
++msgid "Unable to create file to upload."
++msgstr ""
++
++#: knewstuff/engine.cpp:293
++msgid "The files to be uploaded have been created at:\n"
++msgstr ""
++
++#: knewstuff/engine.cpp:294
++msgid "Data file: %1\n"
++msgstr ""
++
++#: knewstuff/engine.cpp:296
++msgid "Preview image: %1\n"
++msgstr ""
++
++#: knewstuff/engine.cpp:298
++msgid "Content information: %1\n"
++msgstr ""
++
++#: knewstuff/engine.cpp:299
++msgid "Those files can now be uploaded.\n"
++msgstr ""
++
++#: knewstuff/engine.cpp:300
++msgid "Beware that any people might have access to them at any time."
++msgstr ""
++
++#: knewstuff/engine.cpp:302
++msgid "Upload Files"
++msgstr ""
++
++#: knewstuff/engine.cpp:307
++msgid "Please upload the files manually."
++msgstr ""
++
++#: knewstuff/engine.cpp:311
++msgid "Upload Info"
++msgstr ""
++
++#: knewstuff/engine.cpp:319
++msgid "&Upload"
++msgstr ""
++
++#: knewstuff/engine.cpp:421
++msgid "Successfully uploaded new stuff."
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:83
++msgid ""
++"There was an error with the downloaded resource tarball file. Possible "
++"causes are damaged archive or invalid directory structure in the archive."
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:83
++msgid "Resource Installation Error"
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:94
++msgid "No keys were found."
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:99
++msgid "The validation failed for unknown reason."
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:106
++msgid "The MD5SUM check failed, the archive might be broken."
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:111
++msgid "The signature is bad, the archive might be broken or altered."
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:121
++msgid "The signature is valid, but untrusted."
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:127
++msgid "The signature is unknown."
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:131
++msgid ""
++"The resource was signed with key <i>0x%1</i>, belonging to <i>%2 "
++"&lt;%3&gt;</i>."
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:137
++msgid ""
++"<qt>There is a problem with the resource file you have downloaded. The "
++"errors are :<b>%1</b><br>%2<br><br>Installation of the resource is <b>not "
++"recommended</b>.<br><br>Do you want to proceed with the installation?</qt>"
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:137
++msgid "Problematic Resource File"
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:140
++msgid "<qt>%1<br><br>Press OK to install it.</qt>"
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:140
++msgid "Valid Resource"
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:190
++msgid "The signing failed for unknown reason."
++msgstr ""
++
++#: knewstuff/knewstuffsecure.cpp:195
++msgid ""
++"There are no keys usable for signing or you did not entered the correct "
++"passphrase.\n"
++"Proceed without signing the resource?"
++msgstr ""
++
++#: knewstuff/khotnewstuff.cpp:31
++msgid "Display only media of this type"
++msgstr ""
++
++#: knewstuff/khotnewstuff.cpp:32
++msgid "Provider list to use"
++msgstr ""
++
++#: knewstuff/security.cpp:63
++msgid ""
++"<qt>Cannot start <i>gpg</i> and retrieve the available keys. Make sure that "
++"<i>gpg</i> is installed, otherwise verification of downloaded resources will "
++"not be possible.</qt>"
++msgstr ""
++
++#: knewstuff/security.cpp:177
++msgid ""
++"<qt>Enter passphrase for key <b>0x%1</b>, belonging "
++"to<br><i>%2&lt;%3&gt;</i>:</qt>"
++msgstr ""
++
++#: knewstuff/security.cpp:257
++msgid ""
++"<qt>Cannot start <i>gpg</i> and check the validity of the file. Make sure "
++"that <i>gpg</i> is installed, otherwise verification of downloaded resources "
++"will not be possible.</qt>"
++msgstr ""
++
++#: knewstuff/security.cpp:317
++msgid "Select Signing Key"
++msgstr ""
++
++#: knewstuff/security.cpp:317
++msgid "Key used for signing:"
++msgstr ""
++
++#: knewstuff/security.cpp:338
++msgid ""
++"<qt>Cannot start <i>gpg</i> and sign the file. Make sure that <i>gpg</i> is "
++"installed, otherwise signing of the resources will not be possible.</qt>"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:101 knewstuff/downloaddialog.cpp:108
++#: knewstuff/downloaddialog.cpp:124 knewstuff/downloaddialog.cpp:131
++msgid "Get Hot New Stuff"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:228
++msgid "Welcome"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:259
++msgid "Highest Rated"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:260
++msgid "Most Downloads"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:261
++msgid "Latest"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:271 knewstuff/downloaddialog.cpp:277
++#: knewstuff/downloaddialog.cpp:283
++msgid "Version"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:272
++msgid "Rating"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:278
++msgid "Downloads"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:284
++msgid "Release Date"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:294
++msgid "Install"
++msgstr ""
++
++#: kdeui/kmessagebox.cpp:246 knewstuff/downloaddialog.cpp:295
++#: knewstuff/downloaddialog.cpp:505
++msgid "Details"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:477
++msgid ""
++"Name: %1\n"
++"Author: %2\n"
++"License: %3\n"
++"Version: %4\n"
++"Release: %5\n"
++"Rating: %6\n"
++"Downloads: %7\n"
++"Release date: %8\n"
++"Summary: %9\n"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:499
++msgid ""
++"Preview: %1\n"
++"Payload: %2\n"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:600
++msgid "Installation successful."
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:600 knewstuff/downloaddialog.cpp:602
++msgid "Installation"
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:602
++msgid "Installation failed."
++msgstr ""
++
++#: knewstuff/downloaddialog.cpp:696
++msgid "Preview not available."
++msgstr ""
++
++#: knewstuff/provider.cpp:270
++msgid "Error parsing providers list."
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:47
++msgid "Share Hot New Stuff"
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:63
++msgid "Author:"
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:68
++msgid "Email:"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:174 knewstuff/uploaddialog.cpp:73
++msgid "Version:"
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:78
++msgid "Release:"
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:84
++msgid "License:"
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:88
++msgid "GPL"
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:89
++msgid "LGPL"
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:90
++msgid "BSD"
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:93
++msgid "Language:"
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:99
++msgid "Preview URL:"
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:104
++msgid "Summary:"
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:121
++msgid "Please put in a name."
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:191
++msgid "Old upload information found, fill out fields?"
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:191
++msgid "Fill Out"
++msgstr ""
++
++#: knewstuff/uploaddialog.cpp:191
++msgid "Do Not Fill Out"
++msgstr ""
++
++#: knewstuff/ghns.cpp:50
++msgid "Get hot new stuff:"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:434
++msgid "&Copy Text"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:480
++msgid "Search for '%1' with %2"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:489
++msgid "Search for '%1' with"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:518
++msgid "Open '%1'"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:525 khtml/khtml_ext.cpp:582
++msgid "Stop Animations"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:533
++msgid "Copy Email Address"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:538
++msgid "&Save Link As..."
++msgstr ""
++
++#: khtml/khtml_ext.cpp:540
++msgid "Copy &Link Address"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:550
++msgid "Open in New &Window"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:552
++msgid "Open in &This Window"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:554
++msgid "Open in &New Tab"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:556
++msgid "Reload Frame"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:561
++msgid "Block IFrame..."
++msgstr ""
++
++#: khtml/khtml_ext.cpp:564 khtml/khtml_part.cpp:256
++msgid "View Frame Source"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:566
++msgid "View Frame Information"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:570 khtml/khtml_part.cpp:404
++msgid "Print Frame..."
++msgstr ""
++
++#: khtml/khtml_ext.cpp:571 khtml/khtml_part.cpp:262
++msgid "Save &Frame As..."
++msgstr ""
++
++#: khtml/khtml_ext.cpp:601
++msgid "Save Image As..."
++msgstr ""
++
++#: khtml/khtml_ext.cpp:603
++msgid "Send Image..."
++msgstr ""
++
++#: khtml/khtml_ext.cpp:608
++msgid "Copy Image"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:613
++msgid "Copy Image Location"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:618
++msgid "View Image (%1)"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:623
++msgid "Block Image..."
++msgstr ""
++
++#: khtml/khtml_ext.cpp:629
++#, c-format
++msgid "Block Images From %1"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:653
++msgid "Save Link As"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:673
++msgid "Save Image As"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:687 khtml/khtml_ext.cpp:700
++msgid "Add URL to Filter"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:688 khtml/khtml_ext.cpp:701
++msgid "Enter the URL:"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:828
++msgid ""
++"A file named \"%1\" already exists. Are you sure you want to overwrite it?"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:828
++msgid "Overwrite File?"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:889 kparts/browserrun.cpp:390
++msgid "The Download Manager (%1) could not be found in your $PATH "
++msgstr ""
++
++#: khtml/khtml_ext.cpp:890 kparts/browserrun.cpp:391
++msgid ""
++"Try to reinstall it  \n"
++"\n"
++"The integration with Konqueror will be disabled!"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:983
++#, no-c-format
++msgid "Default Font Size (100%)"
++msgstr ""
++
++#: khtml/khtml_ext.cpp:996
++#, no-c-format
++msgid "%1%"
++msgstr ""
++
++#: khtml/khtml_part.cpp:255
++msgid "View Do&cument Source"
++msgstr ""
++
++#: khtml/khtml_part.cpp:257
++msgid "View Document Information"
++msgstr ""
++
++#: khtml/khtml_part.cpp:258
++msgid "Save &Background Image As..."
++msgstr ""
++
++#: khtml/khtml_part.cpp:263
++msgid "Security..."
++msgstr ""
++
++#: khtml/khtml_part.cpp:264
++msgid ""
++"Security Settings<p>Shows the certificate of the displayed page. Only pages "
++"that have been transmitted using a secure, encrypted connection have a "
++"certificate.<p> Hint: If the image shows a closed lock, the page has been "
++"transmitted over a secure connection."
++msgstr ""
++
++#: khtml/khtml_part.cpp:270
++msgid "Print Rendering Tree to STDOUT"
++msgstr ""
++
++#: khtml/khtml_part.cpp:271
++msgid "Print DOM Tree to STDOUT"
++msgstr ""
++
++#: khtml/khtml_part.cpp:272
++msgid "Stop Animated Images"
++msgstr ""
++
++#: khtml/khtml_part.cpp:274
++msgid "Set &Encoding"
++msgstr ""
++
++#: khtml/khtml_part.cpp:279
++msgid "Semi-Automatic"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:44 khtml/khtml_part.cpp:280
++msgid "Arabic"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:45 khtml/khtml_part.cpp:281
++msgid "Baltic"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:46 khtml/khtml_part.cpp:282
++msgid "Central European"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:50 khtml/khtml_part.cpp:284
++msgid "Greek"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:51 kdeui/ksconfig.cpp:235 kdeui/ksconfig.cpp:395
++#: kdeui/ksconfig.cpp:656 khtml/khtml_part.cpp:285
++msgid "Hebrew"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:52 khtml/khtml_part.cpp:286
++msgid "Japanese"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:324 khtml/khtml_part.cpp:288
++msgid "Russian"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:55 kdeui/ksconfig.cpp:240 kdeui/ksconfig.cpp:400
++#: kdeui/ksconfig.cpp:661 khtml/khtml_part.cpp:290
++msgid "Turkish"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:342 khtml/khtml_part.cpp:291
++msgid "Ukrainian"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:56 khtml/khtml_part.cpp:293
++msgid "Western European"
++msgstr ""
++
++#: khtml/khtml_part.cpp:297 khtml/khtml_part.cpp:2298
++msgid "Automatic Detection"
++msgstr ""
++
++#: khtml/khtml_part.cpp:302
++msgid ""
++"_: short for Manual Detection\n"
++"Manual"
++msgstr ""
++
++#: khtml/khtml_part.cpp:357
++msgid "Use S&tylesheet"
++msgstr ""
++
++#: khtml/khtml_part.cpp:361
++msgid "Enlarge Font"
++msgstr ""
++
++#: khtml/khtml_part.cpp:363
++msgid ""
++"Enlarge Font<p>Make the font in this window bigger. Click and hold down the "
++"mouse button for a menu with all available font sizes."
++msgstr ""
++
++#: khtml/khtml_part.cpp:367
++msgid "Shrink Font"
++msgstr ""
++
++#: khtml/khtml_part.cpp:369
++msgid ""
++"Shrink Font<p>Make the font in this window smaller. Click and hold down the "
++"mouse button for a menu with all available font sizes."
++msgstr ""
++
++#: khtml/khtml_part.cpp:375
++msgid ""
++"Find text<p>Shows a dialog that allows you to find text on the displayed "
++"page."
++msgstr ""
++
++#: khtml/khtml_part.cpp:379
++msgid ""
++"Find next<p>Find the next occurrence of the text that you have found using "
++"the <b>Find Text</b> function"
++msgstr ""
++
++#: khtml/khtml_part.cpp:384
++msgid ""
++"Find previous<p>Find the previous occurrence of the text that you have found "
++"using the <b>Find Text</b> function"
++msgstr ""
++
++#: khtml/khtml_part.cpp:388
++msgid "Find Text as You Type"
++msgstr ""
++
++#: khtml/khtml_part.cpp:390
++msgid "Find Links as You Type"
++msgstr ""
++
++#: khtml/khtml_part.cpp:405
++msgid ""
++"Print Frame<p>Some pages have several frames. To print only a single frame, "
++"click on it and then use this function."
++msgstr ""
++
++#: khtml/khtml_part.cpp:413
++msgid "Toggle Caret Mode"
++msgstr ""
++
++#: khtml/khtml_part.cpp:618
++msgid "The fake user-agent '%1' is in use."
++msgstr ""
++
++#: khtml/khtml_part.cpp:1081
++msgid "This web page contains coding errors."
++msgstr ""
++
++#: khtml/khtml_part.cpp:1123
++msgid "&Hide Errors"
++msgstr ""
++
++#: khtml/khtml_part.cpp:1124
++msgid "&Disable Error Reporting"
++msgstr ""
++
++#: khtml/khtml_part.cpp:1164
++msgid "<b>Error</b>: %1: %2"
++msgstr ""
++
++#: khtml/khtml_part.cpp:1208
++msgid "<b>Error</b>: node %1: %2"
++msgstr ""
++
++#: khtml/khtml_part.cpp:1351
++msgid "Display Images on Page"
++msgstr ""
++
++#: khtml/khtml_part.cpp:1539 khtml/khtml_part.cpp:1629
++msgid "Session is secured with %1 bit %2."
++msgstr ""
++
++#: khtml/khtml_part.cpp:1540 khtml/khtml_part.cpp:1631
++msgid "Session is not secured."
++msgstr ""
++
++#: khtml/khtml_part.cpp:1727
++#, c-format
++msgid "Error while loading %1"
++msgstr ""
++
++#: khtml/khtml_part.cpp:1729
++msgid "An error occurred while loading <B>%1</B>:"
++msgstr ""
++
++#: khtml/khtml_part.cpp:1764
++msgid "Error: "
++msgstr ""
++
++#: khtml/khtml_part.cpp:1767
++msgid "The requested operation could not be completed"
++msgstr ""
++
++#: khtml/khtml_part.cpp:1773
++msgid "Technical Reason: "
++msgstr ""
++
++#: khtml/khtml_part.cpp:1778
++msgid "Details of the Request:"
++msgstr ""
++
++#: khtml/khtml_part.cpp:1780
++#, c-format
++msgid "URL: %1"
++msgstr ""
++
++#: khtml/khtml_part.cpp:1787
++#, c-format
++msgid "Date and Time: %1"
++msgstr ""
++
++#: khtml/khtml_part.cpp:1789
++#, c-format
++msgid "Additional Information: %1"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3937
++#: khtml/khtml_part.cpp:1791
++msgid "Description:"
++msgstr ""
++
++#: khtml/khtml_part.cpp:1797
++msgid "Possible Causes:"
++msgstr ""
++
++#: khtml/khtml_part.cpp:1804
++msgid "Possible Solutions:"
++msgstr ""
++
++#: khtml/khtml_part.cpp:2135
++msgid "Page loaded."
++msgstr ""
++
++#: khtml/khtml_part.cpp:2137
++msgid ""
++"_n: %n Image of %1 loaded.\n"
++"%n Images of %1 loaded."
++msgstr ""
++
++#: khtml/khtml_part.cpp:3738 khtml/khtml_part.cpp:3825
++#: khtml/khtml_part.cpp:3836
++msgid " (In new window)"
++msgstr ""
++
++#: khtml/khtml_part.cpp:3777
++msgid "Symbolic Link"
++msgstr ""
++
++#: khtml/khtml_part.cpp:3779
++msgid "%1 (Link)"
++msgstr ""
++
++#: khtml/khtml_part.cpp:3799
++msgid "%2 (%1 bytes)"
++msgstr ""
++
++#: khtml/khtml_part.cpp:3803
++msgid "%2 (%1 K)"
++msgstr ""
++
++#: khtml/khtml_part.cpp:3838
++msgid " (In other frame)"
++msgstr ""
++
++#: khtml/khtml_part.cpp:3843
++msgid "Email to: "
++msgstr ""
++
++#: khtml/khtml_part.cpp:3849
++msgid " - Subject: "
++msgstr ""
++
++#: khtml/khtml_part.cpp:3851
++msgid " - CC: "
++msgstr ""
++
++#: khtml/khtml_part.cpp:3853
++msgid " - BCC: "
++msgstr ""
++
++#: khtml/khtml_part.cpp:3942
++msgid ""
++"<qt>This untrusted page links to<BR><B>%1</B>.<BR>Do you want to follow the "
++"link?"
++msgstr ""
++
++#: khtml/khtml_part.cpp:3943
++msgid "Follow"
++msgstr ""
++
++#: khtml/khtml_part.cpp:4043
++msgid "Frame Information"
++msgstr ""
++
++#: khtml/khtml_part.cpp:4049
++msgid "   <a href=\"%1\">[Properties]</a>"
++msgstr ""
++
++#: khtml/khtml_part.cpp:4129
++msgid "Save Background Image As"
++msgstr ""
++
++#: khtml/khtml_part.cpp:4216
++msgid "Save Frame As"
++msgstr ""
++
++#: khtml/khtml_part.cpp:4256
++msgid "&Find in Frame..."
++msgstr ""
++
++#: khtml/khtml_part.cpp:4763
++msgid ""
++"Warning:  This is a secure form but it is attempting to send your data back "
++"unencrypted.\n"
++"A third party may be able to intercept and view this information.\n"
++"Are you sure you wish to continue?"
++msgstr ""
++
++#: khtml/khtml_part.cpp:4766 khtml/khtml_part.cpp:4775
++#: khtml/khtml_part.cpp:4799
++msgid "Network Transmission"
++msgstr ""
++
++#: khtml/khtml_part.cpp:4766 khtml/khtml_part.cpp:4776
++msgid "&Send Unencrypted"
++msgstr ""
++
++#: khtml/khtml_part.cpp:4773
++msgid ""
++"Warning: Your data is about to be transmitted across the network "
++"unencrypted.\n"
++"Are you sure you wish to continue?"
++msgstr ""
++
++#: khtml/khtml_part.cpp:4797
++msgid ""
++"This site is attempting to submit form data via email.\n"
++"Do you want to continue?"
++msgstr ""
++
++#: khtml/khtml_part.cpp:4800
++msgid "&Send Email"
++msgstr ""
++
++#: khtml/khtml_part.cpp:4821
++msgid ""
++"<qt>The form will be submitted to <BR><B>%1</B><BR>on your local "
++"filesystem.<BR>Do you want to submit the form?"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:1531
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:2137
++#: khtml/html/html_formimpl.cpp:1521 khtml/html/html_formimpl.cpp:2127
++#: khtml/khtml_part.cpp:4822 khtml/khtmlview.cpp:2527 khtml/khtmlview.cpp:2569
++msgid "Submit"
++msgstr ""
++
++#: khtml/khtml_part.cpp:4870
++msgid ""
++"This site attempted to attach a file from your computer in the form "
++"submission. The attachment was removed for your protection."
++msgstr ""
++
++#: khtml/khtml_part.cpp:4870
++msgid "KDE"
++msgstr ""
++
++#: khtml/khtml_part.cpp:5776
++msgid "(%1/s)"
++msgstr ""
++
++#: khtml/khtml_part.cpp:6829
++msgid "Security Warning"
++msgstr ""
++
++#: khtml/khtml_part.cpp:6835
++msgid "<qt>Access by untrusted page to<BR><B>%1</B><BR> denied."
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:784 khtml/khtml_part.cpp:6836
++msgid "Security Alert"
++msgstr ""
++
++#: khtml/khtml_part.cpp:7261
++msgid "The wallet '%1' is open and being used for form data and passwords."
++msgstr ""
++
++#: khtml/khtml_part.cpp:7315
++msgid "&Close Wallet"
++msgstr ""
++
++#: khtml/khtml_part.cpp:7358
++msgid "JavaScript &Debugger"
++msgstr ""
++
++#: khtml/khtml_part.cpp:7393
++msgid "This page was prevented from opening a new window via JavaScript."
++msgstr ""
++
++#: khtml/khtml_part.cpp:7399
++msgid "Popup Window Blocked"
++msgstr ""
++
++#: khtml/khtml_part.cpp:7399
++msgid ""
++"This page has attempted to open a popup window but was blocked.\n"
++"You can click on this icon in the status bar to control this behavior\n"
++"or to open the popup."
++msgstr ""
++
++#: khtml/khtml_part.cpp:7413
++#, c-format
++msgid ""
++"_n: &Show Blocked Popup Window\n"
++"Show %n Blocked Popup Windows"
++msgstr ""
++
++#: khtml/khtml_part.cpp:7414
++msgid "Show Blocked Window Passive Popup &Notification"
++msgstr ""
++
++#: khtml/khtml_part.cpp:7416
++msgid "&Configure JavaScript New Window Policies..."
++msgstr ""
++
++#: khtml/khtml_factory.cpp:177
++msgid "KHTML"
++msgstr ""
++
++#: khtml/khtml_factory.cpp:178
++msgid "Embeddable HTML component"
++msgstr ""
++
++#: khtml/khtmlimage.cpp:199
++msgid "%1 (%2 - %3x%4 Pixels)"
++msgstr ""
++
++#: khtml/khtmlimage.cpp:201
++msgid "%1 - %2x%3 Pixels"
++msgstr ""
++
++#: khtml/khtmlimage.cpp:206
++msgid "%1 (%2x%3 Pixels)"
++msgstr ""
++
++#: khtml/khtmlimage.cpp:208
++msgid "Image - %1x%2 Pixels"
++msgstr ""
++
++#: khtml/khtmlimage.cpp:214
++msgid "Done."
++msgstr ""
++
++#: khtml/khtmlview.cpp:1625
++msgid "Find stopped."
++msgstr ""
++
++#: khtml/khtmlview.cpp:1636
++msgid "Starting -- find links as you type"
++msgstr ""
++
++#: khtml/khtmlview.cpp:1642
++msgid "Starting -- find text as you type"
++msgstr ""
++
++#: khtml/khtmlview.cpp:1663
++msgid "Link found: \"%1\"."
++msgstr ""
++
++#: khtml/khtmlview.cpp:1668
++msgid "Link not found: \"%1\"."
++msgstr ""
++
++#: khtml/khtmlview.cpp:1676
++msgid "Text found: \"%1\"."
++msgstr ""
++
++#: khtml/khtmlview.cpp:1681
++msgid "Text not found: \"%1\"."
++msgstr ""
++
++#: khtml/khtmlview.cpp:1725
++msgid "Access Keys activated"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:2129
++#: kdeui/kedittoolbar.cpp:447 khtml/html/html_formimpl.cpp:2119
++#: khtml/khtmlview.cpp:2541 khtml/khtmlview.cpp:2574
++msgid "Reset"
++msgstr ""
++
++#: khtml/khtmlview.cpp:2756
++#, c-format
++msgid "Print %1"
++msgstr ""
++
++#: khtml/khtml_printsettings.cpp:31
++msgid ""
++"<qt><p><strong>'Print images'</strong></p><p>If this checkbox is enabled, "
++"images contained in the HTML page will be printed. Printing may take longer "
++"and use more ink or toner.</p><p>If this checkbox is disabled, only the text "
++"of the HTML page will be printed, without the included images. Printing will "
++"be faster and use less ink or toner.</p> </qt>"
++msgstr ""
++
++#: khtml/khtml_printsettings.cpp:43
++msgid ""
++"<qt><p><strong>'Print header'</strong></p><p>If this checkbox is enabled, "
++"the printout of the HTML document will contain a header line at the top of "
++"each page. This header contains the current date, the location URL of the "
++"printed page and the page number.</p><p>If this checkbox is disabled, the "
++"printout of the HTML document will not contain such a header line.</p> </qt>"
++msgstr ""
++
++#: khtml/khtml_printsettings.cpp:56
++msgid ""
++"<qt><p><strong>'Printerfriendly mode'</strong></p><p>If this checkbox is "
++"enabled, the printout of the HTML document will be black and white only, and "
++"all colored background will be converted into white. Printout will be faster "
++"and use less ink or toner.</p><p>If this checkbox is disabled, the printout "
++"of the HTML document will happen in the original color settings as you see "
++"in your application. This may result in areas of full-page color (or "
++"grayscale, if you use a black+white printer). Printout will possibly happen "
++"slower and will certainly use much more toner or ink.</p> </qt>"
++msgstr ""
++
++#: khtml/khtml_printsettings.cpp:71
++msgid "HTML Settings"
++msgstr ""
++
++#: khtml/khtml_printsettings.cpp:73
++msgid "Printer friendly mode (black text, no background)"
++msgstr ""
++
++#: khtml/khtml_printsettings.cpp:76
++msgid "Print images"
++msgstr ""
++
++#: khtml/khtml_printsettings.cpp:79
++msgid "Print header"
++msgstr ""
++
++#: khtml/kmultipart/kmultipart.cpp:320
++msgid "No handler found for %1!"
++msgstr ""
++
++#: khtml/kmultipart/kmultipart.cpp:576
++msgid "KMultiPart"
++msgstr ""
++
++#: khtml/kmultipart/kmultipart.cpp:578
++msgid "Embeddable component for multipart/mixed"
++msgstr ""
++
++#: khtml/xml/xml_tokenizer.cpp:312
++msgid "the document is not in the correct file format"
++msgstr ""
++
++#: khtml/xml/xml_tokenizer.cpp:318
++msgid "fatal parsing error: %1 in line %2, column %3"
++msgstr ""
++
++#: khtml/xml/xml_tokenizer.cpp:477
++msgid "XML parsing error"
++msgstr ""
++
++#: khtml/xml/dom_docimpl.cpp:2077
++msgid "Basic Page Style"
++msgstr ""
++
++#: kdeui/ktextedit.cpp:353 khtml/rendering/render_form.cpp:331
++msgid "Spell Checking"
++msgstr ""
++
++#: kdeui/kcombobox.cpp:444 khtml/rendering/render_form.cpp:388
++msgid "Clear &History"
++msgstr ""
++
++#: khtml/rendering/render_frames.cpp:944
++msgid ""
++"No plugin found for '%1'.\n"
++"Do you want to download one from %2?"
++msgstr ""
++
++#: khtml/rendering/render_frames.cpp:945
++msgid "Missing Plugin"
++msgstr ""
++
++#: khtml/rendering/render_frames.cpp:945
++msgid "Download"
++msgstr ""
++
++#: khtml/rendering/render_frames.cpp:945
++msgid "Do Not Download"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:291
++msgid "JavaScript Error"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:305
++msgid "&Do not show this message again"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:369
++msgid "JavaScript Debugger"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:383
++msgid "Call stack"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:418
++msgid "JavaScript console"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:448
++msgid ""
++"_: Next breakpoint\n"
++"&Next"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:450
++msgid "&Step"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:455
++msgid "&Continue"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:459
++msgid "&Break at Next Statement"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:463
++msgid ""
++"_: Next breakpoint\n"
++"Next"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:464
++msgid "Step"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:826
++msgid "Parse error at %1 line %2"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:837
++#, c-format
++msgid ""
++"An error occurred while attempting to run a script on this page.\n"
++"\n"
++"%1"
++msgstr ""
++
++#: khtml/ecma/kjs_debugwin.cpp:846
++msgid ""
++"An error occurred while attempting to run a script on this page.\n"
++"\n"
++"%1 line %2:\n"
++"%3"
++msgstr ""
++
++#: khtml/ecma/kjs_html.cpp:2160 khtml/ecma/kjs_window.cpp:1562
++msgid "Confirmation: JavaScript Popup"
++msgstr ""
++
++#: khtml/ecma/kjs_html.cpp:2162
++msgid ""
++"This site is submitting a form which will open up a new browser window via "
++"JavaScript.\n"
++"Do you want to allow the form to be submitted?"
++msgstr ""
++
++#: khtml/ecma/kjs_html.cpp:2165
++msgid ""
++"<qt>This site is submitting a form which will open <p>%1</p> in a new "
++"browser window via JavaScript.<br />Do you want to allow the form to be "
++"submitted?</qt>"
++msgstr ""
++
++#: khtml/ecma/kjs_html.cpp:2167 khtml/ecma/kjs_window.cpp:1570
++msgid "Allow"
++msgstr ""
++
++#: khtml/ecma/kjs_html.cpp:2167 khtml/ecma/kjs_window.cpp:1570
++msgid "Do Not Allow"
++msgstr ""
++
++#: khtml/ecma/kjs_window.cpp:1565
++msgid ""
++"This site is requesting to open up a new browser window via JavaScript.\n"
++"Do you want to allow this?"
++msgstr ""
++
++#: khtml/ecma/kjs_window.cpp:1568
++msgid ""
++"<qt>This site is requesting to open<p>%1</p>in a new browser window via "
++"JavaScript.<br />Do you want to allow this?</qt>"
++msgstr ""
++
++#: khtml/ecma/kjs_window.cpp:1862
++msgid "Close window?"
++msgstr ""
++
++#: khtml/ecma/kjs_window.cpp:1862
++msgid "Confirmation Required"
++msgstr ""
++
++#: khtml/ecma/kjs_window.cpp:2744
++msgid ""
++"Do you want a bookmark pointing to the location \"%1\" to be added to your "
++"collection?"
++msgstr ""
++
++#: khtml/ecma/kjs_window.cpp:2747
++msgid ""
++"Do you want a bookmark pointing to the location \"%1\" titled \"%2\" to be "
++"added to your collection?"
++msgstr ""
++
++#: khtml/ecma/kjs_window.cpp:2755
++msgid "JavaScript Attempted Bookmark Insert"
++msgstr ""
++
++#: khtml/ecma/kjs_window.cpp:2759
++msgid "Disallow"
++msgstr ""
++
++#: khtml/ecma/kjs_proxy.cpp:405
++msgid ""
++"A script on this page is causing KHTML to freeze. If it continues to run, "
++"other applications may become less responsive.\n"
++"Do you want to abort the script?"
++msgstr ""
++
++#: khtml/ecma/kjs_proxy.cpp:405
++msgid "JavaScript"
++msgstr ""
++
++#: khtml/ecma/kjs_proxy.cpp:405
++msgid "&Abort"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:353
++#: khtml/html/html_formimpl.cpp:353
++msgid ""
++"The following files will not be uploaded because they could not be found.\n"
++"Do you want to continue?"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:357
++#: khtml/html/html_formimpl.cpp:357
++msgid "Submit Confirmation"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:357
++#: khtml/html/html_formimpl.cpp:357
++msgid "&Submit Anyway"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:368
++#: khtml/html/html_formimpl.cpp:368
++msgid ""
++"You're about to transfer the following files from your local computer to the "
++"Internet.\n"
++"Do you really want to continue?"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:372
++#: khtml/html/html_formimpl.cpp:372
++msgid "Send Confirmation"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:372
++#: khtml/html/html_formimpl.cpp:372
++msgid "&Send Files"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:609
++#: khtml/html/html_formimpl.cpp:609
++msgid "Save Login Information"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:613
++#: khtml/html/html_formimpl.cpp:613
++msgid "Store"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:613
++#: khtml/html/html_formimpl.cpp:613
++msgid "Ne&ver for This Site"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:613
++#: khtml/html/html_formimpl.cpp:613
++msgid "Do Not Store"
++msgstr ""
++
++#: khtml/html/html_formimpl.cpp:617
++msgid "Store passwords on this page?"
++msgstr ""
++
++#: .pc/CVE-2009-1690.diff/khtml/html/htmlparser.cpp:1709
++#: khtml/html/htmlparser.cpp:1707
++msgid "This is a searchable index. Enter search keywords: "
++msgstr ""
++
++#: khtml/java/kjavaappletviewer.cpp:122
++msgid "Applet Parameters"
++msgstr ""
++
++#: khtml/java/kjavaappletviewer.cpp:131
++msgid "Parameter"
++msgstr ""
++
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:813
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:840
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:843
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:864
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:813
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:840
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:843
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:864
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1913
++#: khtml/java/kjavaappletviewer.cpp:133
++msgid "Class"
++msgstr ""
++
++#: khtml/java/kjavaappletviewer.cpp:137
++msgid "Base URL"
++msgstr ""
++
++#: khtml/java/kjavaappletviewer.cpp:141
++msgid "Archives"
++msgstr ""
++
++#: khtml/java/kjavaappletviewer.cpp:451
++msgid "KDE Java Applet Plugin"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:145
++msgid "Loading Applet"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:149
++msgid "Error: java executable not found"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:633
++msgid "Signed by (validation: "
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:635
++msgid "Certificate (validation: "
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:638
++msgid "Ok"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:640
++msgid "NoCARoot"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:642
++msgid "InvalidPurpose"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:644
++msgid "PathLengthExceeded"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:646
++msgid "InvalidCA"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:648
++msgid "Expired"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:650
++msgid "SelfSigned"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:652
++msgid "ErrorReadingRoot"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:654
++msgid "Revoked"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:656
++msgid "Untrusted"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:658
++msgid "SignatureFailed"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:660
++msgid "Rejected"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:662
++msgid "PrivateKeyFailed"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:664
++msgid "InvalidHost"
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:203
++#: khtml/java/kjavaappletserver.cpp:667
++msgid "Unknown"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:788
++msgid "Do you grant Java applet with certificate(s):"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:790
++msgid "the following permission"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:115 khtml/java/kjavaappletserver.cpp:797
++msgid "&No"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:801
++msgid "&Reject All"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:110 khtml/java/kjavaappletserver.cpp:804
++msgid "&Yes"
++msgstr ""
++
++#: khtml/java/kjavaappletserver.cpp:807
++msgid "&Grant All"
++msgstr ""
++
++#: khtml/java/kjavaapplet.cpp:225
++msgid "Initializing Applet \"%1\"..."
++msgstr ""
++
++#: khtml/java/kjavaapplet.cpp:232
++msgid "Starting Applet \"%1\"..."
++msgstr ""
++
++#: khtml/java/kjavaapplet.cpp:239
++msgid "Applet \"%1\" started"
++msgstr ""
++
++#: khtml/java/kjavaapplet.cpp:245
++msgid "Applet \"%1\" stopped"
++msgstr ""
++
++#: kded/kde-menu.cpp:36
++msgid "Output data in UTF-8 instead of local encoding"
++msgstr ""
++
++#: kded/kde-menu.cpp:37
++msgid ""
++"Print menu-id of the menu that contains\n"
++"the application"
++msgstr ""
++
++#: kded/kde-menu.cpp:38
++msgid ""
++"Print menu name (caption) of the menu that\n"
++"contains the application"
++msgstr ""
++
++#: kded/kde-menu.cpp:39
++msgid "Highlight the entry in the menu"
++msgstr ""
++
++#: kded/kde-menu.cpp:40
++msgid "Do not check if sycoca database is up to date"
++msgstr ""
++
++#: kded/kde-menu.cpp:41
++msgid "The id of the menu entry to locate"
++msgstr ""
++
++#: kded/kde-menu.cpp:99
++msgid "Menu item '%1' could not be highlighted."
++msgstr ""
++
++#: kded/kde-menu.cpp:111
++msgid ""
++"KDE Menu query tool.\n"
++"This tool can be used to find in which menu a specific application is "
++"shown.\n"
++"The --highlight option can be used to visually indicate to the user where\n"
++"in the KDE menu a specific application is located."
++msgstr ""
++
++#: kded/kde-menu.cpp:116
++msgid "kde-menu"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:724 kded/kbuildsycoca.cpp:725 kded/kde-menu.cpp:119
++#: kded/khostname.cpp:362 kdeui/kaboutdialog.cpp:90
++msgid "Author"
++msgstr ""
++
++#: kded/kde-menu.cpp:133
++msgid "You must specify an application-id such as 'kde-konsole.desktop'"
++msgstr ""
++
++#: kded/kde-menu.cpp:142
++msgid ""
++"You must specify at least one of --print-menu-id, --print-menu-name or "
++"--highlight"
++msgstr ""
++
++#: kded/kde-menu.cpp:164
++msgid "No menu item '%1'."
++msgstr ""
++
++#: kded/kde-menu.cpp:168
++msgid "Menu item '%1' not found in menu."
++msgstr ""
++
++#: kded/khostname.cpp:41
++msgid "Old hostname"
++msgstr ""
++
++#: kded/khostname.cpp:42
++msgid "New hostname"
++msgstr ""
++
++#: kded/khostname.cpp:79
++msgid "Error: HOME environment variable not set.\n"
++msgstr ""
++
++#: kded/khostname.cpp:88
++msgid "Error: DISPLAY environment variable not set.\n"
++msgstr ""
++
++#: kded/khostname.cpp:359
++msgid "KDontChangeTheHostName"
++msgstr ""
++
++#: kded/khostname.cpp:360
++msgid "Informs KDE about a change in hostname"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:483
++msgid ""
++"Error creating database '%1'.\n"
++"Check that the permissions are correct on the directory and the disk is not "
++"full.\n"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:483 kded/kbuildsycoca.cpp:512
++#: kded/kbuildsycoca.cpp:721
++msgid "KBuildSycoca"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:512
++msgid ""
++"Error writing database '%1'.\n"
++"Check that the permissions are correct on the directory and the disk is not "
++"full.\n"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:695
++msgid "Do not signal applications to update"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:696
++msgid "Disable incremental update, re-read everything"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:697
++msgid "Check file timestamps"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:698
++msgid "Disable checking files (dangerous)"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:699
++msgid "Create global database"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:700
++msgid "Perform menu generation test run only"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:701
++msgid "Track menu id for debug purposes"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:703
++msgid "Silent - work without windows and stderr"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:704
++msgid "Show progress information (even if 'silent' mode is on)"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:722
++msgid "Rebuilds the system configuration cache."
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:750
++msgid "Reloading KDE configuration, please wait..."
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:751
++msgid "KDE Configuration Manager"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:753
++msgid "Do you want to reload KDE configuration?"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:753
++msgid "Do Not Reload"
++msgstr ""
++
++#: kded/kbuildsycoca.cpp:953
++msgid "Configuration information reloaded successfully."
++msgstr ""
++
++#: .pc/kubuntu_9902_kde4_kded_blacklist_modules.diff/kded/kded.cpp:720
++#: kded/kded.cpp:737
++msgid "Check Sycoca database only once"
++msgstr ""
++
++#: .pc/kubuntu_9902_kde4_kded_blacklist_modules.diff/kded/kded.cpp:860
++#: kded/kded.cpp:877
++msgid "KDE Daemon"
++msgstr ""
++
++#: .pc/kubuntu_9902_kde4_kded_blacklist_modules.diff/kded/kded.cpp:862
++#: kded/kded.cpp:879
++msgid "KDE Daemon - triggers Sycoca database updates when needed"
++msgstr ""
++
++#: kunittest/modrunner.cpp:36
++msgid "A command-line application that can be used to run KUnitTest modules."
++msgstr ""
++
++#: kunittest/modrunner.cpp:42
++msgid "Only run modules whose filenames match the regexp."
++msgstr ""
++
++#: kunittest/modrunner.cpp:43
++msgid ""
++"Only run tests modules which are found in the folder. Use the query option "
++"to select modules."
++msgstr ""
++
++#: kunittest/modrunner.cpp:44
++msgid ""
++"Disables debug capturing. You typically use this option when you use the GUI."
++msgstr ""
++
++#: kunittest/modrunner.cpp:53
++msgid "KUnitTest ModRunner"
++msgstr ""
++
++#: arts/kde/kvideowidget.cpp:82
++msgid "Video Toolbar"
++msgstr ""
++
++#: arts/kde/kvideowidget.cpp:104
++msgid "Fullscreen &Mode"
++msgstr ""
++
++#: arts/kde/kvideowidget.cpp:107
++msgid "&Half Size"
++msgstr ""
++
++#: arts/kde/kvideowidget.cpp:110
++msgid "&Normal Size"
++msgstr ""
++
++#: arts/kde/kvideowidget.cpp:113
++msgid "&Double Size"
++msgstr ""
++
++#: kdecore/ksocks.cpp:135
++msgid "NEC SOCKS client"
++msgstr ""
++
++#: kdecore/ksocks.cpp:170
++msgid "Dante SOCKS client"
++msgstr ""
++
++#: kabc/address.cpp:312 kabc/phonenumber.cpp:199 kdecore/kcharsets.cpp:43
++msgid "Other"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:47
++msgid "Chinese Simplified"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:48
++msgid "Chinese Traditional"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:49
++msgid "Cyrillic"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:53
++msgid "Korean"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:54
++msgid "Thai"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:57
++msgid "Tamil"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:58
++msgid "Unicode"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:59
++msgid "Northern Saami"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:60
++msgid "Vietnamese"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:61
++msgid "South-Eastern Europe"
++msgstr ""
++
++#: kdecore/kcharsets.cpp:516
++msgid ""
++"_: Descriptive Encoding Name\n"
++"%1 ( %2 )"
++msgstr ""
++
++#: kdecore/netsupp.cpp:890 kdecore/network/kresolver.cpp:557
++msgid "no error"
++msgstr ""
++
++#: kdecore/netsupp.cpp:891
++msgid "address family for nodename not supported"
++msgstr ""
++
++#: kdecore/netsupp.cpp:892 kdecore/network/kresolver.cpp:559
++msgid "temporary failure in name resolution"
++msgstr ""
++
++#: kdecore/netsupp.cpp:893
++msgid "invalid value for 'ai_flags'"
++msgstr ""
++
++#: kdecore/netsupp.cpp:894 kdecore/network/kresolver.cpp:560
++msgid "non-recoverable failure in name resolution"
++msgstr ""
++
++#: kdecore/netsupp.cpp:895
++msgid "'ai_family' not supported"
++msgstr ""
++
++#: kdecore/netsupp.cpp:896 kdecore/network/kresolver.cpp:562
++msgid "memory allocation failure"
++msgstr ""
++
++#: kdecore/netsupp.cpp:897
++msgid "no address associated with nodename"
++msgstr ""
++
++#: kdecore/netsupp.cpp:898 kdecore/network/kresolver.cpp:563
++msgid "name or service not known"
++msgstr ""
++
++#: kdecore/netsupp.cpp:899
++msgid "servname not supported for ai_socktype"
++msgstr ""
++
++#: kdecore/netsupp.cpp:900
++msgid "'ai_socktype' not supported"
++msgstr ""
++
++#: kdecore/netsupp.cpp:901
++msgid "system error"
++msgstr ""
++
++#: kdecore/ksockaddr.cpp:112
++msgid "<unknown socket>"
++msgstr ""
++
++#: kdecore/ksockaddr.cpp:568 kdecore/ksockaddr.cpp:587
++msgid "<empty>"
++msgstr ""
++
++#: kdecore/ksockaddr.cpp:571
++msgid ""
++"_: 1: hostname, 2: port number\n"
++"%1 port %2"
++msgstr ""
++
++#: kdecore/ksockaddr.cpp:853
++msgid "<empty UNIX socket>"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:392
++msgid "Far"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:394
++msgid "Ord"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:396
++msgid "Kho"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:398 kdecore/kcalendarsystemjalali.cpp:426
++msgid "Tir"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:400
++msgid "Mor"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:402
++msgid "Sha"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:404
++msgid "Meh"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:406
++msgid "Aba"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:408
++msgid "Aza"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:410 kdecore/kcalendarsystemjalali.cpp:438
++msgid "Dei"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:412
++msgid "Bah"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:414
++msgid "Esf"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:420
++msgid "Farvardin"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:422
++msgid "Ordibehesht"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:424
++msgid "Khordad"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:428
++msgid "Mordad"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:430
++msgid "Shahrivar"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:432
++msgid "Mehr"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:434
++msgid "Aban"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:436
++msgid "Azar"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:440
++msgid "Bahman"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:442
++msgid "Esfand"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:476
++msgid "2sh"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:478
++msgid "3sh"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:480
++msgid "4sh"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:482
++msgid "5sh"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:484
++msgid "Jom"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:486
++msgid "shn"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:488
++msgid "1sh"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:494
++msgid "Do shanbe"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:496
++msgid "Se shanbe"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:498
++msgid "Chahar shanbe"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:500
++msgid "Panj shanbe"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:502
++msgid "Jumee"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:504
++msgid "Shanbe"
++msgstr ""
++
++#: kdecore/kcalendarsystemjalali.cpp:506
++msgid "Yek-shanbe"
++msgstr ""
++
++#: kdecore/klibloader.cpp:157
++msgid "The library %1 does not offer an %2 function."
++msgstr ""
++
++#: kdecore/klibloader.cpp:168
++msgid "The library %1 does not offer a KDE compatible factory."
++msgstr ""
++
++#: kdecore/klibloader.cpp:425
++msgid "Library files for \"%1\" not found in paths."
++msgstr ""
++
++#: kdecore/kwinmodule.cpp:456
++#, c-format
++msgid "Desktop %1"
++msgstr ""
++
++#: .pc/kubuntu_64_rosetta_translation.diff/kdecore/kaboutdata.cpp:388
++#: kdecore/kaboutdata.cpp:388
++msgid ""
++"_: replace this with information about your translation team\n"
++"<p>KDE is translated into many languages thanks to the work of the "
++"translation teams all over the world.</p><p>For more information on KDE "
++"internationalization visit <a "
++"href=\"http://l10n.kde.org\">http://l10n.kde.org</a></p>"
++msgstr ""
++
++#: kdecore/kaboutdata.cpp:392
++msgid ""
++"<p>Kubuntu includes additions and alterations to the KDE translation from <a "
++"href=\"https://translations.launchpad.net/\">Launchpad</a>.</p>"
++msgstr ""
++
++#: .pc/kubuntu_64_rosetta_translation.diff/kdecore/kaboutdata.cpp:444
++#: kdecore/kaboutdata.cpp:444
++msgid ""
++"No licensing terms for this program have been specified.\n"
++"Please check the documentation or the source for any\n"
++"licensing terms.\n"
++msgstr ""
++
++#: .pc/kubuntu_64_rosetta_translation.diff/kdecore/kaboutdata.cpp:451
++#: kdecore/kaboutdata.cpp:451
++#, c-format
++msgid "This program is distributed under the terms of the %1."
++msgstr ""
++
++#: kdecore/kkeyserver_x11.cpp:113
++msgid "Win"
++msgstr ""
++
++#: kdecore/kkeyserver_x11.cpp:119
++msgid "Backspace"
++msgstr ""
++
++#: kdecore/kkeyserver_x11.cpp:120
++msgid "SysReq"
++msgstr ""
++
++#: kdecore/kkeyserver_x11.cpp:121
++msgid "CapsLock"
++msgstr ""
++
++#: kdecore/kkeyserver_x11.cpp:122
++msgid "NumLock"
++msgstr ""
++
++#: kdecore/kkeyserver_x11.cpp:123
++msgid "ScrollLock"
++msgstr ""
++
++#: kdecore/kkeyserver_x11.cpp:124
++msgid "PageUp"
++msgstr ""
++
++#: kdecore/kkeyserver_x11.cpp:125
++msgid "PageDown"
++msgstr ""
++
++#: kdecore/kkeyserver_x11.cpp:128
++msgid "Again"
++msgstr ""
++
++#: kdecore/kkeyserver_x11.cpp:129
++msgid "Props"
++msgstr ""
++
++#: kdecore/kkeyserver_x11.cpp:131
++msgid "Front"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:333
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:498
++#: kdecore/kkeyserver_x11.cpp:135 kdecore/kstdaccel.cpp:70
++#: kdeui/keditcl2.cpp:107 kdeui/keditcl2.cpp:120 kdeui/keditcl2.cpp:377
++#: kdeui/keditcl2.cpp:390 kdeui/keditcl2.cpp:700 kutils/kfinddialog.cpp:119
++msgid "Find"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:553
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:561
++#: kdecore/kcalendarsystemgregorian.cpp:91 kdecore/klocale.cpp:562
++msgid ""
++"_: January\n"
++"Jan"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:554
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:562
++#: kdecore/kcalendarsystemgregorian.cpp:93 kdecore/klocale.cpp:563
++msgid ""
++"_: February\n"
++"Feb"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:555
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:563
++#: kdecore/kcalendarsystemgregorian.cpp:95 kdecore/klocale.cpp:564
++msgid ""
++"_: March\n"
++"Mar"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:556
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:564
++#: kdecore/kcalendarsystemgregorian.cpp:97 kdecore/klocale.cpp:565
++msgid ""
++"_: April\n"
++"Apr"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:557
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:565
++#: kdecore/kcalendarsystemgregorian.cpp:99 kdecore/klocale.cpp:566
++msgid ""
++"_: May short\n"
++"May"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:558
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:566
++#: kdecore/kcalendarsystemgregorian.cpp:101 kdecore/klocale.cpp:567
++msgid ""
++"_: June\n"
++"Jun"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:559
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:567
++#: kdecore/kcalendarsystemgregorian.cpp:103 kdecore/klocale.cpp:568
++msgid ""
++"_: July\n"
++"Jul"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:560
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:568
++#: kdecore/kcalendarsystemgregorian.cpp:105 kdecore/klocale.cpp:569
++msgid ""
++"_: August\n"
++"Aug"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:561
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:569
++#: kdecore/kcalendarsystemgregorian.cpp:107 kdecore/klocale.cpp:570
++msgid ""
++"_: September\n"
++"Sep"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:562
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:570
++#: kdecore/kcalendarsystemgregorian.cpp:109 kdecore/klocale.cpp:571
++msgid ""
++"_: October\n"
++"Oct"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:563
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:571
++#: kdecore/kcalendarsystemgregorian.cpp:111 kdecore/klocale.cpp:572
++msgid ""
++"_: November\n"
++"Nov"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:564
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:572
++#: kdecore/kcalendarsystemgregorian.cpp:113 kdecore/klocale.cpp:573
++msgid ""
++"_: December\n"
++"Dec"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:569
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:577
++#: kdecore/kcalendarsystemgregorian.cpp:119 kdecore/klocale.cpp:578
++msgid "January"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:570
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:578
++#: kdecore/kcalendarsystemgregorian.cpp:121 kdecore/klocale.cpp:579
++msgid "February"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:571
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:579
++#: kdecore/kcalendarsystemgregorian.cpp:123 kdecore/klocale.cpp:580
++msgid "March"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:572
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:580
++#: kdecore/kcalendarsystemgregorian.cpp:125 kdecore/klocale.cpp:581
++msgid "April"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:573
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:581
++#: kdecore/kcalendarsystemgregorian.cpp:127 kdecore/klocale.cpp:582
++msgid ""
++"_: May long\n"
++"May"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:574
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:582
++#: kdecore/kcalendarsystemgregorian.cpp:129 kdecore/klocale.cpp:583
++msgid "June"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:575
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:583
++#: kdecore/kcalendarsystemgregorian.cpp:131 kdecore/klocale.cpp:584
++msgid "July"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:576
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:584
++#: kdecore/kcalendarsystemgregorian.cpp:133 kdecore/klocale.cpp:585
++msgid "August"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:577
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:585
++#: kdecore/kcalendarsystemgregorian.cpp:135 kdecore/klocale.cpp:586
++msgid "September"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:578
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:586
++#: kdecore/kcalendarsystemgregorian.cpp:137 kdecore/klocale.cpp:587
++msgid "October"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:579
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:587
++#: kdecore/kcalendarsystemgregorian.cpp:139 kdecore/klocale.cpp:588
++msgid "November"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:580
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:588
++#: kdecore/kcalendarsystemgregorian.cpp:141 kdecore/klocale.cpp:589
++msgid "December"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:591
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:599
++#: kdecore/kcalendarsystemgregorian.cpp:156 kdecore/klocale.cpp:600
++msgid ""
++"_: of January\n"
++"of Jan"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:592
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:600
++#: kdecore/kcalendarsystemgregorian.cpp:158 kdecore/klocale.cpp:601
++msgid ""
++"_: of February\n"
++"of Feb"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:593
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:601
++#: kdecore/kcalendarsystemgregorian.cpp:160 kdecore/klocale.cpp:602
++msgid ""
++"_: of March\n"
++"of Mar"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:594
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:602
++#: kdecore/kcalendarsystemgregorian.cpp:162 kdecore/klocale.cpp:603
++msgid ""
++"_: of April\n"
++"of Apr"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:595
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:603
++#: kdecore/kcalendarsystemgregorian.cpp:164 kdecore/klocale.cpp:604
++msgid ""
++"_: of May short\n"
++"of May"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:596
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:604
++#: kdecore/kcalendarsystemgregorian.cpp:166 kdecore/klocale.cpp:605
++msgid ""
++"_: of June\n"
++"of Jun"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:597
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:605
++#: kdecore/kcalendarsystemgregorian.cpp:168 kdecore/klocale.cpp:606
++msgid ""
++"_: of July\n"
++"of Jul"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:598
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:606
++#: kdecore/kcalendarsystemgregorian.cpp:170 kdecore/klocale.cpp:607
++msgid ""
++"_: of August\n"
++"of Aug"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:599
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:607
++#: kdecore/kcalendarsystemgregorian.cpp:172 kdecore/klocale.cpp:608
++msgid ""
++"_: of September\n"
++"of Sep"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:600
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:608
++#: kdecore/kcalendarsystemgregorian.cpp:174 kdecore/klocale.cpp:609
++msgid ""
++"_: of October\n"
++"of Oct"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:601
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:609
++#: kdecore/kcalendarsystemgregorian.cpp:176 kdecore/klocale.cpp:610
++msgid ""
++"_: of November\n"
++"of Nov"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:602
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:610
++#: kdecore/kcalendarsystemgregorian.cpp:178 kdecore/klocale.cpp:611
++msgid ""
++"_: of December\n"
++"of Dec"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:607
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:615
++#: kdecore/kcalendarsystemgregorian.cpp:184 kdecore/klocale.cpp:616
++msgid "of January"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:608
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:616
++#: kdecore/kcalendarsystemgregorian.cpp:186 kdecore/klocale.cpp:617
++msgid "of February"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:609
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:617
++#: kdecore/kcalendarsystemgregorian.cpp:188 kdecore/klocale.cpp:618
++msgid "of March"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:610
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:618
++#: kdecore/kcalendarsystemgregorian.cpp:190 kdecore/klocale.cpp:619
++msgid "of April"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:611
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:619
++#: kdecore/kcalendarsystemgregorian.cpp:192 kdecore/klocale.cpp:620
++msgid ""
++"_: of May long\n"
++"of May"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:612
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:620
++#: kdecore/kcalendarsystemgregorian.cpp:194 kdecore/klocale.cpp:621
++msgid "of June"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:613
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:621
++#: kdecore/kcalendarsystemgregorian.cpp:196 kdecore/klocale.cpp:622
++msgid "of July"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:614
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:622
++#: kdecore/kcalendarsystemgregorian.cpp:198 kdecore/klocale.cpp:623
++msgid "of August"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:615
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:623
++#: kdecore/kcalendarsystemgregorian.cpp:200 kdecore/klocale.cpp:624
++msgid "of September"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:616
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:624
++#: kdecore/kcalendarsystemgregorian.cpp:202 kdecore/klocale.cpp:625
++msgid "of October"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:617
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:625
++#: kdecore/kcalendarsystemgregorian.cpp:204 kdecore/klocale.cpp:626
++msgid "of November"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:618
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:626
++#: kdecore/kcalendarsystemgregorian.cpp:206 kdecore/klocale.cpp:627
++msgid "of December"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:402
++msgid "Tishrey"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:404
++msgid "Heshvan"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:406
++msgid "Kislev"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:408
++msgid "Tevet"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:410
++msgid "Shvat"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:412
++msgid "Adar"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:414
++msgid "Nisan"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:416
++msgid "Iyar"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:418
++msgid "Sivan"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:420
++msgid "Tamuz"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:422
++msgid "Av"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:424
++msgid "Elul"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:426
++msgid "Adar I"
++msgstr ""
++
++#: kdecore/kcalendarsystemhebrew.cpp:428
++msgid "Adar II"
++msgstr ""
++
++#: kdecore/kcheckaccelerators.cpp:148
++msgid "Dr. Klash' Accelerator Diagnosis"
++msgstr ""
++
++#: kdecore/kcheckaccelerators.cpp:155
++msgid "&Disable automatic checking"
++msgstr ""
++
++#: kdecore/kcheckaccelerators.cpp:193
++msgid "<h2>Accelerators changed</h2>"
++msgstr ""
++
++#: kdecore/kcheckaccelerators.cpp:199
++msgid "<h2>Accelerators removed</h2>"
++msgstr ""
++
++#: kdecore/kcheckaccelerators.cpp:204
++msgid "<h2>Accelerators added (just for your info)</h2>"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/kconfigbackend.cpp:1107
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/kconfigbackend.cpp:1116
++#: kdecore/kconfigbackend.cpp:1158 kdecore/kconfigbackend.cpp:1167
++msgid "Will not save configuration.\n"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/kconfigbackend.cpp:1109
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/kconfigbackend.cpp:1117
++#: kdecore/kconfigbackend.cpp:1160 kdecore/kconfigbackend.cpp:1168
++msgid "Configuration file \"%1\" not writable.\n"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/kconfigbackend.cpp:1124
++#: kdecore/kconfigbackend.cpp:1175
++msgid "Please contact your system administrator."
++msgstr ""
++
++#: .pc/kubuntu_93_xdg_dirs_document_path.diff/kdecore/kglobalsettings.cpp:494
++#: kdecore/kglobalsettings.cpp:527
++msgid "Trash"
++msgstr ""
++
++#: kdecore/kcalendarsystem.cpp:124
++msgid ""
++"_: Monday\n"
++"Mon"
++msgstr ""
++
++#: kdecore/kcalendarsystem.cpp:125
++msgid ""
++"_: Tuesday\n"
++"Tue"
++msgstr ""
++
++#: kdecore/kcalendarsystem.cpp:126
++msgid ""
++"_: Wednesday\n"
++"Wed"
++msgstr ""
++
++#: kdecore/kcalendarsystem.cpp:127
++msgid ""
++"_: Thursday\n"
++"Thu"
++msgstr ""
++
++#: kdecore/kcalendarsystem.cpp:128
++msgid ""
++"_: Friday\n"
++"Fri"
++msgstr ""
++
++#: kdecore/kcalendarsystem.cpp:129
++msgid ""
++"_: Saturday\n"
++"Sat"
++msgstr ""
++
++#: kdecore/kcalendarsystem.cpp:130
++msgid ""
++"_: Sunday\n"
++"Sun"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:298 kdecore/kcalendarsystemhijri.cpp:326
++msgid "Muharram"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:300 kdecore/kcalendarsystemhijri.cpp:328
++msgid "Safar"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:302
++msgid "R. Awal"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:304
++msgid "R. Thaani"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:306
++msgid "J. Awal"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:308
++msgid "J. Thaani"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:310 kdecore/kcalendarsystemhijri.cpp:338
++msgid "Rajab"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:312 kdecore/kcalendarsystemhijri.cpp:340
++msgid "Sha`ban"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:314 kdecore/kcalendarsystemhijri.cpp:342
++msgid "Ramadan"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:316 kdecore/kcalendarsystemhijri.cpp:344
++msgid "Shawwal"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:318
++msgid "Qi`dah"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:320
++msgid "Hijjah"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:330
++msgid "Rabi` al-Awal"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:332
++msgid "Rabi` al-Thaani"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:334
++msgid "Jumaada al-Awal"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:336
++msgid "Jumaada al-Thaani"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:346
++msgid "Thu al-Qi`dah"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:348
++msgid "Thu al-Hijjah"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:363 kdecore/kcalendarsystemhijri.cpp:391
++msgid "of Muharram"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:365 kdecore/kcalendarsystemhijri.cpp:393
++msgid "of Safar"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:367
++msgid "of R. Awal"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:369
++msgid "of R. Thaani"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:371
++msgid "of J. Awal"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:373
++msgid "of J. Thaani"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:375 kdecore/kcalendarsystemhijri.cpp:403
++msgid "of Rajab"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:377 kdecore/kcalendarsystemhijri.cpp:405
++msgid "of Sha`ban"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:379 kdecore/kcalendarsystemhijri.cpp:407
++msgid "of Ramadan"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:381 kdecore/kcalendarsystemhijri.cpp:409
++msgid "of Shawwal"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:383
++msgid "of Qi`dah"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:385
++msgid "of Hijjah"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:395
++msgid "of Rabi` al-Awal"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:397
++msgid "of Rabi` al-Thaani"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:399
++msgid "of Jumaada al-Awal"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:401
++msgid "of Jumaada al-Thaani"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:411
++msgid "of Thu al-Qi`dah"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:413
++msgid "of Thu al-Hijjah"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:445
++msgid "Ith"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:447
++msgid "Thl"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:449
++msgid "Arb"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:451
++msgid "Kha"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:453
++msgid "Jum"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:455
++msgid "Sab"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:457
++msgid "Ahd"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:463
++msgid "Yaum al-Ithnain"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:465
++msgid "Yau al-Thulatha"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:467
++msgid "Yaum al-Arbi'a"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:469
++msgid "Yaum al-Khamees"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:471
++msgid "Yaum al-Jumma"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:473
++msgid "Yaum al-Sabt"
++msgstr ""
++
++#: kdecore/kcalendarsystemhijri.cpp:475
++msgid "Yaum al-Ahad"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:54
++msgid "New"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:65
++msgid "Paste Selection"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:67
++msgid "Deselect"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:68
++msgid "Delete Word Backwards"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:69
++msgid "Delete Word Forward"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:71 kutils/kfind.cpp:47
++msgid "Find Next"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:72
++msgid "Find Prev"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:74
++msgid "Navigation"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:75
++msgid ""
++"_: Opposite to End\n"
++"Home"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:76
++msgid "End"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:77
++msgid "Beginning of Line"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:78 kutils/kfinddialog.cpp:451
++msgid "End of Line"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:79
++msgid "Prior"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:80
++msgid ""
++"_: Opposite to Prior\n"
++"Next"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:81 kdeui/keditcl2.cpp:976
++msgid "Go to Line"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:82
++msgid "Add Bookmark"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:83
++msgid "Zoom In"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:84
++msgid "Zoom Out"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:85
++msgid "Up"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:87
++msgid "Forward"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:89
++msgid "Popup Menu Context"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:90
++msgid "Show Menu Bar"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:91
++msgid "Backward Word"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:92
++msgid "Forward Word"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:93
++msgid "Activate Next Tab"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:94
++msgid "Activate Previous Tab"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:95
++msgid "Full Screen Mode"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:98
++msgid "What's This"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:99 kdecore/kstdaccel.cpp:100 kdeui/klineedit.cpp:886
++msgid "Text Completion"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:101
++msgid "Previous Completion Match"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:102
++msgid "Next Completion Match"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:103
++msgid "Substring Completion"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:104
++msgid "Previous Item in List"
++msgstr ""
++
++#: kdecore/kstdaccel.cpp:105
++msgid "Next Item in List"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:500 kdecore/kcmdlineargs.cpp:516
++msgid "Unknown option '%1'."
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:524
++msgid "'%1' missing."
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:619
++msgid ""
++"_: the 2nd argument is a list of name+address, one on each line\n"
++"%1 was written by\n"
++"%2"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:622
++msgid "This application was written by somebody who wants to remain anonymous."
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:629
++msgid "Please use http://bugs.kde.org to report bugs.\n"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:632 kdecore/kcmdlineargs.cpp:634
++msgid "Please report bugs to %1.\n"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:660
++msgid "Unexpected argument '%1'."
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:765
++msgid "Use --help to get a list of available command line options."
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:780
++msgid ""
++"\n"
++"%1:\n"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:789
++msgid "[options] "
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:796
++msgid "[%1-options]"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:816
++msgid "Usage: %1 %2\n"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:819
++msgid "Generic options"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:820
++msgid "Show help about options"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:828
++msgid "Show %1 specific options"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:835
++msgid "Show all options"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:836
++msgid "Show author information"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:837
++msgid "Show version information"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:838
++msgid "Show license information"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:839
++msgid "End of options"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:861
++msgid "%1 options"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:863
++msgid ""
++"\n"
++"Options:\n"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:920
++msgid ""
++"\n"
++"Arguments:\n"
++msgstr ""
++
++#: kdecore/kcmdlineargs.cpp:1282
++msgid "The files/URLs opened by the application will be deleted after use"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:931
++#: kdecore/kapplication.cpp:931
++msgid ""
++"_: Dear Translator! Translate this string to the string 'LTR' in "
++"left-to-right languages (as english) or to 'RTL' in right-to-left languages "
++"(such as Hebrew and Arabic) to get proper widget layout."
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1404
++#: kdecore/kapplication.cpp:1404
++msgid ""
++"There was an error setting up inter-process communications for KDE. The "
++"message returned by the system was:\n"
++"\n"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1408
++#: kdecore/kapplication.cpp:1408
++msgid ""
++"\n"
++"\n"
++"Please check that the \"dcopserver\" program is running!"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1415
++#: kdecore/kapplication.cpp:1415
++msgid "DCOP communications error (%1)"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1433
++#: kdecore/kapplication.cpp:1433
++msgid "Use the X-server display 'displayname'"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1435
++#: kdecore/kapplication.cpp:1435
++msgid "Use the QWS display 'displayname'"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1437
++#: kdecore/kapplication.cpp:1437
++msgid "Restore the application for the given 'sessionId'"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1438
++#: kdecore/kapplication.cpp:1438
++msgid ""
++"Causes the application to install a private color\n"
++"map on an 8-bit display"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1439
++#: kdecore/kapplication.cpp:1439
++msgid ""
++"Limits the number of colors allocated in the color\n"
++"cube on an 8-bit display, if the application is\n"
++"using the QApplication::ManyColor color\n"
++"specification"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1440
++#: kdecore/kapplication.cpp:1440
++msgid "tells Qt to never grab the mouse or the keyboard"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1441
++#: kdecore/kapplication.cpp:1441
++msgid ""
++"running under a debugger can cause an implicit\n"
++"-nograb, use -dograb to override"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1442
++#: kdecore/kapplication.cpp:1442
++msgid "switches to synchronous mode for debugging"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1444
++#: kdecore/kapplication.cpp:1444
++msgid "defines the application font"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1446
++#: kdecore/kapplication.cpp:1446
++msgid ""
++"sets the default background color and an\n"
++"application palette (light and dark shades are\n"
++"calculated)"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1448
++#: kdecore/kapplication.cpp:1448
++msgid "sets the default foreground color"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1450
++#: kdecore/kapplication.cpp:1450
++msgid "sets the default button color"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1451
++#: kdecore/kapplication.cpp:1451
++msgid "sets the application name"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1452
++#: kdecore/kapplication.cpp:1452
++msgid "sets the application title (caption)"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1454
++#: kdecore/kapplication.cpp:1454
++msgid ""
++"forces the application to use a TrueColor visual on\n"
++"an 8-bit display"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1455
++#: kdecore/kapplication.cpp:1455
++msgid ""
++"sets XIM (X Input Method) input style. Possible\n"
++"values are onthespot, overthespot, offthespot and\n"
++"root"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1456
++#: kdecore/kapplication.cpp:1456
++msgid "set XIM server"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1457
++#: kdecore/kapplication.cpp:1457
++msgid "disable XIM"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1460
++#: kdecore/kapplication.cpp:1460
++msgid "forces the application to run as QWS Server"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1462
++#: kdecore/kapplication.cpp:1462
++msgid "mirrors the whole layout of widgets"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1468
++#: kdecore/kapplication.cpp:1468
++msgid "Use 'caption' as name in the titlebar"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1469
++#: kdecore/kapplication.cpp:1469
++msgid "Use 'icon' as the application icon"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1470
++#: kdecore/kapplication.cpp:1470
++msgid "Use 'icon' as the icon in the titlebar"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1471
++#: kdecore/kapplication.cpp:1471
++msgid "Use alternative configuration file"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1472
++#: kdecore/kapplication.cpp:1472
++msgid "Use the DCOP Server specified by 'server'"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1473
++#: kdecore/kapplication.cpp:1473
++msgid "Disable crash handler, to get core dumps"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1474
++#: kdecore/kapplication.cpp:1474
++msgid "Waits for a WM_NET compatible windowmanager"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1475
++#: kdecore/kapplication.cpp:1475
++msgid "sets the application GUI style"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1476
++#: kdecore/kapplication.cpp:1476
++msgid ""
++"sets the client geometry of the main widget - see man X for the argument "
++"format"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1516
++#: kdecore/kapplication.cpp:1516
++msgid "The style %1 was not found\n"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:1978
++#: kdecore/kapplication.cpp:1978 kstyles/klegacy/klegacystyle.cpp:3044
++#: kstyles/web/webstyle.cpp:1604
++msgid "modified"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:2244
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:2279
++#: kdecore/kapplication.cpp:2243 kdecore/kapplication.cpp:2273
++msgid "Could not Launch Help Center"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:2245
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:2280
++#: kdecore/kapplication.cpp:2244 kdecore/kapplication.cpp:2274
++#, c-format
++msgid ""
++"Could not launch the KDE Help Center:\n"
++"\n"
++"%1"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:2550
++#: kdecore/kapplication.cpp:2544
++msgid "Could not Launch Mail Client"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:2551
++#: kdecore/kapplication.cpp:2545
++#, c-format
++msgid ""
++"Could not launch the mail client:\n"
++"\n"
++"%1"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:2572
++#: kdecore/kapplication.cpp:2566
++msgid "Could not Launch Browser"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:2573
++#: kdecore/kapplication.cpp:2567
++#, c-format
++msgid ""
++"Could not launch the browser:\n"
++"\n"
++"%1"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:2637
++#: kdecore/kapplication.cpp:2631
++msgid "Could not register with DCOP.\n"
++msgstr ""
++
++#: .pc/68_support_khelpcenter4.diff/kdecore/kapplication.cpp:2672
++#: kdecore/kapplication.cpp:2666
++msgid "KLauncher could not be reached via DCOP.\n"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:217
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:225
++#: kdecore/klocale.cpp:226
++msgid ""
++"_: Dear translator, please do not translate this string in any form, but "
++"pick the _right_ value out of NoPlural/TwoForms/French... If not sure what "
++"to do mail thd@kde.org and coolo@kde.org, they will tell you. Better leave "
++"that out if unsure, the programs will crash!!\n"
++"Definition of PluralForm - to be set by the translator of kdelibs.po"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:1773
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:1913
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:1781
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:1921
++#: kdecore/klocale.cpp:1782 kdecore/klocale.cpp:1922
++msgid "pm"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:1782
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:1915
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:1790
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:1923
++#: kdecore/klocale.cpp:1791 kdecore/klocale.cpp:1924
++msgid "am"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:1956
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:1964
++#: kdecore/klocale.cpp:1965
++msgid ""
++"_: concatenation of dates and time\n"
++"%1 %2"
++msgstr ""
++
++#: .pc/kubuntu_56_langpacks_desktop_files.diff/kdecore/klocale.cpp:2447
++#: .pc/kubuntu_94_xdg_dirs_i18n.diff/kdecore/klocale.cpp:2455
++#: kdecore/klocale.cpp:2456
++msgid "&Next"
++msgstr ""
++
++#: kdecore/kcompletion.cpp:632
++msgid ""
++"You reached the end of the list\n"
++"of matching items.\n"
++msgstr ""
++
++#: kdecore/kcompletion.cpp:638
++msgid ""
++"The completion is ambiguous, more than one\n"
++"match is available.\n"
++msgstr ""
++
++#: kdecore/kcompletion.cpp:644
++msgid "There is no matching item available.\n"
++msgstr ""
++
++#: kdecore/kconfig_compiler/kconfig_compiler.cpp:45
++msgid "Directory to generate files in"
++msgstr ""
++
++#: kdecore/kconfig_compiler/kconfig_compiler.cpp:46
++msgid "Input kcfg XML file"
++msgstr ""
++
++#: kdecore/kconfig_compiler/kconfig_compiler.cpp:47
++msgid "Code generation options file"
++msgstr ""
++
++#: kdecore/kconfig_compiler/kconfig_compiler.cpp:955
++msgid "KDE .kcfg compiler"
++msgstr ""
++
++#: kdecore/kconfig_compiler/kconfig_compiler.cpp:956
++msgid "KConfig Compiler"
++msgstr ""
++
++#: kdecore/network/kresolver.cpp:558
++msgid "requested family not supported for this host name"
++msgstr ""
++
++#: kdecore/network/kresolver.cpp:561
++msgid "invalid flags"
++msgstr ""
++
++#: kdecore/network/kresolver.cpp:564
++msgid "requested family not supported"
++msgstr ""
++
++#: kdecore/network/kresolver.cpp:565
++msgid "requested service not supported for this socket type"
++msgstr ""
++
++#: kdecore/network/kresolver.cpp:566
++msgid "requested socket type not supported"
++msgstr ""
++
++#: kdecore/network/kresolver.cpp:567
++msgid "unknown error"
++msgstr ""
++
++#: kdecore/network/kresolver.cpp:569
++#, c-format
++msgid ""
++"_: 1: the i18n'ed system error code, from errno\n"
++"system error: %1"
++msgstr ""
++
++#: kdecore/network/kresolver.cpp:574
++msgid "request was canceled"
++msgstr ""
++
++#: kdecore/network/ksocketaddress.cpp:625
++#, c-format
++msgid ""
++"_: 1: the unknown socket address family number\n"
++"Unknown family %1"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:172
++msgid ""
++"_: Socket error code NoError\n"
++"no error"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:177
++msgid ""
++"_: Socket error code LookupFailure\n"
++"name lookup has failed"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:182
++msgid ""
++"_: Socket error code AddressInUse\n"
++"address already in use"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:187
++msgid ""
++"_: Socket error code AlreadyBound\n"
++"socket is already bound"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:192
++msgid ""
++"_: Socket error code AlreadyCreated\n"
++"socket is already created"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:197
++msgid ""
++"_: Socket error code NotBound\n"
++"socket is not bound"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:202
++msgid ""
++"_: Socket error code NotCreated\n"
++"socket has not been created"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:207
++msgid ""
++"_: Socket error code WouldBlock\n"
++"operation would block"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:212
++msgid ""
++"_: Socket error code ConnectionRefused\n"
++"connection actively refused"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:217
++msgid ""
++"_: Socket error code ConnectionTimedOut\n"
++"connection timed out"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:222
++msgid ""
++"_: Socket error code InProgress\n"
++"operation is already in progress"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:227
++msgid ""
++"_: Socket error code NetFailure\n"
++"network failure occurred"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:232
++msgid ""
++"_: Socket error code NotSupported\n"
++"operation is not supported"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:237
++msgid ""
++"_: Socket error code Timeout\n"
++"timed operation timed out"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:242
++msgid ""
++"_: Socket error code UnknownError\n"
++"an unknown/unexpected error has happened"
++msgstr ""
++
++#: kdecore/network/ksocketbase.cpp:247
++msgid ""
++"_: Socket error code RemotelyDisconnected\n"
++"remote host closed connection"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdoctools/xslt_pure.cpp:55
++msgid "Parsing stylesheet"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdoctools/xslt_pure.cpp:69
++msgid "Parsing document"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdoctools/xslt_pure.cpp:78
++msgid "Applying stylesheet"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kdoctools/xslt_pure.cpp:86
++msgid "Writing document"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:215
++msgid "KDE Wallet Wizard"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:216
++msgid "<u>KWallet</u> - The KDE Wallet System"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:217
++msgid ""
++"Welcome to KWallet, the KDE Wallet System.  KWallet allows you to store your "
++"passwords and other personal information on disk in an encrypted file, "
++"preventing others from viewing the information.  This wizard will tell you "
++"about KWallet and help you configure it for the first time."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:219
++msgid "&Basic setup (recommended)"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:220
++msgid "&Advanced setup"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:221
++msgid "Introduction"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:222
++msgid ""
++"The KDE Wallet system stores your data in a <i>wallet</i> file on your local "
++"hard disk.  The data is only written in encrypted form, presently using the "
++"blowfish algorithm with your password as the key.  When a wallet is opened, "
++"the wallet manager application will launch and display an icon in the system "
++"tray.  You can use this application to manage your wallets.  It even permits "
++"you to drag wallets and wallet contents, allowing you to easily copy a "
++"wallet to a remote system."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:224
++msgid ""
++"Various applications may attempt to use the KDE wallet to store passwords or "
++"other information such as web form data and cookies.  If you would like "
++"these applications to use the wallet, you must enable it now and choose a "
++"password.  The password you choose <i>cannot</i> be recovered if it is lost, "
++"and will allow anyone who knows it to obtain all the information contained "
++"in the wallet."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:225
++msgid "Enter a new password:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:226
++msgid "Verify password:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:227
++msgid "Yes, I wish to use the KDE wallet to store my personal information."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:229
++msgid "Password Selection"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:230
++msgid ""
++"The KDE Wallet system allows you to control the level of security of your "
++"personal data.  Some of these settings do impact usability.  While the "
++"default settings are generally acceptable for most users, you may wish to "
++"change some of them.  You may further tune these settings from the KWallet "
++"control module."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:231
++msgid "Store network passwords and local passwords in separate wallet files"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:232
++msgid "Automatically close idle wallets"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kwalletwizard.cpp:233
++msgid "Security Level"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kbetterthankdialogbase.cpp:86
++msgid "Allow &Once"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kbetterthankdialogbase.cpp:87
++msgid "Allow &Always"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kbetterthankdialogbase.cpp:88
++msgid "&Deny"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/misc/kwalletd/kbetterthankdialogbase.cpp:89
++msgid "Deny &Forever"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:42
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:139
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp:36
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp:62
++msgid "Mimetype"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:43
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:140
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp:37
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp:63
++msgid "Description"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp:61
++msgid "Select one or more file types to add:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesmimetypebase.cpp:64
++msgid ""
++"<qt><p>Select one or more types of file that your application can handle "
++"here. This list is organized by <u>mimetypes</u>.</p>\n"
++"<p>MIME, Multipurpose Internet (e)Mail Extension, is a standard protocol for "
++"identifying the type of data based on filename extensions and correspondent "
++"<u>mimetypes</u>. Example: the \"bmp\" part that comes after the dot in "
++"flower.bmp indicates that it is a specific kind of image, "
++"<u>image/x-bmp</u>. To know which application should open each type of file, "
++"the system should be informed about the abilities of each application to "
++"handle these extensions and mimetypes.</p>"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:135
++msgid "&Supported file types:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:136
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:141
++msgid ""
++"<qt><p>This list should show the types of file that your application can "
++"handle. This list is organized by <u>mimetypes</u>.</p>\n"
++"<p>MIME, Multipurpose Internet (e)Mail Extension, is a standard protocol for "
++"identifying the type of data based on filename extensions and correspondent "
++"<u>mimetypes</u>. Example: the \"bmp\" part that comes after the dot in "
++"flower.bmp indicates that it is a specific kind of image, "
++"<u>image/x-bmp</u>. To know which application should open each type of file, "
++"the system should be informed about the abilities of each application to "
++"handle these extensions and mimetypes.</p>\n"
++"<p>If you want to associate this application with one or more mimetypes that "
++"are not in this list, click on the button <b>Add</b> below. If there are one "
++"or more filetypes that this application cannot handle, you may want to "
++"remove them from the list clicking on the button <b>Remove</b> "
++"below.</p></qt>"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:144
++msgid "&Name:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:145
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:146
++msgid ""
++"Type the name you want to give to this application here. This application "
++"will appear under this name in the applications menu and in the panel."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:147
++msgid "&Description:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:148
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:149
++msgid ""
++"Type the description of this application, based on its use, here. Examples: "
++"a dial up application (KPPP) would be \"Dial up tool\"."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:150
++msgid "Comm&ent:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:151
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:152
++msgid "Type any comment you think is useful here."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:153
++msgid "Co&mmand:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:154
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:166
++msgid ""
++"Type the command to start this application here.\n"
++"\n"
++"Following the command, you can have several place holders which will be "
++"replaced with the actual values when the actual program is run:\n"
++"%f - a single file name\n"
++"%F - a list of files; use for applications that can open several local files "
++"at once\n"
++"%u - a single URL\n"
++"%U - a list of URLs\n"
++"%d - the directory of the file to open\n"
++"%D - a list of directories\n"
++"%i - the icon\n"
++"%m - the mini-icon\n"
++"%c - the caption"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3615
++#: kdeui/klineeditdlg.cpp:92
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:178
++msgid "&Browse..."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:179
++msgid ""
++"Click here to browse your file system in order to find the desired "
++"executable."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:180
++msgid "&Work path:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:181
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:182
++msgid "Sets the working directory for your application."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:183
++msgid "Add..."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:184
++msgid ""
++"Click on this button if you want to add a type of file (mimetype) that your "
++"application can handle."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:186
++msgid ""
++"If you want to remove a type of file (mimetype) that your application cannot "
++"handle, select the mimetype in the list above and click on this button."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:187
++msgid "Ad&vanced Options"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopbase.cpp:188
++msgid ""
++"Click here to modify the way this application will run, launch feedback, "
++"DCOP options or to run it as a different user."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:52
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:213
++msgid "Events"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:214
++msgid "Quick Controls"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:215
++msgid "Apply to &all applications"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:216
++msgid "Turn O&ff All"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:217
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:219
++msgid "Allows you to change the behavior for all events at once"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:218
++msgid "Turn O&n All"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:220
++msgid "Actions"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:221
++msgid "Print a message to standard &error output"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:222
++msgid "Show a &message in a pop-up window"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:223
++msgid "E&xecute a program:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:224
++msgid "Play a &sound:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:226
++msgid "Test the Sound"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:227
++msgid "Mark &taskbar entry"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:228
++msgid "&Log to a file:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:229
++msgid "&Use a passive window that does not interrupt other work"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:230
++msgid "Less Options"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/knotifywidgetbase.cpp:231
++msgid "Player Settings"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:139
++msgid "Terminal"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3657
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:140
++msgid "&Run in terminal"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:141
++msgid ""
++"Check this option if the application you want to run is a text mode "
++"application or if you want the information that is provided by the terminal "
++"emulator window."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3676
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:142
++msgid "&Terminal options:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3672
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:143
++msgid "Do not &close when command exits"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:144
++msgid ""
++"Check this option if the text mode application offers relevant information "
++"on exit. Keeping the terminal emulator open allows you to retrieve this "
++"information."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1972
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:145
++msgid "User"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3696
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:146
++msgid "Ru&n as a different user"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:147
++msgid ""
++"Check this option if you want to run this application with a different user "
++"id. Every process has a different user id associated with it. This id code "
++"determines file access and other permissions. The password of the user is "
++"required to use this option."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3699
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:148
++msgid "&Username:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:149
++msgid "Enter the user name you want to run the application as."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:150
++msgid "Enter the user name you want to run the application as here."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:151
++msgid "Startup"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:152
++msgid "Enable &launch feedback"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:153
++msgid ""
++"Check this option if you want to make clear that your application has "
++"started. This visual feedback may appear as a busy cursor or in the taskbar."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:154
++msgid "&Place in system tray"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:155
++msgid ""
++"Check this option if you want to have a system tray handle for your "
++"application."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:156
++msgid "&DCOP registration:"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:1193
++#: kdeui/kkeybutton.cpp:89 kdeui/kkeydialog.cpp:536 kdeui/klineedit.cpp:889
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:158
++msgid "None"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:159
++msgid "Multiple Instances"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:160
++msgid "Single Instance"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kfile/kpropertiesdesktopadvbase.cpp:161
++msgid "Run Until Finished"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:14 obj-x86_64-linux-gnu/kdecore/kde-config.cpp:14
++msgid "A little program to output installation paths"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:18 obj-x86_64-linux-gnu/kdecore/kde-config.cpp:18
++msgid "expand ${prefix} and ${exec_prefix} in output"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:19 obj-x86_64-linux-gnu/kdecore/kde-config.cpp:19
++msgid "Compiled in prefix for KDE libraries"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:20 obj-x86_64-linux-gnu/kdecore/kde-config.cpp:20
++msgid "Compiled in exec_prefix for KDE libraries"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:21 obj-x86_64-linux-gnu/kdecore/kde-config.cpp:21
++msgid "Compiled in library path suffix"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:22 obj-x86_64-linux-gnu/kdecore/kde-config.cpp:22
++msgid "Prefix in $HOME used to write files"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:23 obj-x86_64-linux-gnu/kdecore/kde-config.cpp:23
++msgid "Compiled in version string for KDE libraries"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:24 obj-x86_64-linux-gnu/kdecore/kde-config.cpp:24
++msgid "Available KDE resource types"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:25 obj-x86_64-linux-gnu/kdecore/kde-config.cpp:25
++msgid "Search path for resource type"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:26 obj-x86_64-linux-gnu/kdecore/kde-config.cpp:26
++msgid "User path: desktop|autostart|trash|document"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:27 obj-x86_64-linux-gnu/kdecore/kde-config.cpp:27
++msgid "Prefix to install resource files to"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:168
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:168
++msgid "Applications menu (.desktop files)"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:169
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:169
++msgid "CGIs to run from kdehelp"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:170
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:170
++msgid "Configuration files"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:171
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:171
++msgid "Where applications store data"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:172
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:172
++msgid "Executables in $prefix/bin"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:173
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:173
++msgid "HTML documentation"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:174
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:174
++msgid "Icons"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:175
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:175
++msgid "Configuration description files"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:176
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:176
++msgid "Libraries"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:177
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:177
++msgid "Includes/Headers"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:178
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:178
++msgid "Translation files for KLocale"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:179
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:179
++msgid "Mime types"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:180
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:180
++msgid "Loadable modules"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:181
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:181
++msgid "Qt plugins"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:182
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:182
++msgid "Services"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:183
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:183
++msgid "Service types"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:184
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:184
++msgid "Application sounds"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:185
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:185
++msgid "Templates"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:186
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:186
++msgid "Wallpapers"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:187
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:187
++msgid "XDG Application menu (.desktop files)"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:188
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:188
++msgid "XDG Menu descriptions (.directory files)"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:189
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:189
++msgid "XDG Menu layout (.menu files)"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:190
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:190
++msgid "Temporary files (specific for both current host and current user)"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:191
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:191
++msgid "UNIX Sockets (specific for both current host and current user)"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:203
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:203
++msgid "%1 - unknown type\n"
++msgstr ""
++
++#: kdecore/kde-config.cpp.in:228
++#: obj-x86_64-linux-gnu/kdecore/kde-config.cpp:228
++msgid "%1 - unknown type of userpath\n"
++msgstr ""
++
++#: kabc/field.cpp:192 kabc/scripts/field.src.cpp:85
++#: obj-x86_64-linux-gnu/kabc/field.cpp:192
++msgid "Unknown Field"
++msgstr ""
++
++#: kabc/field.cpp:205 kabc/scripts/field.src.cpp:98
++#: obj-x86_64-linux-gnu/kabc/field.cpp:205
++msgid "All"
++msgstr ""
++
++#: kabc/field.cpp:207 kabc/scripts/field.src.cpp:100
++#: obj-x86_64-linux-gnu/kabc/field.cpp:207
++msgid "Frequent"
++msgstr ""
++
++#: kab/addressbook.cc:192 kabc/field.cpp:209 kabc/scripts/field.src.cpp:102
++#: obj-x86_64-linux-gnu/kabc/field.cpp:209
++msgid ""
++"_: street/postal\n"
++"Address"
++msgstr ""
++
++#: kabc/addresseedialog.cpp:71 kabc/addresseedialog.cpp:101
++#: kabc/distributionlistdialog.cpp:190 kabc/distributionlisteditor.cpp:143
++#: kabc/field.cpp:211 kabc/scripts/field.src.cpp:104 kdeui/kaboutdialog.cpp:91
++#: obj-x86_64-linux-gnu/kabc/field.cpp:211
++msgid "Email"
++msgstr ""
++
++#: kabc/field.cpp:213 kabc/scripts/field.src.cpp:106
++#: obj-x86_64-linux-gnu/kabc/field.cpp:213
++msgid "Personal"
++msgstr ""
++
++#: kab/addressbook.cc:176 kabc/addressee.cpp:727 kabc/field.cpp:215
++#: kabc/scripts/field.src.cpp:108 obj-x86_64-linux-gnu/kabc/addressee.cpp:727
++#: obj-x86_64-linux-gnu/kabc/field.cpp:215
++msgid "Organization"
++msgstr ""
++
++#: kab/addressbook.cc:335 kabc/field.cpp:217 kabc/key.cpp:133
++#: kabc/scripts/field.src.cpp:110 obj-x86_64-linux-gnu/kabc/field.cpp:217
++msgid "Custom"
++msgstr ""
++
++#: kabc/field.cpp:219 kabc/scripts/field.src.cpp:112
++#: obj-x86_64-linux-gnu/kabc/field.cpp:219
++msgid "Undefined"
++msgstr ""
++
++#: kabc/addressee.cpp:317 kabc/scripts/addressee.src.cpp:180
++#: obj-x86_64-linux-gnu/kabc/addressee.cpp:317
++msgid "Unique Identifier"
++msgstr ""
++
++#: kab/addressbook.cc:271 kabc/addressee.cpp:354
++#: obj-x86_64-linux-gnu/kabc/addressee.cpp:354
++msgid "Formatted Name"
++msgstr ""
++
++#: kabc/addressee.cpp:373 obj-x86_64-linux-gnu/kabc/addressee.cpp:373
++msgid "Family Name"
++msgstr ""
++
++#: kabc/addressee.cpp:392 obj-x86_64-linux-gnu/kabc/addressee.cpp:392
++msgid "Given Name"
++msgstr ""
++
++#: kabc/addressee.cpp:411 obj-x86_64-linux-gnu/kabc/addressee.cpp:411
++msgid "Additional Names"
++msgstr ""
++
++#: kabc/addressee.cpp:430 obj-x86_64-linux-gnu/kabc/addressee.cpp:430
++msgid "Honorific Prefixes"
++msgstr ""
++
++#: kabc/addressee.cpp:449 obj-x86_64-linux-gnu/kabc/addressee.cpp:449
++msgid "Honorific Suffixes"
++msgstr ""
++
++#: kabc/addressee.cpp:468 obj-x86_64-linux-gnu/kabc/addressee.cpp:468
++msgid "Nick Name"
++msgstr ""
++
++#: kab/addressbook.cc:291 kabc/addressee.cpp:487
++#: obj-x86_64-linux-gnu/kabc/addressee.cpp:487
++msgid "Birthday"
++msgstr ""
++
++#: kabc/addressee.cpp:493 obj-x86_64-linux-gnu/kabc/addressee.cpp:493
++msgid "Home Address Street"
++msgstr ""
++
++#: kabc/addressee.cpp:499 obj-x86_64-linux-gnu/kabc/addressee.cpp:499
++msgid "Home Address City"
++msgstr ""
++
++#: kabc/addressee.cpp:505 obj-x86_64-linux-gnu/kabc/addressee.cpp:505
++msgid "Home Address State"
++msgstr ""
++
++#: kabc/addressee.cpp:511 obj-x86_64-linux-gnu/kabc/addressee.cpp:511
++msgid "Home Address Zip Code"
++msgstr ""
++
++#: kabc/addressee.cpp:517 obj-x86_64-linux-gnu/kabc/addressee.cpp:517
++msgid "Home Address Country"
++msgstr ""
++
++#: kabc/addressee.cpp:523 obj-x86_64-linux-gnu/kabc/addressee.cpp:523
++msgid "Home Address Label"
++msgstr ""
++
++#: kabc/addressee.cpp:529 obj-x86_64-linux-gnu/kabc/addressee.cpp:529
++msgid "Business Address Street"
++msgstr ""
++
++#: kabc/addressee.cpp:535 obj-x86_64-linux-gnu/kabc/addressee.cpp:535
++msgid "Business Address City"
++msgstr ""
++
++#: kabc/addressee.cpp:541 obj-x86_64-linux-gnu/kabc/addressee.cpp:541
++msgid "Business Address State"
++msgstr ""
++
++#: kabc/addressee.cpp:547 obj-x86_64-linux-gnu/kabc/addressee.cpp:547
++msgid "Business Address Zip Code"
++msgstr ""
++
++#: kabc/addressee.cpp:553 obj-x86_64-linux-gnu/kabc/addressee.cpp:553
++msgid "Business Address Country"
++msgstr ""
++
++#: kabc/addressee.cpp:559 obj-x86_64-linux-gnu/kabc/addressee.cpp:559
++msgid "Business Address Label"
++msgstr ""
++
++#: kabc/addressee.cpp:565 obj-x86_64-linux-gnu/kabc/addressee.cpp:565
++msgid "Home Phone"
++msgstr ""
++
++#: kabc/addressee.cpp:571 obj-x86_64-linux-gnu/kabc/addressee.cpp:571
++msgid "Business Phone"
++msgstr ""
++
++#: kabc/addressee.cpp:577 obj-x86_64-linux-gnu/kabc/addressee.cpp:577
++msgid "Mobile Phone"
++msgstr ""
++
++#: kabc/addressee.cpp:583 kabc/phonenumber.cpp:193
++#: obj-x86_64-linux-gnu/kabc/addressee.cpp:583
++msgid "Home Fax"
++msgstr ""
++
++#: kabc/addressee.cpp:589 obj-x86_64-linux-gnu/kabc/addressee.cpp:589
++msgid "Business Fax"
++msgstr ""
++
++#: kabc/addressee.cpp:595 obj-x86_64-linux-gnu/kabc/addressee.cpp:595
++msgid "Car Phone"
++msgstr ""
++
++#: kabc/addressee.cpp:601 kabc/phonenumber.cpp:184
++#: obj-x86_64-linux-gnu/kabc/addressee.cpp:601
++msgid "ISDN"
++msgstr ""
++
++#: kabc/addressee.cpp:607 kabc/phonenumber.cpp:190
++#: obj-x86_64-linux-gnu/kabc/addressee.cpp:607
++msgid "Pager"
++msgstr ""
++
++#: kabc/addressee.cpp:613 obj-x86_64-linux-gnu/kabc/addressee.cpp:613
++msgid "Email Address"
++msgstr ""
++
++#: kabc/addressee.cpp:632 obj-x86_64-linux-gnu/kabc/addressee.cpp:632
++msgid "Mail Client"
++msgstr ""
++
++#: kabc/addressee.cpp:651 obj-x86_64-linux-gnu/kabc/addressee.cpp:651
++msgid "Time Zone"
++msgstr ""
++
++#: kabc/addressee.cpp:670 obj-x86_64-linux-gnu/kabc/addressee.cpp:670
++msgid "Geographic Position"
++msgstr ""
++
++#: kab/addressbook.cc:263 kabc/addressee.cpp:689
++#: obj-x86_64-linux-gnu/kabc/addressee.cpp:689
++msgid ""
++"_: person\n"
++"Title"
++msgstr ""
++
++#: kabc/addressee.cpp:708 obj-x86_64-linux-gnu/kabc/addressee.cpp:708
++msgid ""
++"_: person in organization\n"
++"Role"
++msgstr ""
++
++#: kab/addressbook.cc:180 kabc/addressee.cpp:746
++#: obj-x86_64-linux-gnu/kabc/addressee.cpp:746
++msgid "Department"
++msgstr ""
++
++#: kabc/addressee.cpp:765 obj-x86_64-linux-gnu/kabc/addressee.cpp:765
++msgid "Note"
++msgstr ""
++
++#: kabc/addressee.cpp:784 obj-x86_64-linux-gnu/kabc/addressee.cpp:784
++msgid "Product Identifier"
++msgstr ""
++
++#: kabc/addressee.cpp:803 obj-x86_64-linux-gnu/kabc/addressee.cpp:803
++msgid "Revision Date"
++msgstr ""
++
++#: kabc/addressee.cpp:822 obj-x86_64-linux-gnu/kabc/addressee.cpp:822
++msgid "Sort String"
++msgstr ""
++
++#: kabc/addressee.cpp:841 kdeui/kaboutdialog.cpp:92
++#: obj-x86_64-linux-gnu/kabc/addressee.cpp:841
++msgid "Homepage"
++msgstr ""
++
++#: kabc/addressee.cpp:860 obj-x86_64-linux-gnu/kabc/addressee.cpp:860
++msgid "Security Class"
++msgstr ""
++
++#: kabc/addressee.cpp:879 obj-x86_64-linux-gnu/kabc/addressee.cpp:879
++msgid "Logo"
++msgstr ""
++
++#: kabc/addressee.cpp:898 obj-x86_64-linux-gnu/kabc/addressee.cpp:898
++msgid "Photo"
++msgstr ""
++
++#: kabc/addressee.cpp:917 obj-x86_64-linux-gnu/kabc/addressee.cpp:917
++msgid "Sound"
++msgstr ""
++
++#: kabc/addressee.cpp:936 obj-x86_64-linux-gnu/kabc/addressee.cpp:936
++msgid "Agent"
++msgstr ""
++
++#: kparts/part.cpp:492
++msgid ""
++"The document \"%1\" has been modified.\n"
++"Do you want to save your changes or discard them?"
++msgstr ""
++
++#: kparts/part.cpp:494
++msgid "Close Document"
++msgstr ""
++
++#: kparts/browserrun.cpp:275
++msgid "Do you really want to execute '%1'? "
++msgstr ""
++
++#: kparts/browserrun.cpp:276
++msgid "Execute File?"
++msgstr ""
++
++#: kparts/browserrun.cpp:276
++msgid "Execute"
++msgstr ""
++
++#: kparts/browserrun.cpp:294
++msgid ""
++"Open '%2'?\n"
++"Type: %1"
++msgstr ""
++
++#: kparts/browserrun.cpp:296
++msgid ""
++"Open '%3'?\n"
++"Name: %2\n"
++"Type: %1"
++msgstr ""
++
++#: kparts/browserrun.cpp:310
++msgid "&Open with '%1'"
++msgstr ""
++
++#: kparts/browserrun.cpp:311
++msgid "&Open With..."
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:405
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:419
++#: kparts/browserrun.cpp:353
++msgid "&Open"
++msgstr ""
++
++#: kparts/browserextension.cpp:485
++msgid "<qt>Do you want to search the Internet for <b>%1</b>?"
++msgstr ""
++
++#: kparts/browserextension.cpp:486
++msgid "Internet Search"
++msgstr ""
++
++#: kparts/browserextension.cpp:486
++msgid "&Search"
++msgstr ""
++
++#: kdeui/klineedit.cpp:890
++msgid "Manual"
++msgstr ""
++
++#: kdeui/klineedit.cpp:891
++msgid "Automatic"
++msgstr ""
++
++#: kdeui/klineedit.cpp:892
++msgid "Dropdown List"
++msgstr ""
++
++#: kdeui/klineedit.cpp:893
++msgid "Short Automatic"
++msgstr ""
++
++#: kdeui/klineedit.cpp:894
++msgid "Dropdown List && Automatic"
++msgstr ""
++
++#: kdeui/kpassdlg.cpp:372
++msgid "&Password:"
++msgstr ""
++
++#: kdeui/kpassdlg.cpp:391
++msgid "&Keep password"
++msgstr ""
++
++#: kdeui/kpassdlg.cpp:403
++msgid "&Verify:"
++msgstr ""
++
++#: kdeui/kpassdlg.cpp:425
++msgid "Password strength meter:"
++msgstr ""
++
++#: kdeui/kpassdlg.cpp:429
++msgid ""
++"The password strength meter gives an indication of the security of the "
++"password you have entered.  To improve the strength of the password, try:\n"
++" - using a longer password;\n"
++" - using a mixture of upper- and lower-case letters;\n"
++" - using numbers or symbols, such as #, as well as letters."
++msgstr ""
++
++#: kdeui/kpassdlg.cpp:445 kdeui/kpassdlg.cpp:617
++msgid "Passwords do not match"
++msgstr ""
++
++#: kdeui/kpassdlg.cpp:515
++msgid "You entered two different passwords. Please try again."
++msgstr ""
++
++#: kdeui/kpassdlg.cpp:522
++msgid ""
++"The password you have entered has a low strength. To improve the strength of "
++"the password, try:\n"
++" - using a longer password;\n"
++" - using a mixture of upper- and lower-case letters;\n"
++" - using numbers or symbols as well as letters.\n"
++"\n"
++"Would you like to use this password anyway?"
++msgstr ""
++
++#: kdeui/kpassdlg.cpp:530
++msgid "Low Password Strength"
++msgstr ""
++
++#: kdeui/kpassdlg.cpp:611
++msgid "Password is empty"
++msgstr ""
++
++#: kdeui/kpassdlg.cpp:614
++#, c-format
++msgid ""
++"_n: Password must be at least 1 character long\n"
++"Password must be at least %n characters long"
++msgstr ""
++
++#: kdeui/kpassdlg.cpp:616
++msgid "Passwords match"
++msgstr ""
++
++#: kdeui/kswitchlanguagedialog.cpp:90
++msgid "Switch application language"
++msgstr ""
++
++#: kdeui/kswitchlanguagedialog.cpp:96
++msgid "Please choose language which should be used for this application"
++msgstr ""
++
++#: kdeui/kswitchlanguagedialog.cpp:123
++msgid "Add fallback language"
++msgstr ""
++
++#: kdeui/kswitchlanguagedialog.cpp:124
++msgid ""
++"Adds one more language which will be used if other translations do not "
++"contain proper translation"
++msgstr ""
++
++#: kdeui/kswitchlanguagedialog.cpp:222
++msgid ""
++"Language for this application has been changed. The change will take effect "
++"upon next start of application"
++msgstr ""
++
++#: kdeui/kswitchlanguagedialog.cpp:223
++msgid "Application language changed"
++msgstr ""
++
++#: kdeui/kswitchlanguagedialog.cpp:282
++msgid "Primary language:"
++msgstr ""
++
++#: kdeui/kswitchlanguagedialog.cpp:282
++msgid "Fallback language:"
++msgstr ""
++
++#: kdeui/kswitchlanguagedialog.cpp:316
++msgid ""
++"This is main application language which will be used first before any other "
++"languages"
++msgstr ""
++
++#: kdeui/kswitchlanguagedialog.cpp:320
++msgid ""
++"This is language which will be used if any previous languages does not "
++"contain proper translation"
++msgstr ""
++
++#: kdeui/ksyntaxhighlighter.cpp:477 kdeui/ksyntaxhighlighter.cpp:586
++msgid "As-you-type spell checking enabled."
++msgstr ""
++
++#: kdeui/ksyntaxhighlighter.cpp:479
++msgid "As-you-type spell checking disabled."
++msgstr ""
++
++#: kdeui/ksyntaxhighlighter.cpp:528
++msgid "Incremental Spellcheck"
++msgstr ""
++
++#: kdeui/ksyntaxhighlighter.cpp:588
++msgid "Too many misspelled words. As-you-type spell checking disabled."
++msgstr ""
++
++#: kdeui/kcombobox.cpp:584
++msgid "No further item in the history."
++msgstr ""
++
++#: kdeui/kdialogbase.cpp:636
++msgid "&Try"
++msgstr ""
++
++#: kdeui/kdialogbase.cpp:904
++msgid ""
++"If you press the <b>OK</b> button, all changes\n"
++"you made will be used to proceed."
++msgstr ""
++
++#: kdeui/kdialogbase.cpp:911
++msgid "Accept settings"
++msgstr ""
++
++#: kdeui/kdialogbase.cpp:932
++msgid ""
++"When clicking <b>Apply</b>, the settings will be\n"
++"handed over to the program, but the dialog\n"
++"will not be closed. Use this to try different settings. "
++msgstr ""
++
++#: kdeui/kdialogbase.cpp:941
++msgid "Apply settings"
++msgstr ""
++
++#: kdeui/kdialogbase.cpp:1130
++msgid "&Details"
++msgstr ""
++
++#: kdeui/kdialogbase.cpp:1538
++msgid "Get help..."
++msgstr ""
++
++#: kdeui/ksystemtray.cpp:155 kmdi/kmdichildfrm.cpp:1263
++msgid "&Minimize"
++msgstr ""
++
++#: kdeui/ksystemtray.cpp:190
++msgid "<qt>Are you sure you want to quit <b>%1</b>?</qt>"
++msgstr ""
++
++#: kdeui/ksystemtray.cpp:193
++msgid "Confirm Quit From System Tray"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2040
++msgid "Toolbar Menu"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2043
++msgid ""
++"_: toolbar position string\n"
++"Top"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2044
++msgid ""
++"_: toolbar position string\n"
++"Left"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2045
++msgid ""
++"_: toolbar position string\n"
++"Right"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2046
++msgid ""
++"_: toolbar position string\n"
++"Bottom"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2048
++msgid ""
++"_: toolbar position string\n"
++"Floating"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2049
++msgid ""
++"_: min toolbar\n"
++"Flat"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2052
++msgid "Icons Only"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2053
++msgid "Text Only"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2054
++msgid "Text Alongside Icons"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2055
++msgid "Text Under Icons"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2080 kdeui/ktoolbar.cpp:2101
++msgid "Small (%1x%2)"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2082 kdeui/ktoolbar.cpp:2103
++msgid "Medium (%1x%2)"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2084 kdeui/ktoolbar.cpp:2105
++msgid "Large (%1x%2)"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2086 kdeui/ktoolbar.cpp:2107
++msgid "Huge (%1x%2)"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2118
++msgid "Text Position"
++msgstr ""
++
++#: kdeui/ktoolbar.cpp:2120
++msgid "Icon Size"
++msgstr ""
++
++#: kdeui/kcolorcombo.cpp:187 kdeui/kcolorcombo.cpp:240
++msgid "Custom..."
++msgstr ""
++
++#: kdeui/kaboutkde.cpp:34
++msgid ""
++"The <b>K Desktop Environment</b> is written and maintained by the KDE Team, "
++"a world-wide network of software engineers committed to <a "
++"href=\"http://www.gnu.org/philosophy/free-sw.html\">Free Software</a> "
++"development.<br><br>No single group, company or organization controls the "
++"KDE source code. Everyone is welcome to contribute to KDE.<br><br>Visit <A "
++"HREF=\"http://www.kde.org/\">http://www.kde.org</A> for more information on "
++"the KDE project. "
++msgstr ""
++
++#: kdeui/kaboutkde.cpp:43
++msgid ""
++"Software can always be improved, and the KDE Team is ready to do so. "
++"However, you - the user - must tell us when something does not work as "
++"expected or could be done better.<br><br>The K Desktop Environment has a bug "
++"tracking system. Visit <A "
++"HREF=\"http://bugs.kde.org/\">http://bugs.kde.org</A> or use the \"Report "
++"Bug...\" dialog from the \"Help\" menu to report bugs.<br><br>If you have a "
++"suggestion for improvement then you are welcome to use the bug tracking "
++"system to register your wish. Make sure you use the severity called "
++"\"Wishlist\"."
++msgstr ""
++
++#: kdeui/kaboutkde.cpp:54
++msgid ""
++"You do not have to be a software developer to be a member of the KDE team. "
++"You can join the national teams that translate program interfaces. You can "
++"provide graphics, themes, sounds, and improved documentation. You "
++"decide!<br><br>Visit <A "
++"HREF=\"http://www.kde.org/jobs/\">http://www.kde.org/jobs/</A> for "
++"information on some projects in which you can participate.<br><br>If you "
++"need more information or documentation, then a visit to <A "
++"HREF=\"http://developer.kde.org/\">http://developer.kde.org</A> will provide "
++"you with what you need."
++msgstr ""
++
++#: kdeui/kaboutkde.cpp:67
++msgid ""
++"KDE is available free of charge, but making it is not free.<br><br>Thus, the "
++"KDE team formed the KDE e.V., a non-profit organization legally founded in "
++"Tuebingen, Germany. The KDE e.V. represents the KDE project in legal and "
++"financial matters. See <a "
++"href=\"http://www.kde-ev.org/\">http://www.kde-ev.org</a> for information on "
++"the KDE e.V.<br><br>The KDE team does need financial support. Most of the "
++"money is used to reimburse members and others on expenses they experienced "
++"when contributing to KDE. You are encouraged to support KDE through a "
++"financial donation, using one of the ways described at <a "
++"href=\"http://www.kde.org/support/\">http://www.kde.org/support/</a>.<br><br>"
++"Thank you very much in advance for your support."
++msgstr ""
++
++#: kdeui/kaboutkde.cpp:81
++#, c-format
++msgid "K Desktop Environment. Release %1"
++msgstr ""
++
++#: kdeui/kaboutkde.cpp:83
++msgid ""
++"_: About KDE\n"
++"&About"
++msgstr ""
++
++#: kdeui/kaboutkde.cpp:84
++msgid "&Report Bugs or Wishes"
++msgstr ""
++
++#: kdeui/kaboutkde.cpp:85
++msgid "&Join the KDE Team"
++msgstr ""
++
++#: kdeui/kaboutkde.cpp:86
++msgid "&Support KDE"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/khelpmenu.cpp:130
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:108
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:228
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:229
++#: kdeui/khelpmenu.cpp:134 kdeui/kstdaction_p.h:108
++msgid "%1 &Handbook"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/khelpmenu.cpp:139
++#: kdeui/khelpmenu.cpp:143
++msgid "What's &This"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/khelpmenu.cpp:150
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:111
++#: kdeui/khelpmenu.cpp:154 kdeui/kstdaction_p.h:111
++msgid "&Report Bug..."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/khelpmenu.cpp:159
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:112
++#: kdeui/khelpmenu.cpp:163 kdeui/kstdaction_p.h:112
++msgid "Switch application &language..."
++msgstr ""
++
++#: kdeui/khelpmenu.cpp:171 kdeui/kstdaction_p.h:115
++msgid "&Get Help Online"
++msgstr ""
++
++#: kdeui/khelpmenu.cpp:172
++msgid "&Translate this Application"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/khelpmenu.cpp:170
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:113
++#: kdeui/khelpmenu.cpp:178 kdeui/kstdaction_p.h:113
++#, c-format
++msgid "&About %1"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/khelpmenu.cpp:176
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:114
++#: kdeui/khelpmenu.cpp:184 kdeui/kstdaction_p.h:114
++msgid "About &KDE"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/khelpmenu.cpp:227
++#: kdeui/kaboutdialog.cpp:1535 kdeui/khelpmenu.cpp:235
++#: kdeui/kmessagebox.cpp:975
++#, c-format
++msgid "About %1"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:101
++msgid "Here you can choose the font to be used."
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:113
++msgid "Requested Font"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:136
++msgid "Change font family?"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:138
++msgid "Enable this checkbox to change the font family settings."
++msgstr ""
++
++#: kdeui/kcharselect.cpp:383 kdeui/kfontdialog.cpp:144
++msgid "Font:"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:151
++msgid "Font style"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:155
++msgid "Change font style?"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:157
++msgid "Enable this checkbox to change the font style settings."
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:163
++msgid "Font style:"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:171
++msgid "Size"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:175
++msgid "Change font size?"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:177
++msgid "Enable this checkbox to change the font size settings."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:977
++#: kdeui/kfontdialog.cpp:183
++msgid "Size:"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:199
++msgid "Here you can choose the font family to be used."
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:221
++msgid "Here you can choose the font style to be used."
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:224 kdeui/kfontdialog.cpp:473
++#: kdeui/kfontdialog.cpp:475 kdeui/kfontdialog.cpp:484
++#: kdeui/kfontdialog.cpp:485
++msgid "Regular"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:226
++msgid "Bold"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:227
++msgid "Bold Italic"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:244
++msgid "Relative"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:246
++msgid "Font size<br><i>fixed</i> or <i>relative</i><br>to environment"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:248
++msgid ""
++"Here you can switch between fixed font size and font size to be calculated "
++"dynamically and adjusted to changing environment (e.g. widget dimensions, "
++"paper size)."
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:272
++msgid "Here you can choose the font size to be used."
++msgstr ""
++
++#. i18n: This is a classical test phrase. (It contains all letters from A to Z.)
++#: kdeui/kfontdialog.cpp:296
++msgid "The Quick Brown Fox Jumps Over The Lazy Dog"
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:301
++msgid ""
++"This sample text illustrates the current settings. You may edit it to test "
++"special characters."
++msgstr ""
++
++#: kdeui/kfontdialog.cpp:310 kdeui/kfontdialog.cpp:320
++msgid "Actual Font"
++msgstr ""
++
++#: kdeui/ktip.cpp:206
++msgid "Tip of the Day"
++msgstr ""
++
++#: kdeui/ktip.cpp:224
++msgid "Did you know...?\n"
++msgstr ""
++
++#: kdeui/ktip.cpp:287
++msgid "&Show tips on startup"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:321
++msgid "Clear Search"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:324
++msgid "&Search:"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:331
++msgid ""
++"Search interactively for shortcut names (e.g. Copy) or combination of keys "
++"(e.g. Ctrl+C) by typing them here."
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:354
++msgid ""
++"Here you can see a list of key bindings, i.e. associations between actions "
++"(e.g. 'Copy') shown in the left column and keys or combination of keys (e.g. "
++"Ctrl+V) shown in the right column."
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:363
++msgid "Action"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:364
++msgid "Shortcut"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:365
++msgid "Alternate"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:380
++msgid "Shortcut for Selected Action"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:393
++msgid ""
++"_: no key\n"
++"&None"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:398
++msgid "The selected action will not be associated with any key."
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:401
++msgid ""
++"_: default key\n"
++"De&fault"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:406
++msgid ""
++"This will bind the default key to the selected action. Usually a reasonable "
++"choice."
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:409
++msgid "C&ustom"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:414
++msgid ""
++"If this option is selected you can create a customized key binding for the "
++"selected action using the buttons below."
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:428
++msgid ""
++"Use this button to choose a new shortcut key. Once you click it, you can "
++"press the key-combination which you would like to be assigned to the "
++"currently selected action."
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:470
++msgid "Shortcuts"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:536
++msgid "Default key:"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:715
++msgid ""
++"In order to use the '%1' key as a shortcut, it must be combined with the "
++"Win, Alt, Ctrl, and/or Shift keys."
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:718
++msgid "Invalid Shortcut Key"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:943
++msgid ""
++"The '%1' key combination has already been allocated to the \"%2\" action.\n"
++"Please choose a unique key combination."
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:958
++msgid "Conflict with Standard Application Shortcut"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:959
++msgid ""
++"The '%1' key combination has already been allocated to the standard action "
++"\"%2\".\n"
++"Do you want to reassign it from that action to the current one?"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:964
++msgid "Conflict with Global Shortcut"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:965
++msgid ""
++"The '%1' key combination has already been allocated to the global action "
++"\"%2\".\n"
++"Do you want to reassign it from that action to the current one?"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:970
++msgid "Key Conflict"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:971
++msgid ""
++"The '%1' key combination has already been allocated to the \"%2\" action.\n"
++"Do you want to reassign it from that action to the current one?"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:977
++msgid "Reassign"
++msgstr ""
++
++#: kdeui/kkeydialog.cpp:1091 kdeui/kkeydialog.cpp:1103
++msgid "Configure Shortcuts"
++msgstr ""
++
++#: kdeui/kpixmapregionselectorwidget.cpp:141
++msgid "Image Operations"
++msgstr ""
++
++#: kdeui/kpixmapregionselectorwidget.cpp:143
++msgid "&Rotate Clockwise"
++msgstr ""
++
++#: kdeui/kpixmapregionselectorwidget.cpp:148
++msgid "Rotate &Counterclockwise"
++msgstr ""
++
++#: kdeui/ktabbar.cpp:196
++msgid "Close this tab"
++msgstr ""
++
++#: kdeui/kactionclasses.cpp:2072
++msgid "Exit F&ull Screen Mode"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:98
++#: kdeui/kactionclasses.cpp:2077 kdeui/kstdaction_p.h:98
++msgid "F&ull Screen Mode"
++msgstr ""
++
++#: kdeui/keditcl2.cpp:105 kdeui/keditcl2.cpp:375 kdeui/keditcl2.cpp:454
++msgid ""
++"End of document reached.\n"
++"Continue from the beginning?"
++msgstr ""
++
++#: kdeui/keditcl2.cpp:118 kdeui/keditcl2.cpp:388 kdeui/keditcl2.cpp:467
++msgid ""
++"Beginning of document reached.\n"
++"Continue from the end?"
++msgstr ""
++
++#: kdeui/keditcl2.cpp:701 kdeui/keditcl2.cpp:833 kdeui/kstdguiitem.cpp:254
++#: kutils/kfinddialog.cpp:239
++msgid "&Find"
++msgstr ""
++
++#: kdeui/keditcl2.cpp:711 kdeui/keditcl2.cpp:844
++msgid "Find:"
++msgstr ""
++
++#: kdeui/keditcl2.cpp:728 kdeui/keditcl2.cpp:868
++msgid "Case &sensitive"
++msgstr ""
++
++#: kdeui/keditcl2.cpp:730 kdeui/keditcl2.cpp:870 kutils/kfinddialog.cpp:171
++msgid "Find &backwards"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:755
++#: kdeui/keditcl2.cpp:833
++msgid "Replace &All"
++msgstr ""
++
++#: kdeui/keditcl2.cpp:852
++msgid "Replace with:"
++msgstr ""
++
++#: kdeui/keditcl2.cpp:984
++msgid "Go to line:"
++msgstr ""
++
++#: kdeui/kauthicon.cpp:99
++msgid "Editing disabled"
++msgstr ""
++
++#: kdeui/kauthicon.cpp:100
++msgid "Editing enabled"
++msgstr ""
++
++#: kdeui/kfontrequester.cpp:38
++msgid "Choose..."
++msgstr ""
++
++#: kdeui/kfontrequester.cpp:102
++msgid "Click to select a font"
++msgstr ""
++
++#: kdeui/kfontrequester.cpp:109
++msgid "Preview of the selected font"
++msgstr ""
++
++#: kdeui/kfontrequester.cpp:111
++msgid ""
++"This is a preview of the selected font. You can change it by clicking the "
++"\"Choose...\" button."
++msgstr ""
++
++#: kdeui/kfontrequester.cpp:117
++msgid "Preview of the \"%1\" font"
++msgstr ""
++
++#: kdeui/kfontrequester.cpp:119
++msgid ""
++"This is a preview of the \"%1\" font. You can change it by clicking the "
++"\"Choose...\" button."
++msgstr ""
++
++#: kdeui/kdockwidget.cpp:237
++msgid ""
++"_: Freeze the window geometry\n"
++"Freeze"
++msgstr ""
++
++#: kdeui/kdockwidget.cpp:244
++msgid ""
++"_: Dock this window\n"
++"Dock"
++msgstr ""
++
++#: kdeui/kdockwidget.cpp:251
++msgid "Detach"
++msgstr ""
++
++#: kdeui/kdockwidget.cpp:2939 kmdi/kmdi/guiclient.cpp:152
++#: kmdi/kmdiguiclient.cpp:265
++#, c-format
++msgid "Hide %1"
++msgstr ""
++
++#: kdeui/kdockwidget.cpp:2945 kmdi/kmdi/guiclient.cpp:148
++#: kmdi/kmdiguiclient.cpp:260
++#, c-format
++msgid "Show %1"
++msgstr ""
++
++#: kdeui/kwindowlistmenu.cpp:129
++msgid "Unclutter Windows"
++msgstr ""
++
++#: kdeui/kwindowlistmenu.cpp:131
++msgid "Cascade Windows"
++msgstr ""
++
++#: kdeui/kwindowlistmenu.cpp:185
++msgid "On All Desktops"
++msgstr ""
++
++#: kdeui/kwindowlistmenu.cpp:213
++msgid "No Windows"
++msgstr ""
++
++#: kdeui/kjanuswidget.cpp:156
++msgid "Empty Page"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:102
++msgid "Create &root/affix combinations not in dictionary"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:107
++msgid "Consider run-together &words as spelling errors"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:118
++msgid "&Dictionary:"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:143
++msgid "&Encoding:"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:148
++msgid "International Ispell"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:149
++msgid "Aspell"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:150
++msgid "Hspell"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:151
++msgid "Zemberek"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:156
++msgid "&Client:"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:297
++msgid "Spanish"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:300
++msgid "Danish"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:303
++msgid "German"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:306
++msgid "German (new spelling)"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:309
++msgid "Brazilian Portuguese"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:312
++msgid "Portuguese"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:315
++msgid "Esperanto"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:318
++msgid "Norwegian"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:321
++msgid "Polish"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:327
++msgid "Slovenian"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:330
++msgid "Slovak"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:333
++msgid "Czech"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:336
++msgid "Swedish"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:339
++msgid "Swiss German"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:345
++msgid "Lithuanian"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:348
++msgid "French"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:351
++msgid "Belarusian"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:354
++msgid "Hungarian"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:358
++msgid ""
++"_: Unknown ispell dictionary\n"
++"Unknown"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:440 kdeui/ksconfig.cpp:594
++msgid "ISpell Default"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:488 kdeui/ksconfig.cpp:642
++msgid ""
++"_: default spelling dictionary\n"
++"Default - %1 [%2]"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:508 kdeui/ksconfig.cpp:668
++msgid "ASpell Default"
++msgstr ""
++
++#: kdeui/ksconfig.cpp:573 kdeui/ksconfig.cpp:733
++#, c-format
++msgid ""
++"_: default spelling dictionary\n"
++"Default - %1"
++msgstr ""
++
++#: kdeui/kspell.cpp:1176
++msgid "You have to restart the dialog for changes to take effect"
++msgstr ""
++
++#: kdeui/kspell.cpp:1402
++msgid "Spell Checker"
++msgstr ""
++
++#: kdeui/kwizard.cpp:48
++msgid "&Back"
++msgstr ""
++
++#: kdeui/kwizard.cpp:49
++msgid ""
++"_: Opposite to Back\n"
++"&Next"
++msgstr ""
++
++#: kdeui/ktoolbarhandler.cpp:86
++msgid "Show Toolbar"
++msgstr ""
++
++#: kdeui/ktoolbarhandler.cpp:87
++msgid "Hide Toolbar"
++msgstr ""
++
++#: kdeui/ktoolbarhandler.cpp:91
++msgid "Toolbars"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:70
++msgid "Submit Bug Report"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:110
++msgid ""
++"Your email address. If incorrect, use the Configure Email button to change it"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:111
++msgid "From:"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:120
++msgid "Configure Email..."
++msgstr ""
++
++#: kdeui/kbugreport.cpp:127
++msgid "The email address this bug report is sent to."
++msgstr ""
++
++#: kdeui/kbugreport.cpp:128
++msgid "To:"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:135
++msgid "&Send"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:135
++msgid "Send bug report."
++msgstr ""
++
++#: kdeui/kbugreport.cpp:136
++#, c-format
++msgid "Send this bug report to %1."
++msgstr ""
++
++#: kdeui/kbugreport.cpp:147
++msgid ""
++"The application for which you wish to submit a bug report - if incorrect, "
++"please use the Report Bug menu item of the correct application"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:148
++msgid "Application: "
++msgstr ""
++
++#: kdeui/kbugreport.cpp:173
++msgid ""
++"The version of this application - please make sure that no newer version is "
++"available before sending a bug report"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:180
++msgid "no version set (programmer error!)"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:190
++msgid "OS:"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:202
++msgid "Compiler:"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:210
++msgid "Se&verity"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:212
++msgid "Critical"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:212
++msgid "Grave"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:212
++msgid ""
++"_: normal severity\n"
++"Normal"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:212
++msgid "Wishlist"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:212
++msgid "Translation"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:225
++msgid "S&ubject: "
++msgstr ""
++
++#: kdeui/kbugreport.cpp:232
++msgid ""
++"Enter the text (in English if possible) that you wish to submit for the bug "
++"report.\n"
++"If you press \"Send\", a mail message will be sent to the maintainer of this "
++"program.\n"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:252
++msgid ""
++"To submit a bug report, click on the button below.\n"
++"This will open a web browser window on http://bugs.kde.org where you will "
++"find a form to fill in.\n"
++"The information displayed above will be transferred to that server."
++msgstr ""
++
++#: kdeui/kbugreport.cpp:260
++msgid "&Launch Bug Report Wizard"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:298
++msgid ""
++"_: unknown program name\n"
++"unknown"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:376
++msgid ""
++"You must specify both a subject and a description before the report can be "
++"sent."
++msgstr ""
++
++#: kdeui/kbugreport.cpp:386
++msgid ""
++"<p>You chose the severity <b>Critical</b>. Please note that this severity is "
++"intended only for bugs that</p><ul><li>break unrelated software on the "
++"system (or the whole system)</li><li>cause serious data "
++"loss</li><li>introduce a security hole on the system where the affected "
++"package is installed</li></ul>\n"
++"<p>Does the bug you are reporting cause any of the above damage? If it does "
++"not, please select a lower severity. Thank you!</p>"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:397
++msgid ""
++"<p>You chose the severity <b>Grave</b>. Please note that this severity is "
++"intended only for bugs that</p><ul><li>make the package in question unusable "
++"or mostly so</li><li>cause data loss</li><li>introduce a security hole "
++"allowing access to the accounts of users who use the affected "
++"package</li></ul>\n"
++"<p>Does the bug you are reporting cause any of the above damage? If it does "
++"not, please select a lower severity. Thank you!</p>"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:409
++msgid ""
++"Unable to send the bug report.\n"
++"Please submit a bug report manually...\n"
++"See http://bugs.kde.org/ for instructions."
++msgstr ""
++
++#: kdeui/kbugreport.cpp:417
++msgid "Bug report sent, thank you for your input."
++msgstr ""
++
++#: kdeui/kbugreport.cpp:426
++msgid ""
++"Close and discard\n"
++"edited message?"
++msgstr ""
++
++#: kdeui/kbugreport.cpp:427
++msgid "Close Message"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:120
++msgid "Discard changes"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:121
++msgid ""
++"Pressing this button will discard all recent changes made in this dialog"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:127
++msgid "Save data"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:132
++msgid "&Do Not Save"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:133
++msgid "Don't save data"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:44
++#: kdeui/kstdaction_p.h:44 kdeui/kstdguiitem.cpp:138
++msgid "Save &As..."
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:139
++msgid "Save file with another name"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:144
++msgid "Apply changes"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:145
++msgid ""
++"When clicking <b>Apply</b>, the settings will be handed over to the program, "
++"but the dialog will not be closed.\n"
++"Use this to try different settings."
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:153
++msgid "Administrator &Mode..."
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:153
++msgid "Enter Administrator Mode"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:154
++msgid ""
++"When clicking <b>Administrator Mode</b> you will be prompted for the "
++"administrator (root) password in order to make changes which require root "
++"privileges."
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:162
++msgid "Clear input"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:163
++msgid "Clear the input in the edit field"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction.cpp:62
++#: kdeui/kstdaction.cpp:62 kdeui/kstdguiitem.cpp:168
++msgid ""
++"_: show help\n"
++"&Help"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:169
++msgid "Show help"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:175
++msgid "Close the current window or document"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:181
++msgid "Reset all items to their default values"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction.cpp:51
++#: kdeui/kstdaction.cpp:51 kdeui/kstdguiitem.cpp:188
++msgid ""
++"_: go back\n"
++"&Back"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:189
++msgid "Go back one step"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction.cpp:56
++#: kdeui/kstdaction.cpp:56 kdeui/kstdguiitem.cpp:196
++msgid ""
++"_: go forward\n"
++"&Forward"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:197
++msgid "Go forward one step"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:208
++msgid "Opens the print dialog to print the current document"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:214
++msgid "C&ontinue"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:215
++msgid "Continue operation"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:221
++msgid "Delete item(s)"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:227
++msgid "Open file"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:233
++msgid "Quit application"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:238
++msgid "&Reset"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:239
++msgid "Reset configuration"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:244
++msgid ""
++"_: Verb\n"
++"&Insert"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:249
++msgid "Confi&gure..."
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:274
++msgid "Test"
++msgstr ""
++
++#: kdeui/kstdguiitem.cpp:284
++msgid "&Overwrite"
++msgstr ""
++
++#: kdeui/klistviewsearchline.cpp:243
++msgid "Search Columns"
++msgstr ""
++
++#: kdeui/klistviewsearchline.cpp:245
++msgid "All Visible Columns"
++msgstr ""
++
++#: kdeui/klistviewsearchline.cpp:260
++msgid ""
++"_: Column number %1\n"
++"Column No. %1"
++msgstr ""
++
++#: kdeui/klistviewsearchline.cpp:455
++msgid "S&earch:"
++msgstr ""
++
++#: kdeui/kactionselector.cpp:69
++msgid "&Available:"
++msgstr ""
++
++#: kdeui/kactionselector.cpp:84
++msgid "&Selected:"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:84
++msgid ""
++"_: palette name\n"
++"* Recent Colors *"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:85
++msgid ""
++"_: palette name\n"
++"* Custom Colors *"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:86
++msgid ""
++"_: palette name\n"
++"Forty Colors"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:87
++msgid ""
++"_: palette name\n"
++"Rainbow Colors"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:88
++msgid ""
++"_: palette name\n"
++"Royal Colors"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:89
++msgid ""
++"_: palette name\n"
++"Web Colors"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:563
++msgid "Named Colors"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:717
++msgid ""
++"Unable to read X11 RGB color strings. The following file location(s) were "
++"examined:\n"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:940
++msgid "Select Color"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:1005
++msgid "H:"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:1014
++msgid "S:"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:1023
++msgid "V:"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:1035
++msgid "R:"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:1044
++msgid "G:"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:1053
++msgid "B:"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:1108
++msgid "&Add to Custom Colors"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:1140
++msgid "HTML:"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:1219
++msgid "Default color"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:1247
++msgid "-default-"
++msgstr ""
++
++#: kdeui/kcolordialog.cpp:1463
++msgid "-unnamed-"
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:49
++msgid "--- line separator ---"
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:50
++msgid "--- separator ---"
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:380 kdeui/kedittoolbar.cpp:392
++#: kdeui/kedittoolbar.cpp:402 kdeui/kedittoolbar.cpp:411
++msgid "Configure Toolbars"
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:447
++msgid ""
++"Do you really want to reset all toolbars of this application to their "
++"default? The changes will be applied immediately."
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:447
++msgid "Reset Toolbars"
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:761
++msgid "&Toolbar:"
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:777
++msgid "A&vailable actions:"
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:795
++msgid "Curr&ent actions:"
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:818
++msgid "Change &Icon..."
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:991
++msgid ""
++"This element will be replaced with all the elements of an embedded component."
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:993
++msgid "<Merge>"
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:995
++msgid "<Merge %1>"
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:1001
++msgid ""
++"This is a dynamic list of actions. You can move it, but if you remove it you "
++"won't be able to re-add it."
++msgstr ""
++
++#: kdeui/kedittoolbar.cpp:1002
++#, c-format
++msgid "ActionList: %1"
++msgstr ""
++
++#: kdeui/kshortcutdialog.cpp:68
++msgid "Configure Shortcut"
++msgstr ""
++
++#: kdeui/kshortcutdialog.cpp:71
++msgid "Advanced"
++msgstr ""
++
++#: kdeui/ktimezonewidget.cpp:45
++msgid "Area"
++msgstr ""
++
++#: kabc/address.cpp:217 kdeui/ktimezonewidget.cpp:46
++msgid "Region"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2697
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:3174
++#: .pc/kubuntu_95_fix_smb_scan.diff/kdeprint/management/smbview.cpp:44
++#: kab/addressbook.cc:295 kdeui/ktimezonewidget.cpp:47
++msgid "Comment"
++msgstr ""
++
++#: kdeui/kcharselect.cpp:366
++msgid ""
++"_: Character\n"
++"<qt><font size=\"+4\" face=\"%1\">%2</font><br>Unicode code point: "
++"U+%3<br>(In decimal: %4)<br>(Character: %5)</qt>"
++msgstr ""
++
++#: kdeui/kcharselect.cpp:394
++msgid "Table:"
++msgstr ""
++
++#: kdeui/kcharselect.cpp:404
++msgid "&Unicode code point:"
++msgstr ""
++
++#: kdeui/kpixmapregionselectordialog.cpp:28
++msgid "Select Region of Image"
++msgstr ""
++
++#: kdeui/kpixmapregionselectordialog.cpp:31
++msgid "Please click and drag on the image to select the region of interest:"
++msgstr ""
++
++#: kdeui/kspelldlg.cpp:53 kspell2/ui/dialog.cpp:62
++msgid "Check Spelling"
++msgstr ""
++
++#: kdeui/kspelldlg.cpp:54 kspell2/ui/dialog.cpp:64
++msgid "&Finished"
++msgstr ""
++
++#: kdeui/kcommand.cpp:151 kdeui/kcommand.cpp:166 kdeui/kcommand.cpp:199
++#: kdeui/kcommand.cpp:241
++#, c-format
++msgid "&Undo: %1"
++msgstr ""
++
++#: kdeui/kcommand.cpp:192 kdeui/kcommand.cpp:247
++#, c-format
++msgid "&Redo: %1"
++msgstr ""
++
++#: kdeui/kcommand.cpp:322
++#, c-format
++msgid "Undo: %1"
++msgstr ""
++
++#: kdeui/kcommand.cpp:341 kdeui/kcommand.cpp:346
++#, c-format
++msgid "Redo: %1"
++msgstr ""
++
++#: kdeui/kaboutdialog.cpp:93
++msgid "Task"
++msgstr ""
++
++#: kdeui/kaboutdialog.cpp:704
++msgid "%1 %2 (Using KDE %3)"
++msgstr ""
++
++#: kdeui/kaboutdialog.cpp:706
++msgid "%1 %2, %3"
++msgstr ""
++
++#: kdeui/kaboutdialog.cpp:1326
++msgid "Other Contributors:"
++msgstr ""
++
++#: kdeui/kaboutdialog.cpp:1327
++msgid "(No logo available)"
++msgstr ""
++
++#: kdeui/kaboutdialog.cpp:1772
++msgid "Image missing"
++msgstr ""
++
++#: kdeui/kxmlguibuilder.cpp:166 kdeui/kxmlguibuilder.cpp:365
++msgid "No text!"
++msgstr ""
++
++#. i18n "??" is displayed as (pseudo-)version when no data is known about the application
++#: kdeui/kaboutapplication.cpp:63
++msgid "??"
++msgstr ""
++
++#: kdeui/kaboutapplication.cpp:67
++msgid ""
++"No information available.\n"
++"The supplied KAboutData object does not exist."
++msgstr ""
++
++#: kdeui/kaboutapplication.cpp:107
++msgid "A&uthor"
++msgstr ""
++
++#: kdeui/kaboutapplication.cpp:107
++msgid "A&uthors"
++msgstr ""
++
++#: kdeui/kaboutapplication.cpp:117
++msgid ""
++"Please use <a href=\"http://bugs.kde.org\">http://bugs.kde.org</a> to report "
++"bugs.\n"
++msgstr ""
++
++#: kdeui/kaboutapplication.cpp:121 kdeui/kaboutapplication.cpp:124
++msgid "Please report bugs to <a href=\"mailto:%1\">%2</a>.\n"
++msgstr ""
++
++#: kdeui/kaboutapplication.cpp:149
++msgid "&Thanks To"
++msgstr ""
++
++#: kdeui/kaboutapplication.cpp:176
++msgid "T&ranslation"
++msgstr ""
++
++#: kdeui/kaboutapplication.cpp:181
++msgid "&License Agreement"
++msgstr ""
++
++#: kdeui/ktextedit.cpp:231
++msgid "Check Spelling..."
++msgstr ""
++
++#: kdeui/ktextedit.cpp:237
++msgid "Auto Spell Check"
++msgstr ""
++
++#: kdeui/ktextedit.cpp:241
++msgid "Allow Tabulations"
++msgstr ""
++
++#: kdeui/kwhatsthismanager.cpp:50
++msgid ""
++"<b>Not Defined</b><br>There is no \"What's This?\" help assigned to this "
++"widget. If you want to help us to  describe the widget, you are welcome to "
++"<a href=\"submit-whatsthis\">send us your own \"What's This?\" help</a> for "
++"it."
++msgstr ""
++
++#: kdeui/kdatepicker.cpp:88
++#, c-format
++msgid "Week %1"
++msgstr ""
++
++#: kdeui/kdatepicker.cpp:163
++msgid "Next year"
++msgstr ""
++
++#: kdeui/kdatepicker.cpp:164
++msgid "Previous year"
++msgstr ""
++
++#: kdeui/kdatepicker.cpp:165
++msgid "Next month"
++msgstr ""
++
++#: kdeui/kdatepicker.cpp:166
++msgid "Previous month"
++msgstr ""
++
++#: kdeui/kdatepicker.cpp:167
++msgid "Select a week"
++msgstr ""
++
++#: kdeui/kdatepicker.cpp:168
++msgid "Select a month"
++msgstr ""
++
++#: kdeui/kdatepicker.cpp:169
++msgid "Select a year"
++msgstr ""
++
++#: kdeui/kdatepicker.cpp:170
++msgid "Select the current day"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3216
++#: kdeui/keditlistbox.cpp:124
++msgid "&Add"
++msgstr ""
++
++#: kdeui/keditlistbox.cpp:148
++msgid "Move &Up"
++msgstr ""
++
++#: kdeui/keditlistbox.cpp:153
++msgid "Move &Down"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction.cpp:61
++#: kdeui/kstdaction.cpp:61
++msgid ""
++"_: beginning (of line)\n"
++"&Home"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction.cpp:240
++#: kdeui/kstdaction.cpp:240
++msgid "Show Menubar<p>Shows the menubar again after it has been hidden"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction.cpp:242
++#: kdeui/kstdaction.cpp:242
++msgid "Hide &Menubar"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction.cpp:243
++#: kdeui/kstdaction.cpp:243
++msgid ""
++"Hide Menubar<p>Hide the menubar. You can usually get it back using the right "
++"mouse button inside the window itself."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction.cpp:274
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:97
++#: kdeui/kstdaction.cpp:274 kdeui/kstdaction_p.h:97
++msgid "Show St&atusbar"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction.cpp:276
++#: kdeui/kstdaction.cpp:276
++msgid ""
++"Show Statusbar<p>Shows the statusbar, which is the bar at the bottom of the "
++"window used for status information."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction.cpp:278
++#: kdeui/kstdaction.cpp:278
++msgid "Hide St&atusbar"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction.cpp:279
++#: kdeui/kstdaction.cpp:279
++msgid ""
++"Hide Statusbar<p>Hides the statusbar, which is the bar at the bottom of the "
++"window used for status information."
++msgstr ""
++
++#: kdeui/kmessagebox.cpp:428 kdeui/kmessagebox.cpp:479
++msgid "Question"
++msgstr ""
++
++#: kdeui/kmessagebox.cpp:442 kdeui/kmessagebox.cpp:494
++#: kdeui/kmessagebox.cpp:575 kdeui/kmessagebox.cpp:647
++#: kdeui/kmessagebox.cpp:723
++msgid "Do not ask again"
++msgstr ""
++
++#: kdewidgets/makekdewidgets.cpp:15
++msgid "Builds Qt widget plugins from an ini style description file."
++msgstr ""
++
++#: kabc/vcardparser/testread.cpp:39 kdewidgets/makekdewidgets.cpp:112
++msgid "Input file"
++msgstr ""
++
++#: kdewidgets/makekdewidgets.cpp:113
++msgid "Output file"
++msgstr ""
++
++#: kdewidgets/makekdewidgets.cpp:114
++msgid "Name of the plugin class to generate"
++msgstr ""
++
++#: kdewidgets/makekdewidgets.cpp:115
++msgid "Default widget group name to display in designer"
++msgstr ""
++
++#: kdewidgets/makekdewidgets.cpp:116
++msgid "Embed pixmaps from a source directory"
++msgstr ""
++
++#: kdewidgets/makekdewidgets.cpp:129
++msgid "makekdewidgets"
++msgstr ""
++
++#: kjs/reference.cpp:96
++msgid "Invalid reference base"
++msgstr ""
++
++#: kjs/reference.cpp:127
++msgid "Can't find variable: "
++msgstr ""
++
++#: kjs/reference.cpp:134
++msgid "Base is not an object"
++msgstr ""
++
++#: kjs/internal.cpp:135
++msgid "Undefined value"
++msgstr ""
++
++#: kjs/internal.cpp:166
++msgid "Null value"
++msgstr ""
++
++#: kjs/function_object.cpp:290
++msgid "Syntax error in parameter list"
++msgstr ""
++
++#: kjs/object.cpp:349
++msgid "No default value"
++msgstr ""
++
++#: kjs/object.cpp:494
++msgid "Evaluation error"
++msgstr ""
++
++#: kjs/object.cpp:495
++msgid "Range error"
++msgstr ""
++
++#: kjs/object.cpp:496
++msgid "Reference error"
++msgstr ""
++
++#: kjs/object.cpp:497
++msgid "Syntax error"
++msgstr ""
++
++#: kjs/object.cpp:498
++msgid "Type error"
++msgstr ""
++
++#: kjs/object.cpp:499
++msgid "URI error"
++msgstr ""
++
++#: kutils/kcmoduleproxy.cpp:212
++msgid ""
++"<b>Changes in this section requires root access.</b><br />Click the "
++"\"Administrator Mode\" button to allow modifications."
++msgstr ""
++
++#: kutils/kcmoduleproxy.cpp:219
++msgid ""
++"This section requires special permissions, probably for system-wide changes; "
++"therefore, it is required that you provide the root password to be able to "
++"change the module's properties. If you do not provide the password, the "
++"module will be disabled."
++msgstr ""
++
++#: kutils/kcmoduleproxy.cpp:251
++#, c-format
++msgid ""
++"_: Argument is application name\n"
++"This configuration section is already opened in %1"
++msgstr ""
++
++#: kutils/kcmoduleproxy.cpp:324
++msgid "<big>Loading...</big>"
++msgstr ""
++
++#: .pc/kubuntu_46_lisa_error.diff/kutils/kcmoduleloader.cpp:98
++#: kutils/kcmoduleloader.cpp:98
++msgid ""
++"<qt>There was an error when loading the module '%1'.<br><br>The desktop file "
++"(%2) as well as the library (%3) was found but yet the module could not be "
++"loaded properly. Most likely the factory declaration was wrong, or the "
++"create_* function was missing.</qt>"
++msgstr ""
++
++#: .pc/kubuntu_46_lisa_error.diff/kutils/kcmoduleloader.cpp:111
++#: kutils/kcmoduleloader.cpp:111
++msgid "The specified library %1 could not be found."
++msgstr ""
++
++#: .pc/kubuntu_46_lisa_error.diff/kutils/kcmoduleloader.cpp:132
++#: kutils/kcmoduleloader.cpp:134 kutils/kcmoduleloader.cpp:143
++msgid "The module %1 could not be found."
++msgstr ""
++
++#: kutils/kcmoduleloader.cpp:136
++msgid ""
++"<qt><p>The Lisa and lan:/ ioslave modules are not installed by default in "
++"Kubuntu, because they are obsolete and replaced by zeroconf.<br> If you "
++"still wish to use them, you should install the lisa package from the "
++"Universe repository.</p></qt>"
++msgstr ""
++
++#: kutils/kcmoduleloader.cpp:145
++msgid ""
++"<qt><p>The diagnostics is:<br>The desktop file %1 could not be "
++"found.</p></qt>"
++msgstr ""
++
++#: .pc/kubuntu_46_lisa_error.diff/kutils/kcmoduleloader.cpp:152
++#: kutils/kcmoduleloader.cpp:166
++msgid "The module %1 could not be loaded."
++msgstr ""
++
++#: .pc/kubuntu_46_lisa_error.diff/kutils/kcmoduleloader.cpp:171
++#: kutils/kcmoduleloader.cpp:185
++msgid "The module %1 is not a valid configuration module."
++msgstr ""
++
++#: .pc/kubuntu_46_lisa_error.diff/kutils/kcmoduleloader.cpp:172
++#: kutils/kcmoduleloader.cpp:186
++msgid ""
++"<qt><p>The diagnostics is:<br>The desktop file %1 does not specify a "
++"library.</qt>"
++msgstr ""
++
++#: .pc/kubuntu_46_lisa_error.diff/kutils/kcmoduleloader.cpp:206
++#: kutils/kcmoduleloader.cpp:220
++msgid "There was an error loading the module."
++msgstr ""
++
++#: .pc/kubuntu_46_lisa_error.diff/kutils/kcmoduleloader.cpp:206
++#: .pc/kubuntu_46_lisa_error.diff/kutils/kcmoduleloader.cpp:274
++#: kutils/kcmoduleloader.cpp:220 kutils/kcmoduleloader.cpp:288
++msgid ""
++"<qt><p>The diagnostics is:<br>%1<p>Possible reasons:</p><ul><li>An error "
++"occurred during your last KDE upgrade leaving an orphaned control "
++"module<li>You have old third party modules lying around.</ul><p>Check these "
++"points carefully and try to remove the module mentioned in the error "
++"message. If this fails, consider contacting your distributor or "
++"packager.</p></qt>"
++msgstr ""
++
++#: kutils/kreplace.cpp:49
++msgid "&All"
++msgstr ""
++
++#: kutils/kreplace.cpp:49
++msgid "&Skip"
++msgstr ""
++
++#: kutils/kreplace.cpp:58
++msgid "Replace '%1' with '%2'?"
++msgstr ""
++
++#: kutils/kreplace.cpp:105 kutils/kreplace.cpp:300
++msgid "No text was replaced."
++msgstr ""
++
++#: kutils/kreplace.cpp:107 kutils/kreplace.cpp:302
++#, c-format
++msgid ""
++"_n: 1 replacement done.\n"
++"%n replacements done."
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:480
++#: kutils/kfind.cpp:650 kutils/kreplace.cpp:307
++msgid "Beginning of document reached."
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:479
++#: kutils/kfind.cpp:652 kutils/kreplace.cpp:309
++msgid "End of document reached."
++msgstr ""
++
++#: kutils/kreplace.cpp:316
++msgid "Do you want to restart search from the end?"
++msgstr ""
++
++#: kutils/kreplace.cpp:317
++msgid "Do you want to restart search at the beginning?"
++msgstr ""
++
++#: kutils/kreplace.cpp:319
++msgid "Restart"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:55 kutils/kfinddialog.cpp:66
++msgid "Find Text"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:77
++msgid "Replace Text"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:126
++msgid "&Text to find:"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:130
++msgid "Regular e&xpression"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:140
++msgid "Replace With"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:147
++msgid "Replace&ment text:"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:151
++msgid "Use p&laceholders"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:152
++msgid "Insert Place&holder"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:168
++msgid "C&ase sensitive"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:169
++msgid "&Whole words only"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:170
++msgid "From c&ursor"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:172
++msgid "&Selected text"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:179
++msgid "&Prompt on replace"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:232
++msgid "Start replace"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:233
++msgid ""
++"<qt>If you press the <b>Replace</b> button, the text you entered above is "
++"searched for within the document and any occurrence is replaced with the "
++"replacement text.</qt>"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:240
++msgid "Start searching"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:241
++msgid ""
++"<qt>If you press the <b>Find</b> button, the text you entered above is "
++"searched for within the document.</qt>"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:247
++msgid ""
++"Enter a pattern to search for, or select a previous pattern from the list."
++msgstr ""
++
++#: kutils/kfinddialog.cpp:250
++msgid "If enabled, search for a regular expression."
++msgstr ""
++
++#: kutils/kfinddialog.cpp:252
++msgid "Click here to edit your regular expression using a graphical editor."
++msgstr ""
++
++#: kutils/kfinddialog.cpp:254
++msgid "Enter a replacement string, or select a previous one from the list."
++msgstr ""
++
++#: kutils/kfinddialog.cpp:256
++msgid ""
++"<qt>If enabled, any occurrence of <code><b>\\N</b></code>, where "
++"<code><b>N</b></code> is a integer number, will be replaced with the "
++"corresponding capture (\"parenthesized substring\") from the pattern.<p>To "
++"include (a literal <code><b>\\N</b></code> in your replacement, put an extra "
++"backslash in front of it, like <code><b>\\\\N</b></code>.</qt>"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:263
++msgid "Click for a menu of available captures."
++msgstr ""
++
++#: kutils/kfinddialog.cpp:265
++msgid "Require word boundaries in both ends of a match to succeed."
++msgstr ""
++
++#: kutils/kfinddialog.cpp:267
++msgid "Start searching at the current cursor location rather than at the top."
++msgstr ""
++
++#: kutils/kfinddialog.cpp:269
++msgid "Only search within the current selection."
++msgstr ""
++
++#: kutils/kfinddialog.cpp:271
++msgid ""
++"Perform a case sensitive search: entering the pattern 'Joe' will not match "
++"'joe' or 'JOE', only 'Joe'."
++msgstr ""
++
++#: kutils/kfinddialog.cpp:274
++msgid "Search backwards."
++msgstr ""
++
++#: kutils/kfinddialog.cpp:276
++msgid "Ask before replacing each match found."
++msgstr ""
++
++#: kutils/kfinddialog.cpp:449
++msgid "Any Character"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:450
++msgid "Start of Line"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:452
++msgid "Set of Characters"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:453
++msgid "Repeats, Zero or More Times"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:454
++msgid "Repeats, One or More Times"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:455
++msgid "Optional"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:456
++msgid "Escape"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:457
++msgid "TAB"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:458
++msgid "Newline"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:459
++msgid "Carriage Return"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:460
++msgid "White Space"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:461
++msgid "Digit"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:510
++msgid "Complete Match"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:515
++msgid "Captured Text (%1)"
++msgstr ""
++
++#: kutils/kfinddialog.cpp:523
++msgid "You must enter some text to search for."
++msgstr ""
++
++#: kutils/kfinddialog.cpp:534
++msgid "Invalid regular expression."
++msgstr ""
++
++#: kutils/kfind.cpp:53
++msgid "<qt>Find next occurrence of '<b>%1</b>'?</qt>"
++msgstr ""
++
++#: kutils/kfind.cpp:623 kutils/kfind.cpp:643
++#, c-format
++msgid ""
++"_n: 1 match found.\n"
++"%n matches found."
++msgstr ""
++
++#: kutils/kfind.cpp:625
++msgid "<qt>No matches found for '<b>%1</b>'.</qt>"
++msgstr ""
++
++#: kutils/kfind.cpp:645
++msgid "No matches found for '<b>%1</b>'."
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:491
++#: kutils/kfind.cpp:659
++msgid "Continue from the end?"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:490
++#: kutils/kfind.cpp:660
++msgid "Continue from the beginning?"
++msgstr ""
++
++#: kutils/kreplacedialog.cpp:142
++msgid "Your replacement string is referencing a capture greater than '\\%1', "
++msgstr ""
++
++#: kutils/kreplacedialog.cpp:145
++#, c-format
++msgid ""
++"_n: but your pattern only defines 1 capture.\n"
++"but your pattern only defines %n captures."
++msgstr ""
++
++#: kutils/kreplacedialog.cpp:146
++msgid "but your pattern defines no captures."
++msgstr ""
++
++#: kutils/kreplacedialog.cpp:147
++msgid ""
++"\n"
++"Please correct."
++msgstr ""
++
++#: kutils/kpluginselector.cpp:111
++msgid ""
++"<qt><table><tr><td><b>Description:</b></td><td>%1</td></tr><tr><td><b>Author:"
++"</b></td><td>%2</td></tr><tr><td><b>Version:</b></td><td>%3</td></tr><tr><td>"
++"<b>License:</b></td><td>%4</td></tr></table></qt>"
++msgstr ""
++
++#: kutils/kpluginselector.cpp:536
++msgid "(This plugin is not configurable)"
++msgstr ""
++
++#: kutils/ksettings/dialog.cpp:590
++msgid "Select Components..."
++msgstr ""
++
++#: kutils/ksettings/componentsdialog.cpp:48
++msgid "Select Components"
++msgstr ""
++
++#: kstyles/web/plugin.cpp:9
++msgid "Web style plugin"
++msgstr ""
++
++#: kstyles/utils/installtheme/main.cpp:35
++msgid "KDE Tool to build a cache list of all pixmap themes installed"
++msgstr ""
++
++#: kstyles/utils/installtheme/main.cpp:40
++msgid "KInstalltheme"
++msgstr ""
++
++#: kstyles/klegacy/plugin.cpp:28
++msgid "KDE LegacyStyle plugin"
++msgstr ""
++
++#: kspell2/ui/configdialog.cpp:38
++msgid "KSpell2 Configuration"
++msgstr ""
++
++#: kmdi/kmdi/dockcontainer.cpp:196 kmdi/kmdidockcontainer.cpp:218
++msgid ""
++"_: Switch between overlap and side by side mode\n"
++"Overlap"
++msgstr ""
++
++#: kmdi/kmdi/guiclient.cpp:79 kmdi/kmdiguiclient.cpp:139
++msgid "Tool &Views"
++msgstr ""
++
++#: kmdi/kmdiguiclient.cpp:142
++msgid "MDI Mode"
++msgstr ""
++
++#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2594
++msgid "&Toplevel Mode"
++msgstr ""
++
++#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2595
++msgid "C&hildframe Mode"
++msgstr ""
++
++#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2596
++msgid "Ta&b Page Mode"
++msgstr ""
++
++#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2597
++msgid "I&DEAl Mode"
++msgstr ""
++
++#: kmdi/kmdi/guiclient.cpp:81 kmdi/kmdiguiclient.cpp:154
++msgid "Tool &Docks"
++msgstr ""
++
++#: kmdi/kmdi/guiclient.cpp:82 kmdi/kmdiguiclient.cpp:155
++msgid "Switch Top Dock"
++msgstr ""
++
++#: kmdi/kmdi/guiclient.cpp:84 kmdi/kmdiguiclient.cpp:157
++msgid "Switch Left Dock"
++msgstr ""
++
++#: kmdi/kmdi/guiclient.cpp:86 kmdi/kmdiguiclient.cpp:159
++msgid "Switch Right Dock"
++msgstr ""
++
++#: kmdi/kmdi/guiclient.cpp:88 kmdi/kmdiguiclient.cpp:161
++msgid "Switch Bottom Dock"
++msgstr ""
++
++#: kmdi/kmdi/guiclient.cpp:91 kmdi/kmdiguiclient.cpp:164
++msgid "Previous Tool View"
++msgstr ""
++
++#: kmdi/kmdi/guiclient.cpp:93 kmdi/kmdiguiclient.cpp:166
++msgid "Next Tool View"
++msgstr ""
++
++#: kmdi/kmdichildfrmcaption.cpp:71 kmdi/kmdichildview.cpp:63
++#: kmdi/kmdichildview.cpp:89
++msgid "Unnamed"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:979
++msgid "Window"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:992
++msgid "Undock"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:1002
++msgid "Dock"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:1007
++msgid "Operations"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:2577
++msgid "Close &All"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:2586
++msgid "&Minimize All"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:2592
++msgid "&MDI Mode"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:2619
++msgid "&Tile"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:2621
++msgid "Ca&scade Windows"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:2622
++msgid "Cascade &Maximized"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:2623
++msgid "Expand &Vertically"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:2624
++msgid "Expand &Horizontally"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:2625
++msgid "Tile &Non-Overlapped"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:2626
++msgid "Tile Overla&pped"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:2627
++msgid "Tile V&ertically"
++msgstr ""
++
++#: kmdi/kmdimainfrm.cpp:2633
++msgid "&Dock/Undock"
++msgstr ""
++
++#: kmdi/kmdichildfrm.cpp:1239
++msgid "R&esize"
++msgstr ""
++
++#: kmdi/kmdichildfrm.cpp:1240
++msgid "M&inimize"
++msgstr ""
++
++#: kmdi/kmdichildfrm.cpp:1241
++msgid "M&aximize"
++msgstr ""
++
++#: kmdi/kmdichildfrm.cpp:1261
++msgid "&Maximize"
++msgstr ""
++
++#: kmdi/kmdichildfrm.cpp:1265
++msgid "M&ove"
++msgstr ""
++
++#: kmdi/kmdichildfrm.cpp:1267
++msgid "&Resize"
++msgstr ""
++
++#: kmdi/kmdichildfrm.cpp:1270
++msgid "&Undock"
++msgstr ""
++
++#: kabc/locknull.cpp:60
++msgid "LockNull: All locks succeed but no actual locking is done."
++msgstr ""
++
++#: kabc/locknull.cpp:62
++msgid "LockNull: All locks fail."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1728
++#: kabc/ldapconfigwidget.cpp:83
++msgid "User:"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:92
++msgid "Bind DN:"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:101
++msgid "Realm:"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:110
++msgid "Password:"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:120
++msgid "Host:"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:130
++msgid "Port:"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:141
++msgid "LDAP version:"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:152
++msgid "Size limit:"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:163
++msgid "Time limit:"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:167
++msgid " sec"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:175
++msgid ""
++"_: Distinguished Name\n"
++"DN:"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:182 kabc/ldapconfigwidget.cpp:231
++msgid "Query Server"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:190
++msgid "Filter:"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:199
++msgid "Security"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:201
++msgid "TLS"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:202
++msgid "SSL"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5156
++#: kabc/ldapconfigwidget.cpp:216
++msgid "Authentication"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:218
++msgid "Anonymous"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:219
++msgid "Simple"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:220
++msgid "SASL"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:222
++msgid "SASL mechanism:"
++msgstr ""
++
++#: kabc/ldapconfigwidget.cpp:302
++msgid "LDAP Query"
++msgstr ""
++
++#: kabc/phonenumber.cpp:147
++msgid ""
++"_: Preferred phone\n"
++"Preferred"
++msgstr ""
++
++#: kabc/phonenumber.cpp:151
++msgid ""
++"_: Home phone\n"
++"Home"
++msgstr ""
++
++#: kabc/phonenumber.cpp:154
++msgid ""
++"_: Work phone\n"
++"Work"
++msgstr ""
++
++#: kabc/phonenumber.cpp:157
++msgid "Messenger"
++msgstr ""
++
++#: kabc/phonenumber.cpp:160
++msgid "Preferred Number"
++msgstr ""
++
++#: kabc/phonenumber.cpp:163
++msgid "Voice"
++msgstr ""
++
++#: kabc/phonenumber.cpp:166
++msgid "Fax"
++msgstr ""
++
++#: kabc/phonenumber.cpp:169
++msgid ""
++"_: Mobile Phone\n"
++"Mobile"
++msgstr ""
++
++#: kabc/phonenumber.cpp:172
++msgid "Video"
++msgstr ""
++
++#: kabc/phonenumber.cpp:175
++msgid "Mailbox"
++msgstr ""
++
++#: kabc/phonenumber.cpp:178
++msgid "Modem"
++msgstr ""
++
++#: kabc/phonenumber.cpp:181
++msgid ""
++"_: Car Phone\n"
++"Car"
++msgstr ""
++
++#: kabc/phonenumber.cpp:187
++msgid "PCS"
++msgstr ""
++
++#: kabc/phonenumber.cpp:196
++msgid "Work Fax"
++msgstr ""
++
++#: kabc/resource.cpp:332
++msgid "Loading resource '%1' failed!"
++msgstr ""
++
++#: kabc/resource.cpp:343
++msgid "Saving resource '%1' failed!"
++msgstr ""
++
++#: kabc/addresseehelper.cpp:67
++msgid "Dr."
++msgstr ""
++
++#: kabc/addresseehelper.cpp:68
++msgid "Miss"
++msgstr ""
++
++#: kabc/addresseehelper.cpp:69
++msgid "Mr."
++msgstr ""
++
++#: kabc/addresseehelper.cpp:70
++msgid "Mrs."
++msgstr ""
++
++#: kabc/addresseehelper.cpp:71
++msgid "Ms."
++msgstr ""
++
++#: kabc/addresseehelper.cpp:72
++msgid "Prof."
++msgstr ""
++
++#: kabc/addresseehelper.cpp:74
++msgid "I"
++msgstr ""
++
++#: kabc/addresseehelper.cpp:75
++msgid "II"
++msgstr ""
++
++#: kabc/addresseehelper.cpp:76
++msgid "III"
++msgstr ""
++
++#: kabc/addresseehelper.cpp:77
++msgid "Jr."
++msgstr ""
++
++#: kabc/addresseehelper.cpp:78
++msgid "Sr."
++msgstr ""
++
++#: kabc/address.cpp:145
++msgid "Post Office Box"
++msgstr ""
++
++#: kabc/address.cpp:163
++msgid "Extended Address Information"
++msgstr ""
++
++#: kabc/address.cpp:181
++msgid "Street"
++msgstr ""
++
++#: kabc/address.cpp:199
++msgid "Locality"
++msgstr ""
++
++#: kabc/address.cpp:235
++msgid "Postal Code"
++msgstr ""
++
++#: kab/addressbook.cc:204 kabc/address.cpp:253
++msgid "Country"
++msgstr ""
++
++#: kab/addressbook.cc:188 kabc/address.cpp:271
++msgid "Delivery Label"
++msgstr ""
++
++#: kabc/address.cpp:287
++msgid ""
++"_: Preferred address\n"
++"Preferred"
++msgstr ""
++
++#: kabc/address.cpp:291
++msgid "Domestic"
++msgstr ""
++
++#: kabc/address.cpp:294
++msgid "International"
++msgstr ""
++
++#: kabc/address.cpp:297
++msgid "Postal"
++msgstr ""
++
++#: kabc/address.cpp:300
++msgid "Parcel"
++msgstr ""
++
++#: kabc/address.cpp:303
++msgid ""
++"_: Home Address\n"
++"Home"
++msgstr ""
++
++#: kabc/address.cpp:306
++msgid ""
++"_: Work Address\n"
++"Work"
++msgstr ""
++
++#: kabc/address.cpp:309
++msgid "Preferred Address"
++msgstr ""
++
++#: kabc/stdaddressbook.cpp:148
++msgid "Unable to save to resource '%1'. It is locked."
++msgstr ""
++
++#: kabc/formatfactory.cpp:55 kabc/formatfactory.cpp:119
++msgid "vCard"
++msgstr ""
++
++#: kabc/formatfactory.cpp:56 kabc/formatfactory.cpp:120
++msgid "vCard Format"
++msgstr ""
++
++#: kabc/formatfactory.cpp:75
++msgid "No description available."
++msgstr ""
++
++#: kabc/lock.cpp:93
++msgid "Unable to open lock file."
++msgstr ""
++
++#: kabc/lock.cpp:106
++msgid ""
++"The address book '%1' is locked by application '%2'.\n"
++"If you believe this is incorrect, just remove the lock file from '%3'"
++msgstr ""
++
++#: kabc/lock.cpp:146
++msgid "Unlock failed. Lock file is owned by other process: %1 (%2)"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:44
++msgid "Configure Distribution Lists"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:61 kabc/distributionlisteditor.cpp:43
++msgid "Select Email Address"
++msgstr ""
++
++#: kab/addressbook.cc:303 kabc/distributionlistdialog.cpp:69
++#: kabc/distributionlisteditor.cpp:49
++msgid "Email Addresses"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:152
++msgid "New List..."
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:156
++msgid "Rename List..."
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:160 kabc/distributionlisteditor.cpp:137
++msgid "Remove List"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:167
++msgid "Available addresses:"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:175 kabc/distributionlisteditor.cpp:162
++msgid "Preferred Email"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:183 kabc/distributionlisteditor.cpp:156
++msgid "Add Entry"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:191 kabc/distributionlisteditor.cpp:144
++msgid "Use Preferred"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:198
++msgid "Change Email..."
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:202 kabc/distributionlisteditor.cpp:152
++msgid "Remove Entry"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:237 kabc/distributionlisteditor.cpp:196
++msgid "New Distribution List"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:238
++msgid "Please enter &name:"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:255
++msgid "Distribution List"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:256
++msgid "Please change &name:"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:273
++msgid "Delete distribution list '%1'?"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:339
++msgid "Selected addressees:"
++msgstr ""
++
++#: kabc/distributionlistdialog.cpp:341
++msgid "Selected addresses in '%1':"
++msgstr ""
++
++#: kabc/errorhandler.cpp:42
++msgid "Error in libkabc"
++msgstr ""
++
++#: kabc/kab2kabc.cpp:42
++msgid "Disable automatic startup on login"
++msgstr ""
++
++#: kabc/kab2kabc.cpp:45
++msgid "Override existing entries"
++msgstr ""
++
++#: kabc/kab2kabc.cpp:287
++msgid ""
++"Address book file <b>%1</b> not found! Make sure the old address book is "
++"located there and you have read permission for this file."
++msgstr ""
++
++#: kabc/kab2kabc.cpp:435
++msgid "Kab to Kabc Converter"
++msgstr ""
++
++#: kabc/distributionlisteditor.cpp:133
++msgid "New List"
++msgstr ""
++
++#: kabc/distributionlisteditor.cpp:148
++msgid "Change Email"
++msgstr ""
++
++#: kabc/distributionlisteditor.cpp:197
++msgid "Please enter name:"
++msgstr ""
++
++#: kabc/secrecy.cpp:71
++msgid "Public"
++msgstr ""
++
++#: kab/addressbook.cc:1950 kabc/secrecy.cpp:74
++msgid "Private"
++msgstr ""
++
++#: kabc/secrecy.cpp:77
++msgid "Confidential"
++msgstr ""
++
++#: kabc/key.cpp:136 kabc/secrecy.cpp:80
++msgid "Unknown type"
++msgstr ""
++
++#: kabc/addresseedialog.cpp:60
++msgid "Select Addressee"
++msgstr ""
++
++#: kabc/addresseedialog.cpp:95
++msgid "Selected"
++msgstr ""
++
++#: kabc/addresseedialog.cpp:107
++msgid "Unselect"
++msgstr ""
++
++#: kabc/ldifconverter.cpp:475
++msgid "List of Emails"
++msgstr ""
++
++#: kabc/key.cpp:127
++msgid "X509"
++msgstr ""
++
++#: kabc/key.cpp:130
++msgid "PGP"
++msgstr ""
++
++#: kabc/addressbook.cpp:346 kabc/addressbook.cpp:365
++msgid "Unable to load resource '%1'"
++msgstr ""
++
++#: kabc/vcardparser/testread.cpp:38
++msgid "vCard 2.1"
++msgstr ""
++
++#: kabc/vcard/testwrite.cpp:11
++msgid "TestWritevCard"
++msgstr ""
++
++#: .pc/kubuntu_9901_system_config_printer_applet.diff/kdeprint/kprinter.cpp:280
++msgid "Initialization..."
++msgstr ""
++
++#: .pc/kubuntu_9901_system_config_printer_applet.diff/kdeprint/kprinter.cpp:283
++#: .pc/kubuntu_9901_system_config_printer_applet.diff/kdeprint/kprinter.cpp:909
++#, c-format
++msgid "Generating print data: page %1"
++msgstr ""
++
++#: .pc/kubuntu_9901_system_config_printer_applet.diff/kdeprint/kprinter.cpp:429
++msgid "Previewing..."
++msgstr ""
++
++#: .pc/kubuntu_9901_system_config_printer_applet.diff/kdeprint/kprinter.cpp:690
++#, c-format
++msgid ""
++"<p><nobr>A print error occurred. Error message received from "
++"system:</nobr></p><br>%1"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:71
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:71
++msgid ""
++"The printer %1 already exists. Continuing will overwrite existing printer. "
++"Do you want to continue?"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:132
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:779
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:855
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:879
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:132
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:787
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:863
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:887
++msgid "Initializing manager..."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:179
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:179
++msgid "&Icons,&List,&Tree"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:183
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:183
++msgid "Start/Stop Printer"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:185
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:185
++msgid "&Start Printer"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:186
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:186
++msgid "Sto&p Printer"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:188
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:188
++msgid "Enable/Disable Job Spooling"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:190
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:190
++msgid "&Enable Job Spooling"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:191
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:191
++msgid "&Disable Job Spooling"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:194
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:194
++msgid "&Configure..."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:195
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:195
++msgid "Add &Printer/Class..."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:196
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:196
++msgid "Add &Special (pseudo) Printer..."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:197
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:197
++msgid "Set as &Local Default"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:198
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:198
++msgid "Set as &User Default"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:199
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:199
++msgid "&Test Printer..."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:200
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:200
++msgid "Configure &Manager..."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:201
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:201
++msgid "Initialize Manager/&View"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:203
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:203
++msgid "&Orientation"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:206
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:206
++msgid "&Vertical,&Horizontal"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:210
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:210
++msgid "R&estart Server"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:211
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:211
++msgid "Configure &Server..."
++msgstr ""
++
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:212
++msgid "Configure Server Access..."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:214
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:215
++msgid "Hide &Toolbar"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:216
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:217
++msgid "Show Me&nu Toolbar"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:217
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:218
++msgid "Hide Me&nu Toolbar"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:219
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:220
++msgid "Show Pr&inter Details"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:220
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:221
++msgid "Hide Pr&inter Details"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:224
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:225
++msgid "Toggle Printer &Filtering"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:229
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:230
++msgid "%1 &Web Site"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:231
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:232
++msgid "Pri&nter Tools"
++msgstr ""
++
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:814
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:835
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:838
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:858
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:814
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:835
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:838
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:858
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:290
++#: .pc/kubuntu_95_fix_smb_scan.diff/kdeprint/management/smbview.cpp:43
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:291
++msgid "Printer"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:296
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:297
++msgid "Print Server"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:302
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:303
++msgid "Print Manager"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:319
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:320
++msgid "Documentation"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:340
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:341
++msgid "An error occurred while retrieving the printer list."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:514
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:515
++#, c-format
++msgid "Unable to modify the state of printer %1."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:525
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:526
++msgid "Do you really want to remove %1?"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:529
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:530
++#, c-format
++msgid "Unable to remove special printer %1."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:532
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:533
++#, c-format
++msgid "Unable to remove printer %1."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:562
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:563
++#, c-format
++msgid "Configure %1"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:569
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:570
++#, c-format
++msgid "Unable to modify settings of printer %1."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:573
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:574
++#, c-format
++msgid "Unable to load a valid driver for printer %1."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:585
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:586
++msgid "Unable to create printer."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:597
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:598
++msgid "Unable to define printer %1 as default."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:632
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:633
++msgid "You are about to print a test page on %1. Do you want to continue?"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:632
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:633
++msgid "Print Test Page"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:635
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:636
++#, c-format
++msgid "Test page successfully sent to printer %1."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:637
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:638
++#, c-format
++msgid "Unable to test printer %1."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:650
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:651
++msgid "Error message received from manager:</p><p>%1</p>"
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:652
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:653
++msgid "Internal error (no error message)."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:670
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:671
++msgid "Unable to restart print server."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:675
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:676
++msgid "Restarting server..."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:685
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:686
++msgid "Unable to configure print server."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:690
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:691
++msgid "Configuring server..."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:838
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:846
++msgid ""
++"Unable to start printer tool. Possible reasons are: no printer selected, the "
++"selected printer doesn't have any local device defined (printer port), or "
++"the tool library could not be found."
++msgstr ""
++
++#: .pc/kubuntu_55_printer_sharing.diff/kdeprint/management/kmmainview.cpp:862
++#: .pc/kubuntu_arm_ftbfs_fix.diff/kdeprint/management/kmmainview.cpp:870
++msgid "Unable to retrieve the printer list."
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:113
++msgid "Short Help"
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:126
++msgid "CUPS Server Configuration"
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:173
++msgid "Error while loading configuration file!"
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:173
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:192
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:258
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:313
++msgid "CUPS Configuration Error"
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:182
++msgid ""
++"Some options were not recognized by this configuration tool. They will be "
++"left untouched and you won't be able to change them."
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:184
++msgid "Unrecognized Options"
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:204
++msgid "Unable to find a running CUPS server"
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:218
++msgid "Unable to restart CUPS server (pid = %1)"
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:239
++msgid ""
++"Unable to retrieve configuration file from the CUPS server. You probably "
++"don't have the access permissions to perform this operation."
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:249
++msgid "Internal error: file '%1' not readable/writable!"
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:252
++msgid "Internal error: empty file '%1'!"
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:270
++msgid ""
++"The config file has not been uploaded to the CUPS server. The daemon will "
++"not be restarted."
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:274
++msgid ""
++"Unable to upload the configuration file to CUPS server. You probably don't "
++"have the access permissions to perform this operation."
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:277
++msgid "CUPS configuration error"
++msgstr ""
++
++#: .pc/34_cups12_init_script.diff/kdeprint/cups/cupsdconf2/cupsddialog.cpp:308
++#, c-format
++msgid "Unable to write configuration file %1"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:1824
++msgid "Normal Text"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:1972
++msgid ""
++"<B>%1</B>: Deprecated syntax. Attribute (%2) not addressed by symbolic "
++"name<BR>"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:2339
++msgid "<B>%1</B>: Deprecated syntax. Context %2 has no symbolic name<BR>"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:2386
++msgid ""
++"<B>%1</B>:Deprecated syntax. Context %2 not addressed by a symbolic name"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:2501
++msgid ""
++"There were warning(s) and/or error(s) while parsing the syntax highlighting "
++"configuration."
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:2503
++msgid "Kate Syntax Highlighting Parser"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:2654
++msgid ""
++"Since there has been an error parsing the highlighting description, this "
++"highlighting will be disabled"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:2856
++msgid ""
++"<B>%1</B>: Specified multiline comment region (%2) could not be resolved<BR>"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:3166
++msgid "Normal"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:3167
++msgid "Keyword"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:3168
++msgid "Data Type"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:3169
++msgid "Decimal/Value"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:3170
++msgid "Base-N Integer"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:3171
++msgid "Floating Point"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:3172
++msgid "Character"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:3173
++msgid "String"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1980
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:3175
++msgid "Others"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:3176
++msgid "Alert"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:3177
++msgid "Function"
++msgstr ""
++
++#: .pc/66_gcc4.5_1074155.diff/kate/part/katehighlight.cpp:3179
++msgid "Region Marker"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:618
++msgid ""
++"Konqueror has the ability to store the password in an encrypted wallet. When "
++"the wallet is unlocked, it can then automatically restore the login "
++"information next time you submit this form. Do you want to store the "
++"information now?"
++msgstr ""
++
++#: .pc/kubuntu_06_kwallet_simplify_string.diff/khtml/html/html_formimpl.cpp:623
++msgid ""
++"Konqueror has the ability to store the password in an encrypted wallet. When "
++"the wallet is unlocked, it can then automatically restore the login "
++"information next time you visit %1. Do you want to store the information now?"
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:400
++msgid ""
++"<qt>KDE has requested to open the wallet '<b>%1</b>'. Please enter the "
++"password for this wallet below."
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:402
++msgid ""
++"<qt>The application '<b>%1</b>' has requested to open the wallet "
++"'<b>%2</b>'. Please enter the password for this wallet below."
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:414
++msgid ""
++"KDE has requested to open the wallet. This is used to store sensitive data "
++"in a secure fashion. Please enter a password to use with this wallet or "
++"click cancel to deny the application's request."
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:416
++msgid ""
++"<qt>The application '<b>%1</b>' has requested to open the KDE wallet. This "
++"is used to store sensitive data in a secure fashion. Please enter a password "
++"to use with this wallet or click cancel to deny the application's request."
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:423
++msgid ""
++"<qt>KDE has requested to create a new wallet named '<b>%1</b>'. Please "
++"choose a password for this wallet, or cancel to deny the application's "
++"request."
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:425
++msgid ""
++"<qt>The application '<b>%1</b>' has requested to create a new wallet named "
++"'<b>%2</b>'. Please choose a password for this wallet, or cancel to deny the "
++"application's request."
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:428
++msgid "C&reate"
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:432
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:607
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:623
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:634
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:639
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:1157
++msgid "KDE Wallet Service"
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:444
++msgid ""
++"<qt>Error opening the wallet '<b>%1</b>'. Please try again.<br>(Error code "
++"%2: %3)"
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:518
++msgid "<qt>KDE has requested access to the open wallet '<b>%1</b>'."
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:520
++msgid ""
++"<qt>The application '<b>%1</b>' has requested access to the open wallet "
++"'<b>%2</b>'."
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:607
++msgid ""
++"Unable to open wallet. The wallet must be opened in order to change the "
++"password."
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:622
++msgid "<qt>Please choose a new password for the wallet '<b>%1</b>'."
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:634
++msgid "Error re-encrypting the wallet. Password was not changed."
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:639
++msgid "Error reopening the wallet. Data may be lost."
++msgstr ""
++
++#: .pc/44_sync_kwallet_changes.diff/kio/misc/kwalletd/kwalletd.cpp:1157
++msgid ""
++"There have been repeated failed attempts to gain access to a wallet. An "
++"application may be misbehaving."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:177
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:193
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:209
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:232
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:252
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:272
++#, c-format
++msgid "Properties for %1"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:208
++#, c-format
++msgid ""
++"_n: <never used>\n"
++"Properties for %n Selected Items"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:740
++msgid "&General"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:927
++msgid "Type:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:944
++msgid "Create new file type"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:946
++msgid "Edit file type"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:959
++msgid "Contents:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:968
++msgid "Location:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1001
++msgid "Calculate"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1012
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1239
++msgid "Refresh"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1020
++msgid "Points to:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1034
++msgid "Created:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1045
++msgid "Modified:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1056
++msgid "Accessed:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1075
++msgid "Mounted on:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1082
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2888
++msgid "Free disk space:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1189
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1204
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3031
++#, no-c-format
++msgid ""
++"_: Available space out of total partition size (percent used)\n"
++"%1 out of %2 (%3% used)"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1215
++msgid ""
++"Calculating... %1 (%2)\n"
++"%3, %4"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1218
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1234
++#, c-format
++msgid ""
++"_n: 1 file\n"
++"%n files"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1219
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1235
++#, c-format
++msgid ""
++"_n: 1 sub-folder\n"
++"%n sub-folders"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1248
++msgid "Calculating..."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1282
++msgid "Stopped"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1322
++msgid "The new file name is empty."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1460
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2621
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2778
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3059
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3340
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3836
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:4079
++msgid ""
++"<qt>Could not save properties. You do not have sufficient access to write to "
++"<b>%1</b>.</qt>"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1534
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1538
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1543
++msgid "Forbidden"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1535
++msgid "Can Read"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1536
++msgid "Can Read & Write"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1539
++msgid "Can View Content"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1540
++msgid "Can View & Modify Content"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1544
++msgid "Can View Content & Read"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1545
++msgid "Can View/Read & Modify/Write"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1639
++msgid "&Permissions"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1650
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1904
++msgid "Access Permissions"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1661
++msgid ""
++"_n: This file is a link and does not have permissions.\n"
++"All files are links and do not have permissions."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1664
++msgid "Only the owner can change permissions."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1667
++msgid "O&wner:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1673
++msgid "Specifies the actions that the owner is allowed to do."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1675
++msgid "Gro&up:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1681
++msgid "Specifies the actions that the members of the group are allowed to do."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1683
++msgid "O&thers:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1689
++msgid ""
++"Specifies the actions that all users, who are neither owner nor in the "
++"group, are allowed to do."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1694
++msgid "Only own&er can rename and delete folder content"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1695
++msgid "Is &executable"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1699
++msgid ""
++"Enable this option to allow only the folder's owner to delete or rename the "
++"contained files and folders. Other users can only add new files, which "
++"requires the 'Modify Content' permission."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1703
++msgid ""
++"Enable this option to mark the file as executable. This only makes sense for "
++"programs and scripts. It is required when you want to execute them."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1710
++msgid "A&dvanced Permissions"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1719
++msgid "Ownership"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1814
++msgid "Group:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1856
++msgid "Apply changes to all subfolders and their contents"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1894
++msgid "Advanced Permissions"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1918
++msgid ""
++"Show\n"
++"Entries"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1920
++msgid "Read"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1925
++msgid "This flag allows viewing the content of the folder."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1927
++msgid "The Read flag allows viewing the content of the file."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1931
++msgid ""
++"Write\n"
++"Entries"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1933
++msgid "Write"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1938
++msgid ""
++"This flag allows adding, renaming and deleting of files. Note that deleting "
++"and renaming can be limited using the Sticky flag."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1941
++msgid "The Write flag allows modifying the content of the file."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1946
++msgid ""
++"_: Enter folder\n"
++"Enter"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1947
++msgid "Enable this flag to allow entering the folder."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1950
++msgid "Exec"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1951
++msgid "Enable this flag to allow executing the file as a program."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1961
++msgid "Special"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1965
++msgid ""
++"Special flag. Valid for the whole folder, the exact meaning of the flag can "
++"be seen in the right hand column."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1968
++msgid ""
++"Special flag. The exact meaning of the flag can be seen in the right hand "
++"column."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1976
++msgid "Group"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1984
++msgid "Set UID"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1988
++msgid ""
++"If this flag is set, the owner of this folder will be the owner of all new "
++"files."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1991
++msgid ""
++"If this file is an executable and the flag is set, it will be executed with "
++"the permissions of the owner."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1995
++msgid "Set GID"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:1999
++msgid ""
++"If this flag is set, the group of this folder will be set for all new files."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2002
++msgid ""
++"If this file is an executable and the flag is set, it will be executed with "
++"the permissions of the group."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2006
++msgid ""
++"_: File permission\n"
++"Sticky"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2010
++msgid ""
++"If the Sticky flag is set on a folder, only the owner and root can delete or "
++"rename files. Otherwise everybody with write permissions can do this."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2014
++msgid ""
++"The Sticky flag on a file is ignored on Linux, but may be used on some "
++"systems"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2193
++msgid "Link"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2209
++msgid "Varying (No Change)"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2308
++msgid ""
++"_n: This file uses advanced permissions\n"
++"These files use advanced permissions."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2329
++msgid ""
++"_n: This folder uses advanced permissions.\n"
++"These folders use advanced permissions."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2344
++msgid "These files use advanced permissions."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2560
++msgid "U&RL"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2665
++msgid "A&ssociation"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2674
++msgid "Pattern ( example: *.html;*.htm )"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2686
++msgid "Mime Type"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2707
++msgid "Left click previews"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2826
++msgid "De&vice"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2856
++msgid "Device (/dev/fd0):"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2857
++msgid "Device:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2867
++msgid "Read only"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2871
++msgid "File system:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2879
++msgid "Mount point (/mnt/floppy):"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2880
++msgid "Mount point:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:2911
++msgid "Unmounted Icon"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3091
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3896
++msgid "&Application"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3213
++#, c-format
++msgid "Add File Type for %1"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3217
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3218
++msgid ""
++"Add the selected file types to\n"
++"the list of supported file types."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3412
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3868
++msgid "Only executables on local file systems are supported."
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3424
++#, c-format
++msgid "Advanced Options for %1"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3583
++msgid "E&xecute"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3590
++msgid "Comman&d:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3599
++msgid ""
++"Following the command, you can have several place holders which will be "
++"replaced with the actual values when the actual program is run:\n"
++"%f - a single file name\n"
++"%F - a list of files; use for applications that can open several local files "
++"at once\n"
++"%u - a single URL\n"
++"%U - a list of URLs\n"
++"%d - the folder of the file to open\n"
++"%D - a list of folders\n"
++"%i - the icon\n"
++"%m - the mini-icon\n"
++"%c - the caption"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3620
++msgid "Panel Embedding"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3629
++msgid "&Execute on click:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3637
++msgid "&Window title:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3943
++msgid "Comment:"
++msgstr ""
++
++#: .pc/21_kfreebsd_support.diff/kio/kfile/kpropertiesdialog.cpp:3949
++msgid "File types:"
++msgstr ""
++
++#: .pc/kubuntu_93_speedbar_xdg_user_dirs.diff/kio/kfile/kfilespeedbar.cpp:46
++msgid "Desktop"
++msgstr ""
++
++#: .pc/kubuntu_93_speedbar_xdg_user_dirs.diff/kio/kfile/kfilespeedbar.cpp:53
++msgid "Documents"
++msgstr ""
++
++#: .pc/kubuntu_93_speedbar_xdg_user_dirs.diff/kio/kfile/kfilespeedbar.cpp:57
++msgid "Home Folder"
++msgstr ""
++
++#: .pc/kubuntu_93_speedbar_xdg_user_dirs.diff/kio/kfile/kfilespeedbar.cpp:62
++msgid "Storage Media"
++msgstr ""
++
++#: .pc/kubuntu_93_speedbar_xdg_user_dirs.diff/kio/kfile/kfilespeedbar.cpp:67
++msgid "Network Folders"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kdoctools/meinproc.cpp:74
++msgid "Stylesheet to use"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kdoctools/meinproc.cpp:75
++msgid "Output whole document to stdout"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kdoctools/meinproc.cpp:77
++msgid "Output whole document to file"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kdoctools/meinproc.cpp:78
++msgid "Create a ht://dig compatible index"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kdoctools/meinproc.cpp:79
++msgid "Check the document for validity"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kdoctools/meinproc.cpp:80
++msgid "Create a cache file for the document"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kdoctools/meinproc.cpp:81
++msgid "Set the srcdir, for kdelibs"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kdoctools/meinproc.cpp:82
++msgid "Parameters to pass to the stylesheet"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kdoctools/meinproc.cpp:83
++msgid "The file to transform"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kdoctools/meinproc.cpp:94
++msgid "XML-Translator"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kdoctools/meinproc.cpp:96
++msgid "KDE Translator for XML"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kdoctools/meinproc.cpp:264
++#, c-format
++msgid "Could not write to cache file %1."
++msgstr ""
++
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:811
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:834
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:850
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:811
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:834
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:850
++msgid ""
++"_: Base\n"
++"Root"
++msgstr ""
++
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:811
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:831
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:852
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:811
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:831
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:852
++msgid "All printers"
++msgstr ""
++
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:811
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:832
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:853
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:811
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:832
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:853
++msgid "All classes"
++msgstr ""
++
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:811
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:833
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:855
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:811
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:833
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:855
++msgid "Print jobs"
++msgstr ""
++
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:812
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:830
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:851
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:812
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:830
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:851
++msgid "Administration"
++msgstr ""
++
++#: .pc/12_cups_docroot.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:854
++#: .pc/13_cups_sysgroup.diff/kdeprint/cups/cupsdconf2/cupsdconf.cpp:854
++msgid "Root"
++msgstr ""
++
++#: .pc/kubuntu_46_lisa_error.diff/kutils/kcmoduleloader.cpp:133
++msgid ""
++"<qt><p>The diagnostics is:<br>The desktop file %1 could not be found.</qt>"
++msgstr ""
++
++#: .pc/54_seli_xinerama.diff/kio/kio/krun.cpp:120
++msgid ""
++"<qt>Unable to enter <b>%1</b>.\n"
++"You do not have access rights to this location.</qt>"
++msgstr ""
++
++#: .pc/54_seli_xinerama.diff/kio/kio/krun.cpp:159
++msgid ""
++"<qt>The file <b>%1</b> is an executable program. For safety it will not be "
++"started.</qt>"
++msgstr ""
++
++#: .pc/54_seli_xinerama.diff/kio/kio/krun.cpp:166
++msgid "<qt>You do not have permission to run <b>%1</b>.</qt>"
++msgstr ""
++
++#: .pc/54_seli_xinerama.diff/kio/kio/krun.cpp:203
++msgid "You are not authorized to open this file."
++msgstr ""
++
++#: .pc/54_seli_xinerama.diff/kio/kio/krun.cpp:207
++msgid "Open with:"
++msgstr ""
++
++#: .pc/54_seli_xinerama.diff/kio/kio/krun.cpp:545
++msgid "You are not authorized to execute this file."
++msgstr ""
++
++#: .pc/54_seli_xinerama.diff/kio/kio/krun.cpp:746
++msgid "You are not authorized to execute this service."
++msgstr ""
++
++#: .pc/54_seli_xinerama.diff/kio/kio/krun.cpp:864
++#, c-format
++msgid ""
++"Malformed URL\n"
++"%1"
++msgstr ""
++
++#: .pc/54_seli_xinerama.diff/kio/kio/krun.cpp:900
++msgid ""
++"<qt>Unable to run the command specified. The file or folder <b>%1</b> does "
++"not exist.</qt>"
++msgstr ""
++
++#: .pc/54_seli_xinerama.diff/kio/kio/krun.cpp:1400
++msgid "Could not find the program '%1'"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:72
++msgid "Look up the first occurrence of a piece of text or regular expression."
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:74
++msgid "Look up the next occurrence of the search phrase."
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:76
++msgid "Look up the previous occurrence of the search phrase."
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:78
++msgid ""
++"Look up a piece of text or regular expression and replace the result with "
++"some given text."
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:331
++msgid "Search string '%1' not found!"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:353
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:371
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:475
++#, c-format
++msgid ""
++"_n: %n replacement made.\n"
++"%n replacements made."
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:485
++msgid "End of selection reached."
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:486
++msgid "Beginning of selection reached."
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:499
++msgid "&Stop"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:753
++msgid "Replace Confirmation"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:755
++msgid "Re&place && Close"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:757
++msgid "&Find Next"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:762
++msgid "Found an occurrence of your search term. What do you want to do?"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:814
++msgid "Usage: find[:[bcersw]] PATTERN"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:826
++msgid "Usage: ifind[:[bcrs]] PATTERN"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:880
++msgid "Usage: replace[:[bceprsw]] PATTERN [REPLACEMENT]"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:914
++msgid "<p>Usage: <code>find[:bcersw] PATTERN</code></p>"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:917
++msgid ""
++"<p>Usage: <code>ifind:[:bcrs] PATTERN</code><br>ifind does incremental or "
++"'as-you-type' search</p>"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:921
++msgid "<p>Usage: <code>replace[:bceprsw] PATTERN REPLACEMENT</code></p>"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:924
++msgid ""
++"<h4><caption>Options</h4><p><b>b</b> - Search backward<br><b>c</b> - Search "
++"from cursor<br><b>r</b> - Pattern is a regular expression<br><b>s</b> - Case "
++"sensitive search"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:933
++msgid ""
++"<br><b>e</b> - Search in selected text only<br><b>w</b> - Search whole words "
++"only"
++msgstr ""
++
++#: .pc/56_kdepart_482268.diff/kate/part/katesearch.cpp:939
++msgid ""
++"<br><b>p</b> - Prompt for replace</p><p>If REPLACEMENT is not present, an "
++"empty string is used.</p><p>If you want to have whitespace in your PATTERN, "
++"you need to quote both PATTERN and REPLACEMENT with either single or double "
++"quotes. To have the quote characters in the strings, prepend them with a "
++"backslash."
++msgstr ""
++
++#: kcert/kcertpart.cc:90 kcert/kcertpart.cc:113
++msgid "Invalid certificate!"
++msgstr ""
++
++#: kcert/kcertpart.cc:160
++msgid "Certificates"
++msgstr ""
++
++#: kcert/kcertpart.cc:161
++msgid "Signers"
++msgstr ""
++
++#: kcert/kcertpart.cc:164
++msgid "Client"
++msgstr ""
++
++#: kcert/kcertpart.cc:170
++msgid "Import &All"
++msgstr ""
++
++#: kcert/kcertpart.cc:183 kcert/kcertpart.cc:274 kcert/kcertpart.cc:359
++msgid "KDE Secure Certificate Import"
++msgstr ""
++
++#: kcert/kcertpart.cc:184
++msgid "Chain:"
++msgstr ""
++
++#: kcert/kcertpart.cc:189 kcert/kcertpart.cc:276
++msgid "Subject:"
++msgstr ""
++
++#: kcert/kcertpart.cc:190 kcert/kcertpart.cc:277
++msgid "Issued by:"
++msgstr ""
++
++#: kcert/kcertpart.cc:196 kcert/kcertpart.cc:283
++msgid "File:"
++msgstr ""
++
++#: kcert/kcertpart.cc:199 kcert/kcertpart.cc:286
++msgid "File format:"
++msgstr ""
++
++#: kcert/kcertpart.cc:212 kcert/kcertpart.cc:299
++msgid "State:"
++msgstr ""
++
++#: kcert/kcertpart.cc:216 kcert/kcertpart.cc:303
++msgid "Valid from:"
++msgstr ""
++
++#: kcert/kcertpart.cc:220 kcert/kcertpart.cc:307
++msgid "Valid until:"
++msgstr ""
++
++#: kcert/kcertpart.cc:224 kcert/kcertpart.cc:311
++msgid "Serial number:"
++msgstr ""
++
++#: kcert/kcertpart.cc:227 kcert/kcertpart.cc:314
++msgid "State"
++msgstr ""
++
++#: kcert/kcertpart.cc:236 kcert/kcertpart.cc:323
++msgid "MD5 digest:"
++msgstr ""
++
++#: kcert/kcertpart.cc:239 kcert/kcertpart.cc:326
++msgid "Signature:"
++msgstr ""
++
++#: kcert/kcertpart.cc:244 kcert/kcertpart.cc:331
++msgid "Signature"
++msgstr ""
++
++#: kcert/kcertpart.cc:253 kcert/kcertpart.cc:340
++msgid "Public key:"
++msgstr ""
++
++#: kcert/kcertpart.cc:259 kcert/kcertpart.cc:346
++msgid "Public Key"
++msgstr ""
++
++#: kcert/kcertpart.cc:368
++msgid "&Crypto Manager..."
++msgstr ""
++
++#: kcert/kcertpart.cc:369
++msgid "&Import"
++msgstr ""
++
++#: kcert/kcertpart.cc:370
++msgid "&Save..."
++msgstr ""
++
++#: kcert/kcertpart.cc:371
++msgid "&Done"
++msgstr ""
++
++#: kcert/kcertpart.cc:418 kcert/kcertpart.cc:440
++msgid "Save failed."
++msgstr ""
++
++#: kcert/kcertpart.cc:418 kcert/kcertpart.cc:440 kcert/kcertpart.cc:455
++#: kcert/kcertpart.cc:460 kcert/kcertpart.cc:496 kcert/kcertpart.cc:532
++#: kcert/kcertpart.cc:566 kcert/kcertpart.cc:600 kcert/kcertpart.cc:730
++#: kcert/kcertpart.cc:741 kcert/kcertpart.cc:746 kcert/kcertpart.cc:759
++#: kcert/kcertpart.cc:873
++msgid "Certificate Import"
++msgstr ""
++
++#: kcert/kcertpart.cc:455
++msgid "You do not seem to have compiled KDE with SSL support."
++msgstr ""
++
++#: kcert/kcertpart.cc:460
++msgid "Certificate file is empty."
++msgstr ""
++
++#: kcert/kcertpart.cc:490
++msgid "Certificate Password"
++msgstr ""
++
++#: kcert/kcertpart.cc:496
++msgid "The certificate file could not be loaded. Try a different password?"
++msgstr ""
++
++#: kcert/kcertpart.cc:496
++msgid "Try Different"
++msgstr ""
++
++#: kcert/kcertpart.cc:532 kcert/kcertpart.cc:566
++msgid "This file cannot be opened."
++msgstr ""
++
++#: kcert/kcertpart.cc:599
++msgid "I do not know how to handle this type of file."
++msgstr ""
++
++#: kcert/kcertpart.cc:619
++msgid "0 - Site Certificate"
++msgstr ""
++
++#: kcert/kcertpart.cc:729 kcert/kcertpart.cc:745
++msgid ""
++"A certificate with that name already exists. Are you sure that you wish to "
++"replace it?"
++msgstr ""
++
++#: kcert/kcertpart.cc:741 kcert/kcertpart.cc:759
++msgid ""
++"Certificate has been successfully imported into KDE.\n"
++"You can manage your certificate settings from the KDE Control Center."
++msgstr ""
++
++#: kcert/kcertpart.cc:873
++msgid ""
++"Certificates have been successfully imported into KDE.\n"
++"You can manage your certificate settings from the KDE Control Center."
++msgstr ""
++
++#: kcert/kcertpart.cc:879
++msgid "KDE Certificate Part"
++msgstr ""
++
++#: khtml/khtml_settings.cc:152
++msgid "Accept"
++msgstr ""
++
++#: khtml/khtml_settings.cc:153
++msgid "Reject"
++msgstr ""
++
++#: khtml/khtml_settings.cc:779
++msgid "Filter error"
++msgstr ""
++
++#: kab/addressbook.cc:168
++msgid "Headline"
++msgstr ""
++
++#: kab/addressbook.cc:172
++msgid "Position"
++msgstr ""
++
++#: kab/addressbook.cc:184
++msgid "Sub-Department"
++msgstr ""
++
++#: kab/addressbook.cc:196
++msgid "Zipcode"
++msgstr ""
++
++#: kab/addressbook.cc:200
++msgid "City"
++msgstr ""
++
++#: kab/addressbook.cc:208
++msgid ""
++"_: As in addresses\n"
++"State"
++msgstr ""
++
++#: kab/addressbook.cc:267
++msgid "Rank"
++msgstr ""
++
++#: kab/addressbook.cc:275
++msgid "Name Prefix"
++msgstr ""
++
++#: kab/addressbook.cc:279
++msgid "First Name"
++msgstr ""
++
++#: kab/addressbook.cc:283
++msgid "Middle Name"
++msgstr ""
++
++#: kab/addressbook.cc:287
++msgid "Last Name"
++msgstr ""
++
++#: kab/addressbook.cc:299
++msgid "Talk Addresses"
++msgstr ""
++
++#: kab/addressbook.cc:307
++msgid "Keywords"
++msgstr ""
++
++#: kab/addressbook.cc:311
++msgid "Telephone Number"
++msgstr ""
++
++#: kab/addressbook.cc:315
++msgid "URLs"
++msgstr ""
++
++#: kab/addressbook.cc:319
++msgid "User Field 1"
++msgstr ""
++
++#: kab/addressbook.cc:323
++msgid "User Field 2"
++msgstr ""
++
++#: kab/addressbook.cc:327
++msgid "User Field 3"
++msgstr ""
++
++#: kab/addressbook.cc:331
++msgid "User Field 4"
++msgstr ""
++
++#: kab/addressbook.cc:339
++msgid "Categories"
++msgstr ""
++
++#: kab/addressbook.cc:419 kab/addressbook.cc:1067
++msgid "Cannot initialize local variables."
++msgstr ""
++
++#: kab/addressbook.cc:420 kab/addressbook.cc:1068
++msgid "Out of Memory"
++msgstr ""
++
++#: kab/addressbook.cc:437
++msgid ""
++"Your local kab configuration file \"%1\" could not be created. kab will "
++"probably not work correctly without it.\n"
++"Make sure you have not removed write permission from your local KDE "
++"directory (usually ~/.kde)."
++msgstr ""
++
++#: kab/addressbook.cc:461
++msgid ""
++"Your standard kab database file \"%1\" could not be created. kab will "
++"probably not work correctly without it.\n"
++"Make sure you have not removed write permission from your local KDE "
++"directory (usually ~/.kde)."
++msgstr ""
++
++#: kab/addressbook.cc:471
++msgid ""
++"kab has created your standard addressbook in\n"
++"\"%1\""
++msgstr ""
++
++#: kab/addressbook.cc:492
++msgid "Cannot create backup file (permission denied)."
++msgstr ""
++
++#: kab/addressbook.cc:493 kab/addressbook.cc:500 kab/addressbook.cc:509
++#: kab/addressbook.cc:579 kab/addressbook.cc:587 kab/addressbook.cc:614
++#: kab/addressbook.cc:826 kab/addressbook.cc:1225 kab/addressbook.cc:1601
++#: kab/addressbook.cc:1619 kab/addressbook.cc:1628 kab/addressbook.cc:1653
++#: kab/addressbook.cc:1662 kab/addressbook.cc:1671 kab/addressbook.cc:1680
++#: kab/addressbook.cc:1703 kab/addressbook.cc:1710
++msgid "File Error"
++msgstr ""
++
++#: kab/addressbook.cc:498
++msgid "Cannot open backup file for writing (permission denied)."
++msgstr ""
++
++#: kab/addressbook.cc:507
++msgid ""
++"Critical error:\n"
++"Permissions changed in local directory!"
++msgstr ""
++
++#: kab/addressbook.cc:566
++msgid "File reloaded."
++msgstr ""
++
++#: kab/addressbook.cc:572
++msgid ""
++"The currently loaded file \"%1\" cannot be reloaded. kab may close or save "
++"it.\n"
++"Save it if you accidentally deleted your data file.\n"
++"Close it if you intended to do so.\n"
++"Your file will be closed by default."
++msgstr ""
++
++#: kab/addressbook.cc:583
++msgid "(Safety copy on file error)"
++msgstr ""
++
++#: kab/addressbook.cc:586
++msgid "Cannot save the file; will close it now."
++msgstr ""
++
++#: kab/addressbook.cc:609
++msgid "File opened."
++msgstr ""
++
++#: kab/addressbook.cc:613
++msgid "Could not load the file."
++msgstr ""
++
++#: kab/addressbook.cc:616
++msgid "No such file."
++msgstr ""
++
++#: kab/addressbook.cc:622
++msgid "The file \"%1\" cannot be found. Create a new one?"
++msgstr ""
++
++#: kab/addressbook.cc:624
++msgid "No Such File"
++msgstr ""
++
++#: kab/addressbook.cc:625
++msgid "Create"
++msgstr ""
++
++#: kab/addressbook.cc:629
++msgid "New file."
++msgstr ""
++
++#: kab/addressbook.cc:631
++msgid "Canceled."
++msgstr ""
++
++#: kab/addressbook.cc:665
++msgid "(Internal error in kab)"
++msgstr ""
++
++#: kab/addressbook.cc:670 kab/addressbook.cc:1314
++msgid "(empty entry)"
++msgstr ""
++
++#: kab/addressbook.cc:825
++msgid "Cannot reload configuration file!"
++msgstr ""
++
++#: kab/addressbook.cc:830
++msgid "Configuration file reloaded."
++msgstr ""
++
++#: kab/addressbook.cc:858
++msgid "File saved."
++msgstr ""
++
++#: kab/addressbook.cc:898
++msgid "Permission denied."
++msgstr ""
++
++#: kab/addressbook.cc:904
++msgid "File closed."
++msgstr ""
++
++#: kab/addressbook.cc:1223
++msgid ""
++"The file you wanted to change could not be locked.\n"
++"It is probably in use by another application or read-only."
++msgstr ""
++
++#: kab/addressbook.cc:1599
++msgid ""
++"Cannot find kab's template file.\n"
++"You cannot create new files."
++msgstr ""
++
++#: kab/addressbook.cc:1607
++msgid ""
++"Cannot read kab's template file.\n"
++"You cannot create new files."
++msgstr ""
++
++#: kab/addressbook.cc:1609
++msgid "Format Error"
++msgstr ""
++
++#: kab/addressbook.cc:1616 kab/addressbook.cc:1668
++msgid ""
++"Cannot create the file\n"
++"\""
++msgstr ""
++
++#: kab/addressbook.cc:1618 kab/addressbook.cc:1627
++msgid "Could not create the new file."
++msgstr ""
++
++#: kab/addressbook.cc:1625 kab/addressbook.cc:1677
++msgid ""
++"Cannot save the file\n"
++"\""
++msgstr ""
++
++#: kab/addressbook.cc:1651
++msgid ""
++"Cannot find kab's configuration template file.\n"
++"kab cannot be configured."
++msgstr ""
++
++#: kab/addressbook.cc:1660
++msgid ""
++"Cannot read kab's configuration template file.\n"
++"kab cannot be configured."
++msgstr ""
++
++#: kab/addressbook.cc:1670 kab/addressbook.cc:1679
++msgid "Could not create the new configuration file."
++msgstr ""
++
++#: kab/addressbook.cc:1700
++msgid ""
++"Cannot load kab's local configuration file.\n"
++"There may be a formatting error.\n"
++"kab cannot be configured."
++msgstr ""
++
++#: kab/addressbook.cc:1708
++msgid ""
++"Cannot find kab's local configuration file.\n"
++"kab cannot be configured."
++msgstr ""
++
++#: kab/addressbook.cc:1744
++msgid "fixed"
++msgstr ""
++
++#: kab/addressbook.cc:1745
++msgid "mobile"
++msgstr ""
++
++#: kab/addressbook.cc:1746
++msgid "fax"
++msgstr ""
++
++#: kab/addressbook.cc:1747
++msgid "modem"
++msgstr ""
++
++#: kab/addressbook.cc:1748
++msgid "general"
++msgstr ""
++
++#: kab/addressbook.cc:1949
++msgid "Business"
++msgstr ""
++
++#: kab/addressbook.cc:1951
++msgid "Dates"
++msgstr ""
++
++#: kab/kabapi.cc:134
++msgid "Your new entry could not be added."
++msgstr ""
++
++#: arts/message/artsmessage.cc:45
++msgid "Display error message (default)"
++msgstr ""
++
++#: arts/message/artsmessage.cc:47
++msgid "Display warning message"
++msgstr ""
++
++#: arts/message/artsmessage.cc:49
++msgid "Display informational message"
++msgstr ""
++
++#: arts/message/artsmessage.cc:50
++msgid "Message string to be displayed"
++msgstr ""
++
++#: arts/message/artsmessage.cc:54
++msgid "artsmessage"
++msgstr ""
++
++#: arts/message/artsmessage.cc:55
++msgid "Utility to display aRts error messages"
++msgstr ""
++
++#: arts/message/artsmessage.cc:87
++msgid "Informational"
++msgstr ""
++
++#: arts/kde/kconverttest.cc:23 arts/kde/kiotest.cc:17
++#: arts/kde/kiotestslow.cc:83
++msgid "URL to open"
++msgstr ""
++
++#: arts/kde/kiotest.cc:23 arts/kde/kiotestslow.cc:91
++msgid "KIOTest"
++msgstr ""
++
++#: arts/kde/kconverttest.cc:58 arts/kde/kiotest.cc:23
++#: arts/kde/kiotestslow.cc:91
++msgid "0.1"
++msgstr ""
++
++#: arts/kde/kconverttest.cc:58
++msgid "KConvertTest"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kssl/keygenwizard2.cc:77
++msgid ""
++"You must now provide a password for the certificate request. Please choose a "
++"very secure password as this will be used to encrypt your private key."
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kssl/keygenwizard2.cc:78
++msgid "&Repeat password:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kssl/keygenwizard2.cc:79
++msgid "&Choose password:"
++msgstr ""
++
++#: obj-x86_64-linux-gnu/kio/kssl/keygenwizard.cc:56
++msgid ""
++"You have indicated that you wish to obtain or purchase a secure certificate. "
++"This wizard is intended to guide you through the procedure. You may cancel "
++"at any time, and this will abort the transaction."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:202
++msgid "Signature Algorithm: "
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:206
++msgid "Signature Contents:"
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:338
++msgid ""
++"_: Unknown\n"
++"Unknown key algorithm"
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:341
++msgid "Key type: RSA (%1 bit)"
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:344
++msgid "Modulus: "
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:357
++msgid "Exponent: 0x"
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:363
++msgid "Key type: DSA (%1 bit)"
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:366
++msgid "Prime: "
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:380
++msgid "160 bit prime factor: "
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:404
++msgid "Public key: "
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:920
++msgid "The certificate is valid."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:924
++msgid ""
++"Certificate signing authority root files could not be found so the "
++"certificate is not verified."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:927
++msgid "Certificate signing authority is unknown or invalid."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:929
++msgid "Certificate is self-signed and thus may not be trustworthy."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:931
++msgid "Certificate has expired."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:933
++msgid "Certificate has been revoked."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:935
++msgid "SSL support was not found."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:937
++msgid "Signature is untrusted."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:939
++msgid "Signature test failed."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:942
++msgid "Rejected, possibly due to an invalid purpose."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:944
++msgid "Private key test failed."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:946
++msgid "The certificate has not been issued for this host."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:948
++msgid "This certificate is not relevant."
++msgstr ""
++
++#: .pc/CVE-2009-2702.diff/kio/kssl/ksslcertificate.cc:953
++msgid "The certificate is invalid."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:467
++msgid "No host specified."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1553
++msgid "Otherwise, the request would have succeeded."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1557
++msgid "retrieve property values"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1560
++msgid "set property values"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1563
++msgid "create the requested folder"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1566
++msgid "copy the specified file or folder"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1569
++msgid "move the specified file or folder"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1572
++msgid "search in the specified folder"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1575
++msgid "lock the specified file or folder"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1578
++msgid "unlock the specified file or folder"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1581
++msgid "delete the specified file or folder"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1584
++msgid "query the server's capabilities"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1587
++msgid "retrieve the contents of the specified file or folder"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1599
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1752
++msgid "An unexpected error (%1) occurred while attempting to %2."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1607
++msgid "The server does not support the WebDAV protocol."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1648
++msgid ""
++"An error occurred while attempting to %1, %2. A summary of the reasons is "
++"below.<ul>"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1660
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1763
++#, c-format
++msgid "Access was denied while attempting to %1."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1667
++msgid "The specified folder already exists."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1673
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1768
++msgid ""
++"A resource cannot be created at the destination until one or more "
++"intermediate collections (folders) have been created."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1682
++#, c-format
++msgid ""
++"The server was unable to maintain the liveness of the properties listed in "
++"the propertybehavior XML element or you attempted to overwrite a file while "
++"requesting that files are not overwritten. %1"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1692
++#, c-format
++msgid "The requested lock could not be granted. %1"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1698
++msgid "The server does not support the request type of the body."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1703
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1775
++msgid "Unable to %1 because the resource is locked."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1707
++msgid "This action was prevented by another error."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1714
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1780
++msgid ""
++"Unable to %1 because the destination server refuses to accept the file or "
++"folder."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1721
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1786
++msgid ""
++"The destination resource does not have sufficient space to record the state "
++"of the resource after the execution of this method."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:1743
++#, c-format
++msgid "upload %1"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:2062
++msgid "Connecting to %1..."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:2080
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:2084
++msgid "Proxy %1 at port %2"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:2110
++msgid "Connection was to %1 at port %2"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:2116
++msgid "%1 (port %2)"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:2640
++msgid "%1 contacted. Waiting for reply..."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:3008
++msgid "Server processing request, please wait..."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:3884
++msgid "Requesting data to send"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:3925
++#, c-format
++msgid "Sending data to %1"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:4344
++msgid "Retrieving %1 from %2..."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:4353
++msgid "Retrieving from %1..."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5147
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5295
++msgid "Authentication Failed."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5150
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5298
++msgid "Proxy Authentication Failed."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5155
++msgid "  Do you want to retry?"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5167
++#: .pc/65_gcc4.4_ftbfs.diff/kioslave/ftp/ftp.cc:596
++msgid "You need to supply a username and a password to access this site."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5175
++#: .pc/65_gcc4.4_ftbfs.diff/kioslave/ftp/ftp.cc:598
++msgid "Site:"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5176
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5193
++msgid "<b>%1</b> at <b>%2</b>"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5183
++msgid ""
++"You need to supply a username and a password for the proxy server listed "
++"below before you are allowed to access any sites."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5192
++msgid "Proxy:"
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5214
++msgid "Authentication needed for %1 but authentication is disabled."
++msgstr ""
++
++#: .pc/61_httpheader_backport.diff/kioslave/http/http.cc:5836
++msgid ""
++"Unsupported method: authentication will fail. Please submit a bug report."
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kioslave/file/file.cc:564
++#: .pc/49_hurd_support.diff/kioslave/file/file.cc:798
++#, c-format
++msgid ""
++"Could not change permissions for\n"
++"%1"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kioslave/file/file.cc:730
++msgid "Cannot copy file from %1 to %2. (Errno: %3)"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kioslave/file/file.cc:1209
++#, c-format
++msgid "No media in device for %1"
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kioslave/file/file.cc:1375
++msgid "No Media inserted or Media not recognized."
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kioslave/file/file.cc:1385
++#: .pc/49_hurd_support.diff/kioslave/file/file.cc:1591
++msgid "\"vold\" is not running."
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kioslave/file/file.cc:1419
++msgid "Could not find program \"mount\""
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kioslave/file/file.cc:1604
++msgid "Could not find program \"umount\""
++msgstr ""
++
++#: .pc/49_hurd_support.diff/kioslave/file/file.cc:1709
++#, c-format
++msgid "Could not read %1"
++msgstr ""
++
++#: .pc/65_gcc4.4_ftbfs.diff/kioslave/ftp/ftp.cc:451
++#, c-format
++msgid "Opening connection to host %1"
++msgstr ""
++
++#: .pc/65_gcc4.4_ftbfs.diff/kioslave/ftp/ftp.cc:469
++#, c-format
++msgid "Connected to host %1"
++msgstr ""
++
++#: .pc/65_gcc4.4_ftbfs.diff/kioslave/ftp/ftp.cc:518
++msgid ""
++"%1.\n"
++"\n"
++"Reason: %2"
++msgstr ""
++
++#: .pc/65_gcc4.4_ftbfs.diff/kioslave/ftp/ftp.cc:541
++msgid "Sending login information"
++msgstr ""
++
++#: .pc/65_gcc4.4_ftbfs.diff/kioslave/ftp/ftp.cc:588
++msgid ""
++"Message sent:\n"
++"Login using username=%1 and password=[hidden]\n"
++"\n"
++"Server replied:\n"
++"%2\n"
++"\n"
++msgstr ""
++
++#: .pc/65_gcc4.4_ftbfs.diff/kioslave/ftp/ftp.cc:599
++msgid "<b>%1</b>"
++msgstr ""
++
++#: .pc/65_gcc4.4_ftbfs.diff/kioslave/ftp/ftp.cc:662
++msgid "Login OK"
++msgstr ""
++
++#: .pc/65_gcc4.4_ftbfs.diff/kioslave/ftp/ftp.cc:691
++#, c-format
++msgid "Could not login to %1."
++msgstr ""
++
++#: kwallet/backend/kwalletbackend.cc:258
++msgid "Already open."
++msgstr ""
++
++#: kwallet/backend/kwalletbackend.cc:260
++msgid "Error opening file."
++msgstr ""
++
++#: kwallet/backend/kwalletbackend.cc:262
++msgid "Not a wallet file."
++msgstr ""
++
++#: kwallet/backend/kwalletbackend.cc:264
++msgid "Unsupported file format revision."
++msgstr ""
++
++#: kwallet/backend/kwalletbackend.cc:266
++msgid "Unknown encryption scheme."
++msgstr ""
++
++#: kwallet/backend/kwalletbackend.cc:268
++msgid "Corrupt file?"
++msgstr ""
++
++#: kwallet/backend/kwalletbackend.cc:270
++msgid "Error validating wallet integrity. Possibly corrupted."
++msgstr ""
++
++#: kwallet/backend/kwalletbackend.cc:274
++msgid "Read error - possibly incorrect password."
++msgstr ""
++
++#: kwallet/backend/kwalletbackend.cc:276
++msgid "Decryption error."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:40
++#: kdeui/kstdaction_p.h:40
++msgid "&New"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:45
++#: kdeui/kstdaction_p.h:45
++msgid "Re&vert"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:48
++#: kdeui/kstdaction_p.h:48
++msgid "Print Previe&w..."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:49
++#: kdeui/kstdaction_p.h:49
++msgid "&Mail..."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:53
++#: kdeui/kstdaction_p.h:53
++msgid "Re&do"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:59
++#: kdeui/kstdaction_p.h:59
++msgid "Select &All"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:60
++#: kdeui/kstdaction_p.h:60
++msgid "Dese&lect"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:64
++#: kdeui/kstdaction_p.h:64
++msgid "Find Pre&vious"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:67
++#: kdeui/kstdaction_p.h:67
++msgid "&Actual Size"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:68
++#: kdeui/kstdaction_p.h:68
++msgid "&Fit to Page"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:69
++#: kdeui/kstdaction_p.h:69
++msgid "Fit to Page &Width"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:70
++#: kdeui/kstdaction_p.h:70
++msgid "Fit to Page &Height"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:71
++#: kdeui/kstdaction_p.h:71
++msgid "Zoom &In"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:72
++#: kdeui/kstdaction_p.h:72
++msgid "Zoom &Out"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:73
++#: kdeui/kstdaction_p.h:73
++msgid "&Zoom..."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:75
++#: kdeui/kstdaction_p.h:75
++msgid "&Redisplay"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:77
++#: kdeui/kstdaction_p.h:77
++msgid "&Up"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:82
++#: kdeui/kstdaction_p.h:82
++msgid "&Previous Page"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:83
++#: kdeui/kstdaction_p.h:83
++msgid "&Next Page"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:84
++#: kdeui/kstdaction_p.h:84
++msgid "&Go To..."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:85
++#: kdeui/kstdaction_p.h:85
++msgid "&Go to Page..."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:86
++#: kdeui/kstdaction_p.h:86
++msgid "&Go to Line..."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:87
++#: kdeui/kstdaction_p.h:87
++msgid "&First Page"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:88
++#: kdeui/kstdaction_p.h:88
++msgid "&Last Page"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:91
++#: kdeui/kstdaction_p.h:91
++msgid "&Edit Bookmarks"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:99
++#: kdeui/kstdaction_p.h:99
++msgid "&Save Settings"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:100
++#: kdeui/kstdaction_p.h:100
++msgid "Configure S&hortcuts..."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:101
++#: kdeui/kstdaction_p.h:101
++msgid "&Configure %1..."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:102
++#: kdeui/kstdaction_p.h:102
++msgid "Configure Tool&bars..."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:103
++#: kdeui/kstdaction_p.h:103
++msgid "Configure &Notifications..."
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:109
++#: kdeui/kstdaction_p.h:109
++msgid "What's &This?"
++msgstr ""
++
++#: .pc/kubuntu_51_launchpad_integration.diff/kdeui/kstdaction_p.h:110
++#: kdeui/kstdaction_p.h:110
++msgid "Tip of the &Day"
++msgstr ""
++
++#: kdeui/kstdaction_p.h:116
++msgid "&Translate This Application"
++msgstr ""
+--- /dev/null
++++ kdelibs-3.5.10.dfsg.1/kabc/addressee.h
+@@ -0,0 +1,837 @@
++/*** Warning! This file has been generated by the script makeaddressee ***/
++/*
++    This file is part of libkabc.
++    Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
++
++    This library is free software; you can redistribute it and/or
++    modify it under the terms of the GNU Library General Public
++    License as published by the Free Software Foundation; either
++    version 2 of the License, or (at your option) any later version.
++
++    This library is distributed in the hope that it will be useful,
++    but WITHOUT ANY WARRANTY; without even the implied warranty of
++    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++    Library General Public License for more details.
++
++    You should have received a copy of the GNU Library General Public License
++    along with this library; see the file COPYING.LIB.  If not, write to
++    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
++    Boston, MA 02110-1301, USA.
++*/
++
++#ifndef KABC_ADDRESSEE_H
++#define KABC_ADDRESSEE_H
++
++#include <qdatetime.h>
++#include <qstring.h>
++#include <qstringlist.h>
++#include <qvaluelist.h>
++
++#include <ksharedptr.h>
++#include <kurl.h>
++
++#include "address.h"
++#include "agent.h"
++#include "geo.h"
++#include "key.h"
++#include "phonenumber.h"
++#include "picture.h"
++#include "secrecy.h"
++#include "sound.h"
++#include "timezone.h"
++
++namespace KABC {
++
++class Resource;
++class Field;
++class SortMode;
++
++/**
++  @short address book entry
++
++  This class represents an entry in the address book.
++
++  The data of this class is implicitly shared. You can pass this class by value.
++
++  If you need the name of a field for presenting it to the user you should use
++  the functions ending in Label(). They return a translated string which can be
++  used as label for the corresponding field.
++
++  About the name fields:
++
++  givenName() is the first name and familyName() the last name. In some
++  countries the family name comes first, that's the reason for the
++  naming. formattedName() is the full name with the correct formatting.
++  It is used as an override, when the correct formatting can't be generated
++  from the other name fields automatically.
++
++  realName() returns a fully formatted name(). It uses formattedName, if set,
++  otherwise it constucts the name from the name fields. As fallback, if
++  nothing else is set it uses name().
++
++  name() is the NAME type of RFC2426. It can be used as internal name for the
++  data enty, but shouldn't be used for displaying the data to the user.
++ */
++class KABC_EXPORT Addressee
++{
++  friend KABC_EXPORT QDataStream &operator<<( QDataStream &, const Addressee & );
++  friend KABC_EXPORT QDataStream &operator>>( QDataStream &, Addressee & );
++
++  public:
++    typedef QValueList<Addressee> List;
++    typedef QMap<QString, Addressee> Map;
++
++    /**
++      Construct an empty address book entry.
++     */
++    Addressee();
++    ~Addressee();
++
++    Addressee( const Addressee & );
++    Addressee &operator=( const Addressee & );
++
++    bool operator==( const Addressee & ) const;
++    bool operator!=( const Addressee & ) const;
++
++    /**
++      Return, if the address book entry is empty.
++     */
++    bool isEmpty() const;
++
++    /**
++      Set unique identifier.
++     */
++    void setUid( const QString &uid );
++    /**
++      Return unique identifier.
++     */
++    QString uid() const;
++    /**
++      Return translated label for uid field.
++     */
++    static QString uidLabel();
++
++    /**
++      Set name.
++     */
++    void setName( const QString &name );
++    /**
++      Return name.
++     */
++    QString name() const;
++    /**
++      Return translated label for name field.
++     */
++    static QString nameLabel();
++
++    /**
++      Set formatted name.
++     */
++    void setFormattedName( const QString &formattedName );
++    /**
++      Return formatted name.
++     */
++    QString formattedName() const;
++    /**
++      Return translated label for formattedName field.
++     */
++    static QString formattedNameLabel();
++
++    /**
++      Set family name.
++     */
++    void setFamilyName( const QString &familyName );
++    /**
++      Return family name.
++     */
++    QString familyName() const;
++    /**
++      Return translated label for familyName field.
++     */
++    static QString familyNameLabel();
++
++    /**
++      Set given name.
++     */
++    void setGivenName( const QString &givenName );
++    /**
++      Return given name.
++     */
++    QString givenName() const;
++    /**
++      Return translated label for givenName field.
++     */
++    static QString givenNameLabel();
++
++    /**
++      Set additional names.
++     */
++    void setAdditionalName( const QString &additionalName );
++    /**
++      Return additional names.
++     */
++    QString additionalName() const;
++    /**
++      Return translated label for additionalName field.
++     */
++    static QString additionalNameLabel();
++
++    /**
++      Set honorific prefixes.
++     */
++    void setPrefix( const QString &prefix );
++    /**
++      Return honorific prefixes.
++     */
++    QString prefix() const;
++    /**
++      Return translated label for prefix field.
++     */
++    static QString prefixLabel();
++
++    /**
++      Set honorific suffixes.
++     */
++    void setSuffix( const QString &suffix );
++    /**
++      Return honorific suffixes.
++     */
++    QString suffix() const;
++    /**
++      Return translated label for suffix field.
++     */
++    static QString suffixLabel();
++
++    /**
++      Set nick name.
++     */
++    void setNickName( const QString &nickName );
++    /**
++      Return nick name.
++     */
++    QString nickName() const;
++    /**
++      Return translated label for nickName field.
++     */
++    static QString nickNameLabel();
++
++    /**
++      Set birthday.
++     */
++    void setBirthday( const QDateTime &birthday );
++    /**
++      Return birthday.
++     */
++    QDateTime birthday() const;
++    /**
++      Return translated label for birthday field.
++     */
++    static QString birthdayLabel();
++
++    /**
++      Return translated label for homeAddressStreet field.
++     */
++    static QString homeAddressStreetLabel();
++
++    /**
++      Return translated label for homeAddressLocality field.
++     */
++    static QString homeAddressLocalityLabel();
++
++    /**
++      Return translated label for homeAddressRegion field.
++     */
++    static QString homeAddressRegionLabel();
++
++    /**
++      Return translated label for homeAddressPostalCode field.
++     */
++    static QString homeAddressPostalCodeLabel();
++
++    /**
++      Return translated label for homeAddressCountry field.
++     */
++    static QString homeAddressCountryLabel();
++
++    /**
++      Return translated label for homeAddressLabel field.
++     */
++    static QString homeAddressLabelLabel();
++
++    /**
++      Return translated label for businessAddressStreet field.
++     */
++    static QString businessAddressStreetLabel();
++
++    /**
++      Return translated label for businessAddressLocality field.
++     */
++    static QString businessAddressLocalityLabel();
++
++    /**
++      Return translated label for businessAddressRegion field.
++     */
++    static QString businessAddressRegionLabel();
++
++    /**
++      Return translated label for businessAddressPostalCode field.
++     */
++    static QString businessAddressPostalCodeLabel();
++
++    /**
++      Return translated label for businessAddressCountry field.
++     */
++    static QString businessAddressCountryLabel();
++
++    /**
++      Return translated label for businessAddressLabel field.
++     */
++    static QString businessAddressLabelLabel();
++
++    /**
++      Return translated label for homePhone field.
++     */
++    static QString homePhoneLabel();
++
++    /**
++      Return translated label for businessPhone field.
++     */
++    static QString businessPhoneLabel();
++
++    /**
++      Return translated label for mobilePhone field.
++     */
++    static QString mobilePhoneLabel();
++
++    /**
++      Return translated label for homeFax field.
++     */
++    static QString homeFaxLabel();
++
++    /**
++      Return translated label for businessFax field.
++     */
++    static QString businessFaxLabel();
++
++    /**
++      Return translated label for carPhone field.
++     */
++    static QString carPhoneLabel();
++
++    /**
++      Return translated label for isdn field.
++     */
++    static QString isdnLabel();
++
++    /**
++      Return translated label for pager field.
++     */
++    static QString pagerLabel();
++
++    /**
++      Return translated label for email field.
++     */
++    static QString emailLabel();
++
++    /**
++      Set mail client.
++     */
++    void setMailer( const QString &mailer );
++    /**
++      Return mail client.
++     */
++    QString mailer() const;
++    /**
++      Return translated label for mailer field.
++     */
++    static QString mailerLabel();
++
++    /**
++      Set time zone.
++     */
++    void setTimeZone( const TimeZone &timeZone );
++    /**
++      Return time zone.
++     */
++    TimeZone timeZone() const;
++    /**
++      Return translated label for timeZone field.
++     */
++    static QString timeZoneLabel();
++
++    /**
++      Set geographic position.
++     */
++    void setGeo( const Geo &geo );
++    /**
++      Return geographic position.
++     */
++    Geo geo() const;
++    /**
++      Return translated label for geo field.
++     */
++    static QString geoLabel();
++
++    /**
++      Set title.
++     */
++    void setTitle( const QString &title );
++    /**
++      Return title.
++     */
++    QString title() const;
++    /**
++      Return translated label for title field.
++     */
++    static QString titleLabel();
++
++    /**
++      Set role.
++     */
++    void setRole( const QString &role );
++    /**
++      Return role.
++     */
++    QString role() const;
++    /**
++      Return translated label for role field.
++     */
++    static QString roleLabel();
++
++    /**
++      Set organization.
++     */
++    void setOrganization( const QString &organization );
++    /**
++      Return organization.
++     */
++    QString organization() const;
++    /**
++      Return translated label for organization field.
++     */
++    static QString organizationLabel();
++
++    /**
++      Set department.
++     */
++    void setDepartment( const QString &department );
++    /**
++      Return department.
++     */
++    QString department() const;
++    /**
++      Return translated label for department field.
++     */
++    static QString departmentLabel();
++
++    /**
++      Set note.
++     */
++    void setNote( const QString &note );
++    /**
++      Return note.
++     */
++    QString note() const;
++    /**
++      Return translated label for note field.
++     */
++    static QString noteLabel();
++
++    /**
++      Set product identifier.
++     */
++    void setProductId( const QString &productId );
++    /**
++      Return product identifier.
++     */
++    QString productId() const;
++    /**
++      Return translated label for productId field.
++     */
++    static QString productIdLabel();
++
++    /**
++      Set revision date.
++     */
++    void setRevision( const QDateTime &revision );
++    /**
++      Return revision date.
++     */
++    QDateTime revision() const;
++    /**
++      Return translated label for revision field.
++     */
++    static QString revisionLabel();
++
++    /**
++      Set sort string.
++     */
++    void setSortString( const QString &sortString );
++    /**
++      Return sort string.
++     */
++    QString sortString() const;
++    /**
++      Return translated label for sortString field.
++     */
++    static QString sortStringLabel();
++
++    /**
++      Set homepage.
++     */
++    void setUrl( const KURL &url );
++    /**
++      Return homepage.
++     */
++    KURL url() const;
++    /**
++      Return translated label for url field.
++     */
++    static QString urlLabel();
++
++    /**
++      Set security class.
++     */
++    void setSecrecy( const Secrecy &secrecy );
++    /**
++      Return security class.
++     */
++    Secrecy secrecy() const;
++    /**
++      Return translated label for secrecy field.
++     */
++    static QString secrecyLabel();
++
++    /**
++      Set logo.
++     */
++    void setLogo( const Picture &logo );
++    /**
++      Return logo.
++     */
++    Picture logo() const;
++    /**
++      Return translated label for logo field.
++     */
++    static QString logoLabel();
++
++    /**
++      Set photo.
++     */
++    void setPhoto( const Picture &photo );
++    /**
++      Return photo.
++     */
++    Picture photo() const;
++    /**
++      Return translated label for photo field.
++     */
++    static QString photoLabel();
++
++    /**
++      Set sound.
++     */
++    void setSound( const Sound &sound );
++    /**
++      Return sound.
++     */
++    Sound sound() const;
++    /**
++      Return translated label for sound field.
++     */
++    static QString soundLabel();
++
++    /**
++      Set agent.
++     */
++    void setAgent( const Agent &agent );
++    /**
++      Return agent.
++     */
++    Agent agent() const;
++    /**
++      Return translated label for agent field.
++     */
++    static QString agentLabel();
++
++    /**
++      Set name fields by parsing the given string and trying to associate the
++      parts of the string with according fields. This function should probably
++      be a bit more clever.
++     */
++    void setNameFromString( const QString & );
++
++    /**
++      Return the name of the addressee. This is calculated from all the name
++      fields.
++     */
++    QString realName() const;
++
++    /**
++      Return the name that consists of all name parts.
++     */
++    QString assembledName() const;
++
++    /**
++      Return email address including real name.
++
++      @param email Email address to be used to construct the full email string.
++                   If this is QString::null the preferred email address is used.
++     */
++    QString fullEmail( const QString &email=QString::null ) const;
++
++    /**
++      Insert an email address. If the email address already exists in this
++      addressee it is not duplicated.
++
++      @param email Email address
++      @param preferred Set to true, if this is the preferred email address of
++                       the addressee.
++     */
++    void insertEmail( const QString &email, bool preferred=false );
++
++    /**
++      Remove email address. If the email address doesn't exist, nothing happens.
++     */
++    void removeEmail( const QString &email );
++
++    /**
++      Return preferred email address. This is the first email address or the
++      last one added with insertEmail() with a set preferred parameter.
++     */
++    QString preferredEmail() const;
++
++    /**
++      Return list of all email addresses.
++     */
++    QStringList emails() const;
++
++    /**
++       Set the emails to @p list.
++       The first email address gets the preferred one!
++       @param list The list of email addresses.
++     */
++    void setEmails( const QStringList& list);
++
++    /**
++      Insert a phone number. If a phone number with the same id already exists
++      in this addressee it is not duplicated.
++     */
++    void insertPhoneNumber( const PhoneNumber &phoneNumber );
++
++    /**
++      Remove phone number. If no phone number with the given id exists for this
++      addresse nothing happens.
++     */
++    void removePhoneNumber( const PhoneNumber &phoneNumber );
++
++    /**
++      Return phone number, which matches the given type.
++     */
++    PhoneNumber phoneNumber( int type ) const;
++
++    /**
++      Return list of all phone numbers.
++     */
++    PhoneNumber::List phoneNumbers() const;
++
++    /**
++      Return list of phone numbers with a special type.
++     */
++    PhoneNumber::List phoneNumbers( int type ) const;
++
++    /**
++      Return phone number with the given id.
++     */
++    PhoneNumber findPhoneNumber( const QString &id ) const;
++
++    /**
++      Insert a key. If a key with the same id already exists
++      in this addressee it is not duplicated.
++     */
++    void insertKey( const Key &key );
++
++    /**
++      Remove a key. If no key with the given id exists for this
++      addresse nothing happens.
++     */
++    void removeKey( const Key &key );
++
++    /**
++      Return key, which matches the given type.
++      If @p type == Key::Custom you can specify a string
++      that should match. If you leave the string empty, the first
++      key with a custom value is returned.
++     */
++    Key key( int type, QString customTypeString = QString::null ) const;
++
++    /**
++      Return list of all keys.
++     */
++    Key::List keys() const;
++
++    /**
++       Set the list of keys
++       @param keys The keys to be set.
++     */
++    void setKeys( const Key::List& keys);
++
++    /**
++      Return list of keys with a special type.
++      If @p type == Key::Custom you can specify a string
++      that should match. If you leave the string empty, all custom
++      keys will be returned.
++     */
++    Key::List keys( int type, QString customTypeString = QString::null  ) const;
++
++    /**
++      Return key with the given id.
++     */
++    Key findKey( const QString &id ) const;
++
++    /**
++      Insert an address. If an address with the same id already exists
++      in this addressee it is not duplicated.
++     */
++    void insertAddress( const Address &address );
++
++    /**
++      Remove address. If no address with the given id exists for this
++      addresse nothing happens.
++     */
++    void removeAddress( const Address &address );
++
++    /**
++      Return address, which matches the given type.
++     */
++    Address address( int type ) const;
++
++    /**
++      Return list of all addresses.
++     */
++    Address::List addresses() const;
++
++    /**
++      Return list of addresses with a special type.
++     */
++    Address::List addresses( int type ) const;
++
++    /**
++      Return address with the given id.
++     */
++    Address findAddress( const QString &id ) const;
++
++    /**
++      Insert category. If the category already exists it is not duplicated.
++     */
++    void insertCategory( const QString & );
++
++    /**
++      Remove category.
++     */
++    void removeCategory( const QString & );
++
++    /**
++      Return, if addressee has the given category.
++     */
++    bool hasCategory( const QString & ) const;
++
++    /**
++      Set categories to given value.
++     */
++    void setCategories( const QStringList & );
++
++    /**
++      Return list of all set categories.
++     */
++    QStringList categories() const;
++
++    /**
++      Insert custom entry. The entry is identified by the name of the inserting
++      application and a unique name. If an entry with the given app and name
++      already exists its value is replaced with the new given value.
++
++      An empty value isn't allowed (nothing happens if this is called with
++      any of the three arguments being empty)
++     */
++    void insertCustom( const QString &app, const QString &name,
++                       const QString &value );
++
++    /**
++      Remove custom entry.
++     */
++    void removeCustom( const QString &app, const QString &name );
++
++    /**
++      Return value of custom entry, identified by app and entry name.
++     */
++    QString custom( const QString &app, const QString &name ) const;
++
++    /**
++      Set all custom entries.
++     */
++    void setCustoms( const QStringList & );
++
++    /**
++      Return list of all custom entries.
++     */
++    QStringList customs() const;
++
++    /**
++      Parse full email address. The result is given back in fullName and email.
++     */
++    static void parseEmailAddress( const QString &rawEmail, QString &fullName,
++                                   QString &email );
++
++    /**
++      Debug output.
++     */
++    void dump() const;
++
++    /**
++      Returns string representation of the addressee.
++     */
++    QString asString() const;
++
++    /**
++      Set resource where the addressee is from.
++     */
++    void setResource( Resource *resource );
++
++    /**
++      Return pointer to resource.
++     */
++    Resource *resource() const;
++
++    /**
++      Mark addressee as changed.
++     */
++    void setChanged( bool value );
++
++    /**
++      Return whether the addressee is changed.
++     */
++    bool changed() const;
++
++    static void setSortMode( KABC::SortMode *mode );
++
++    bool operator< ( const Addressee &addr );
++
++  private:
++    void detach();
++
++    struct AddresseeData;
++    mutable KSharedPtr<AddresseeData> mData;
++
++  private:
++    static AddresseeData* shared_null;
++    static AddresseeData* makeSharedNull();
++    static KABC::SortMode *mSortMode;
++};
++
++KABC_EXPORT QDataStream &operator<<( QDataStream &, const Addressee & );
++KABC_EXPORT QDataStream &operator>>( QDataStream &, Addressee & );
++
++}
++
++#endif
+--- /dev/null
++++ kdelibs-3.5.10.dfsg.1/kabc/field.cpp
+@@ -0,0 +1,742 @@
++/*** Warning! This file has been generated by the script makeaddressee ***/
++/*
++    This file is part of libkabc.
++    Copyright (c) 2002 Cornelius Schumacher <schumacher@kde.org>
++
++    This library is free software; you can redistribute it and/or
++    modify it under the terms of the GNU Library General Public
++    License as published by the Free Software Foundation; either
++    version 2 of the License, or (at your option) any later version.
++
++    This library is distributed in the hope that it will be useful,
++    but WITHOUT ANY WARRANTY; without even the implied warranty of
++    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++    Library General Public License for more details.
++
++    You should have received a copy of the GNU Library General Public License
++    along with this library; see the file COPYING.LIB.  If not, write to
++    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
++    Boston, MA 02110-1301, USA.
++*/
++
++#include <klocale.h>
++#include <kconfig.h>
++#include <kglobal.h>
++
++#include "field.h"
++#include "address.h"
++
++using namespace KABC;
++
++class Field::FieldImpl
++{
++  public:
++    FieldImpl( int fieldId, int category = 0,
++               const QString &label = QString::null,
++               const QString &key = QString::null,
++               const QString &app = QString::null )
++      : mFieldId( fieldId ), mCategory( category ), mLabel( label ),
++        mKey( key ), mApp( app ) {}
++  
++    enum FieldId
++    {
++      CustomField,
++      FormattedName,
++      FamilyName,
++      GivenName,
++      AdditionalName,
++      Prefix,
++      Suffix,
++      NickName,
++      Birthday,
++      HomeAddressStreet,
++      HomeAddressLocality,
++      HomeAddressRegion,
++      HomeAddressPostalCode,
++      HomeAddressCountry,
++      HomeAddressLabel,
++      BusinessAddressStreet,
++      BusinessAddressLocality,
++      BusinessAddressRegion,
++      BusinessAddressPostalCode,
++      BusinessAddressCountry,
++      BusinessAddressLabel,
++      HomePhone,
++      BusinessPhone,
++      MobilePhone,
++      HomeFax,
++      BusinessFax,
++      CarPhone,
++      Isdn,
++      Pager,
++      Email,
++      Mailer,
++      Title,
++      Role,
++      Organization,
++      Department,
++      Note,
++      Url
++    };
++
++    int fieldId() { return mFieldId; }
++    int category() { return mCategory; }
++    
++    QString label() { return mLabel; }
++    QString key() { return mKey; }
++    QString app() { return mApp; }
++    
++  private:
++    int mFieldId;
++    int mCategory;
++
++    QString mLabel;
++    QString mKey;
++    QString mApp;
++};
++
++
++Field::List Field::mAllFields;
++Field::List Field::mDefaultFields;
++Field::List Field::mCustomFields;
++
++
++Field::Field( FieldImpl *impl )
++{
++  mImpl = impl;
++}
++
++Field::~Field()
++{
++  delete mImpl;
++}
++
++QString Field::label()
++{
++  switch ( mImpl->fieldId() ) {
++    case FieldImpl::FormattedName:
++      return Addressee::formattedNameLabel();
++    case FieldImpl::FamilyName:
++      return Addressee::familyNameLabel();
++    case FieldImpl::GivenName:
++      return Addressee::givenNameLabel();
++    case FieldImpl::AdditionalName:
++      return Addressee::additionalNameLabel();
++    case FieldImpl::Prefix:
++      return Addressee::prefixLabel();
++    case FieldImpl::Suffix:
++      return Addressee::suffixLabel();
++    case FieldImpl::NickName:
++      return Addressee::nickNameLabel();
++    case FieldImpl::Birthday:
++      return Addressee::birthdayLabel();
++    case FieldImpl::HomeAddressStreet:
++      return Addressee::homeAddressStreetLabel();
++    case FieldImpl::HomeAddressLocality:
++      return Addressee::homeAddressLocalityLabel();
++    case FieldImpl::HomeAddressRegion:
++      return Addressee::homeAddressRegionLabel();
++    case FieldImpl::HomeAddressPostalCode:
++      return Addressee::homeAddressPostalCodeLabel();
++    case FieldImpl::HomeAddressCountry:
++      return Addressee::homeAddressCountryLabel();
++    case FieldImpl::HomeAddressLabel:
++      return Addressee::homeAddressLabelLabel();
++    case FieldImpl::BusinessAddressStreet:
++      return Addressee::businessAddressStreetLabel();
++    case FieldImpl::BusinessAddressLocality:
++      return Addressee::businessAddressLocalityLabel();
++    case FieldImpl::BusinessAddressRegion:
++      return Addressee::businessAddressRegionLabel();
++    case FieldImpl::BusinessAddressPostalCode:
++      return Addressee::businessAddressPostalCodeLabel();
++    case FieldImpl::BusinessAddressCountry:
++      return Addressee::businessAddressCountryLabel();
++    case FieldImpl::BusinessAddressLabel:
++      return Addressee::businessAddressLabelLabel();
++    case FieldImpl::HomePhone:
++      return Addressee::homePhoneLabel();
++    case FieldImpl::BusinessPhone:
++      return Addressee::businessPhoneLabel();
++    case FieldImpl::MobilePhone:
++      return Addressee::mobilePhoneLabel();
++    case FieldImpl::HomeFax:
++      return Addressee::homeFaxLabel();
++    case FieldImpl::BusinessFax:
++      return Addressee::businessFaxLabel();
++    case FieldImpl::CarPhone:
++      return Addressee::carPhoneLabel();
++    case FieldImpl::Isdn:
++      return Addressee::isdnLabel();
++    case FieldImpl::Pager:
++      return Addressee::pagerLabel();
++    case FieldImpl::Email:
++      return Addressee::emailLabel();
++    case FieldImpl::Mailer:
++      return Addressee::mailerLabel();
++    case FieldImpl::Title:
++      return Addressee::titleLabel();
++    case FieldImpl::Role:
++      return Addressee::roleLabel();
++    case FieldImpl::Organization:
++      return Addressee::organizationLabel();
++    case FieldImpl::Department:
++      return Addressee::departmentLabel();
++    case FieldImpl::Note:
++      return Addressee::noteLabel();
++    case FieldImpl::Url:
++      return Addressee::urlLabel();
++    case FieldImpl::CustomField:
++      return mImpl->label();
++    default:
++      return i18n("Unknown Field");
++  }
++}
++
++int Field::category()
++{
++  return mImpl->category();
++}
++
++QString Field::categoryLabel( int category )
++{
++  switch ( category ) {
++    case All:
++      return i18n("All");
++    case Frequent:
++      return i18n("Frequent");
++    case Address:
++      return i18n("street/postal","Address");
++    case Email:
++      return i18n("Email");
++    case Personal:
++      return i18n("Personal");
++    case Organization:
++      return i18n("Organization");
++    case CustomCategory:
++      return i18n("Custom");
++    default:
++      return i18n("Undefined");
++  }
++}
++
++QString Field::value( const KABC::Addressee &a )
++{
++  switch ( mImpl->fieldId() ) {
++    case FieldImpl::FormattedName:
++      return a.formattedName();
++    case FieldImpl::FamilyName:
++      return a.familyName();
++    case FieldImpl::GivenName:
++      return a.givenName();
++    case FieldImpl::AdditionalName:
++      return a.additionalName();
++    case FieldImpl::Prefix:
++      return a.prefix();
++    case FieldImpl::Suffix:
++      return a.suffix();
++    case FieldImpl::NickName:
++      return a.nickName();
++    case FieldImpl::Mailer:
++      return a.mailer();
++    case FieldImpl::Title:
++      return a.title();
++    case FieldImpl::Role:
++      return a.role();
++    case FieldImpl::Organization:
++      return a.organization();
++    case FieldImpl::Department:
++      return a.department();
++    case FieldImpl::Note:
++      return a.note();
++    case FieldImpl::Email:
++      return a.preferredEmail();
++    case FieldImpl::Birthday:
++      if ( a.birthday().isValid() )
++        return a.birthday().date().toString( Qt::ISODate );
++      else
++        return QString::null;
++    case FieldImpl::Url:
++      return a.url().prettyURL();
++    case FieldImpl::HomePhone:
++    {
++      PhoneNumber::List::ConstIterator it;
++
++      {
++        // check for preferred number
++        const PhoneNumber::List list = a.phoneNumbers( PhoneNumber::Home | PhoneNumber::Pref );
++        for ( it = list.begin(); it != list.end(); ++it )
++          if ( ((*it).type() & ~(PhoneNumber::Pref)) == PhoneNumber::Home )
++            return (*it).number();
++      }
++
++      {
++        // check for normal home number
++        const PhoneNumber::List list = a.phoneNumbers( PhoneNumber::Home );
++        for ( it = list.begin(); it != list.end(); ++it )
++          if ( ((*it).type() & ~(PhoneNumber::Pref)) == PhoneNumber::Home )
++            return (*it).number();
++      }
++
++      return QString::null;
++    }
++    case FieldImpl::BusinessPhone:
++    {
++      PhoneNumber::List::ConstIterator it;
++
++      {
++        // check for preferred number
++        const PhoneNumber::List list = a.phoneNumbers( PhoneNumber::Work | PhoneNumber::Pref );
++        for ( it = list.begin(); it != list.end(); ++it )
++          if ( ((*it).type() & ~(PhoneNumber::Pref)) == PhoneNumber::Work )
++            return (*it).number();
++      }
++
++      {
++        // check for normal work number
++        const PhoneNumber::List list = a.phoneNumbers( PhoneNumber::Work );
++        for ( it = list.begin(); it != list.end(); ++it )
++          if ( ((*it).type() & ~(PhoneNumber::Pref)) == PhoneNumber::Work )
++            return (*it).number();
++      }
++
++      return QString::null;
++    }
++    case FieldImpl::MobilePhone:
++      return a.phoneNumber( PhoneNumber::Cell ).number();
++    case FieldImpl::HomeFax:
++      return a.phoneNumber( PhoneNumber::Home | PhoneNumber::Fax ).number();
++    case FieldImpl::BusinessFax:
++      return a.phoneNumber( PhoneNumber::Work | PhoneNumber::Fax ).number();
++    case FieldImpl::CarPhone:
++      return a.phoneNumber( PhoneNumber::Car ).number();
++    case FieldImpl::Isdn:
++      return a.phoneNumber( PhoneNumber::Isdn ).number();
++    case FieldImpl::Pager:
++      return a.phoneNumber( PhoneNumber::Pager ).number();
++    case FieldImpl::HomeAddressStreet:
++      return a.address( Address::Home ).street();
++    case FieldImpl::HomeAddressLocality:
++      return a.address( Address::Home ).locality();
++    case FieldImpl::HomeAddressRegion:
++      return a.address( Address::Home ).region();
++    case FieldImpl::HomeAddressPostalCode:
++      return a.address( Address::Home ).postalCode();
++    case FieldImpl::HomeAddressCountry:
++      return a.address( Address::Home ).country();
++    case FieldImpl::HomeAddressLabel:
++      return a.address( Address::Home ).label();
++    case FieldImpl::BusinessAddressStreet:
++      return a.address( Address::Work ).street();
++    case FieldImpl::BusinessAddressLocality:
++      return a.address( Address::Work ).locality();
++    case FieldImpl::BusinessAddressRegion:
++      return a.address( Address::Work ).region();
++    case FieldImpl::BusinessAddressPostalCode:
++      return a.address( Address::Work ).postalCode();
++    case FieldImpl::BusinessAddressCountry:
++      return a.address( Address::Work ).country();
++    case FieldImpl::BusinessAddressLabel:
++      return a.address( Address::Work ).label();
++    case FieldImpl::CustomField:
++      return a.custom( mImpl->app(), mImpl->key() );
++    default:
++      return QString::null;
++  }
++}
++
++bool Field::setValue( KABC::Addressee &a, const QString &value )
++{
++  switch ( mImpl->fieldId() ) {
++    case FieldImpl::FormattedName:
++      a.setFormattedName( value );
++      return true;
++    case FieldImpl::FamilyName:
++      a.setFamilyName( value );
++      return true;
++    case FieldImpl::GivenName:
++      a.setGivenName( value );
++      return true;
++    case FieldImpl::AdditionalName:
++      a.setAdditionalName( value );
++      return true;
++    case FieldImpl::Prefix:
++      a.setPrefix( value );
++      return true;
++    case FieldImpl::Suffix:
++      a.setSuffix( value );
++      return true;
++    case FieldImpl::NickName:
++      a.setNickName( value );
++      return true;
++    case FieldImpl::Mailer:
++      a.setMailer( value );
++      return true;
++    case FieldImpl::Title:
++      a.setTitle( value );
++      return true;
++    case FieldImpl::Role:
++      a.setRole( value );
++      return true;
++    case FieldImpl::Organization:
++      a.setOrganization( value );
++      return true;
++    case FieldImpl::Department:
++      a.setDepartment( value );
++      return true;
++    case FieldImpl::Note:
++      a.setNote( value );
++      return true;
++    case FieldImpl::MobilePhone:
++      {
++        PhoneNumber number = a.phoneNumber( PhoneNumber::Cell );
++        number.setNumber( value );
++        a.insertPhoneNumber( number );
++        return true;
++      }
++    case FieldImpl::HomeFax:
++      {
++        PhoneNumber number = a.phoneNumber( PhoneNumber::Home | PhoneNumber::Fax );
++        number.setNumber( value );
++        a.insertPhoneNumber( number );
++        return true;
++      }
++    case FieldImpl::BusinessFax:
++      {
++        PhoneNumber number = a.phoneNumber( PhoneNumber::Work | PhoneNumber::Fax );
++        number.setNumber( value );
++        a.insertPhoneNumber( number );
++        return true;
++      }
++    case FieldImpl::CarPhone:
++      {
++        PhoneNumber number = a.phoneNumber( PhoneNumber::Car );
++        number.setNumber( value );
++        a.insertPhoneNumber( number );
++        return true;
++      }
++    case FieldImpl::Isdn:
++      {
++        PhoneNumber number = a.phoneNumber( PhoneNumber::Isdn );
++        number.setNumber( value );
++        a.insertPhoneNumber( number );
++        return true;
++      }
++    case FieldImpl::Pager:
++      {
++        PhoneNumber number = a.phoneNumber( PhoneNumber::Pager );
++        number.setNumber( value );
++        a.insertPhoneNumber( number );
++        return true;
++      }
++    case FieldImpl::HomeAddressStreet:
++      {
++        KABC::Address address = a.address( Address::Home );
++        address.setStreet( value );
++        a.insertAddress( address );
++        return true;
++      }
++    case FieldImpl::HomeAddressLocality:
++      {
++        KABC::Address address = a.address( Address::Home );
++        address.setLocality( value );
++        a.insertAddress( address );
++        return true;
++      }
++    case FieldImpl::HomeAddressRegion:
++      {
++        KABC::Address address = a.address( Address::Home );
++        address.setRegion( value );
++        a.insertAddress( address );
++        return true;
++      }
++    case FieldImpl::HomeAddressPostalCode:
++      {
++        KABC::Address address = a.address( Address::Home );
++        address.setPostalCode( value );
++        a.insertAddress( address );
++        return true;
++      }
++    case FieldImpl::HomeAddressCountry:
++      {
++        KABC::Address address = a.address( Address::Home );
++        address.setCountry( value );
++        a.insertAddress( address );
++        return true;
++      }
++    case FieldImpl::HomeAddressLabel:
++      {
++        KABC::Address address = a.address( Address::Home );
++        address.setLabel( value );
++        a.insertAddress( address );
++        return true;
++      }
++    case FieldImpl::BusinessAddressStreet:
++      {
++        KABC::Address address = a.address( Address::Work );
++        address.setStreet( value );
++        a.insertAddress( address );
++        return true;
++      }
++    case FieldImpl::BusinessAddressLocality:
++      {
++        KABC::Address address = a.address( Address::Work );
++        address.setLocality( value );
++        a.insertAddress( address );
++        return true;
++      }
++    case FieldImpl::BusinessAddressRegion:
++      {
++        KABC::Address address = a.address( Address::Work );
++        address.setRegion( value );
++        a.insertAddress( address );
++        return true;
++      }
++    case FieldImpl::BusinessAddressPostalCode:
++      {
++        KABC::Address address = a.address( Address::Work );
++        address.setPostalCode( value );
++        a.insertAddress( address );
++        return true;
++      }
++    case FieldImpl::BusinessAddressCountry:
++      {
++        KABC::Address address = a.address( Address::Work );
++        address.setCountry( value );
++        a.insertAddress( address );
++        return true;
++      }
++    case FieldImpl::BusinessAddressLabel:
++      {
++        KABC::Address address = a.address( Address::Work );
++        address.setLabel( value );
++        a.insertAddress( address );
++        return true;
++      }
++    case FieldImpl::Birthday:
++      a.setBirthday( QDate::fromString( value, Qt::ISODate ) );
++      return true;
++    case FieldImpl::CustomField:
++      a.insertCustom( mImpl->app(), mImpl->key(), value );
++      return true;
++    default:
++      return false;
++  }
++}
++
++QString Field::sortKey( const KABC::Addressee &a )
++{
++  switch ( mImpl->fieldId() ) {
++    case FieldImpl::FormattedName:
++      return a.formattedName();
++    case FieldImpl::FamilyName:
++      return a.familyName();
++    case FieldImpl::GivenName:
++      return a.givenName();
++    case FieldImpl::AdditionalName:
++      return a.additionalName();
++    case FieldImpl::Prefix:
++      return a.prefix();
++    case FieldImpl::Suffix:
++      return a.suffix();
++    case FieldImpl::NickName:
++      return a.nickName();
++    case FieldImpl::Mailer:
++      return a.mailer();
++    case FieldImpl::Title:
++      return a.title();
++    case FieldImpl::Role:
++      return a.role();
++    case FieldImpl::Organization:
++      return a.organization();
++    case FieldImpl::Department:
++      return a.department();
++    case FieldImpl::Note:
++      return a.note();
++    case FieldImpl::Birthday:
++      if ( a.birthday().isValid() ) {
++        QDate date = a.birthday().date();
++        QString key;
++        key.sprintf( "%02d-%02d", date.month(), date.day() );
++        return key;
++      } else
++        return QString( "00-00" );
++    default:
++      return value( a ).lower();
++  }
++}
++
++bool Field::isCustom()
++{
++  return mImpl->fieldId() == FieldImpl::CustomField;
++}
++
++Field::List Field::allFields()
++{
++  if ( mAllFields.isEmpty() ) {
++    createField( FieldImpl::FormattedName, Frequent );
++    createField( FieldImpl::FamilyName, Frequent );
++    createField( FieldImpl::GivenName, Frequent );
++    createField( FieldImpl::AdditionalName );
++    createField( FieldImpl::Prefix );
++    createField( FieldImpl::Suffix );
++    createField( FieldImpl::NickName, Personal );
++    createField( FieldImpl::Birthday, Personal );
++    createField( FieldImpl::HomeAddressStreet, Address|Personal );
++    createField( FieldImpl::HomeAddressLocality, Address|Personal );
++    createField( FieldImpl::HomeAddressRegion, Address|Personal );
++    createField( FieldImpl::HomeAddressPostalCode, Address|Personal );
++    createField( FieldImpl::HomeAddressCountry, Address|Personal );
++    createField( FieldImpl::HomeAddressLabel, Address|Personal );
++    createField( FieldImpl::BusinessAddressStreet, Address|Organization );
++    createField( FieldImpl::BusinessAddressLocality, Address|Organization );
++    createField( FieldImpl::BusinessAddressRegion, Address|Organization );
++    createField( FieldImpl::BusinessAddressPostalCode, Address|Organization );
++    createField( FieldImpl::BusinessAddressCountry, Address|Organization );
++    createField( FieldImpl::BusinessAddressLabel, Address|Organization );
++    createField( FieldImpl::HomePhone, Personal|Frequent );
++    createField( FieldImpl::BusinessPhone, Organization|Frequent );
++    createField( FieldImpl::MobilePhone, Frequent );
++    createField( FieldImpl::HomeFax );
++    createField( FieldImpl::BusinessFax );
++    createField( FieldImpl::CarPhone );
++    createField( FieldImpl::Isdn );
++    createField( FieldImpl::Pager );
++    createField( FieldImpl::Email, Email|Frequent );
++    createField( FieldImpl::Mailer, Email );
++    createField( FieldImpl::Title, Organization );
++    createField( FieldImpl::Role, Organization );
++    createField( FieldImpl::Organization, Organization );
++    createField( FieldImpl::Department, Organization );
++    createField( FieldImpl::Note );
++    createField( FieldImpl::Url );
++  }
++
++  return mAllFields;
++}
++
++Field::List Field::defaultFields()
++{
++  if ( mDefaultFields.isEmpty() ) {
++    createDefaultField( FieldImpl::FormattedName );
++    createDefaultField( FieldImpl::Email );
++  }
++
++  return mDefaultFields;
++}
++
++void Field::createField( int id, int category )
++{
++  mAllFields.append( new Field( new FieldImpl( id, category ) ) );
++}
++
++void Field::createDefaultField( int id, int category )
++{
++  mDefaultFields.append( new Field( new FieldImpl( id, category ) ) );
++}
++
++void Field::deleteFields()
++{
++  Field::List::ConstIterator it;
++
++  for ( it = mAllFields.constBegin(); it != mAllFields.constEnd(); ++it ) {
++    delete (*it);
++  }
++  mAllFields.clear();
++
++  for ( it = mDefaultFields.constBegin(); it != mDefaultFields.constEnd(); ++it ) {
++    delete (*it);
++  }
++  mDefaultFields.clear();
++
++  for ( it = mCustomFields.constBegin(); it != mCustomFields.constEnd(); ++it ) {
++    delete (*it);
++  }
++  mCustomFields.clear();
++}
++
++void Field::saveFields( const QString &identifier,
++                        const Field::List &fields )
++{
++  KConfig *cfg = KGlobal::config();
++  KConfigGroupSaver( cfg, "KABCFields" );
++
++  saveFields( cfg, identifier, fields );
++}
++
++void Field::saveFields( KConfig *cfg, const QString &identifier,
++                        const Field::List &fields )
++{
++  QValueList<int> fieldIds;
++  
++  int custom = 0;
++  Field::List::ConstIterator it;
++  for( it = fields.begin(); it != fields.end(); ++it ) {
++    fieldIds.append( (*it)->mImpl->fieldId() );
++    if( (*it)->isCustom() ) {
++      QStringList customEntry;
++      customEntry << (*it)->mImpl->label();
++      customEntry << (*it)->mImpl->key();
++      customEntry << (*it)->mImpl->app();
++      cfg->writeEntry( "KABC_CustomEntry_" + identifier + "_" +
++                       QString::number( custom++ ), customEntry );
++    }
++  }
++  
++  cfg->writeEntry( identifier, fieldIds );
++}
++
++Field::List Field::restoreFields( const QString &identifier )
++{
++  KConfig *cfg = KGlobal::config();
++  KConfigGroupSaver( cfg, "KABCFields" );
++ 
++  return restoreFields( cfg, identifier );
++}
++
++Field::List Field::restoreFields( KConfig *cfg, const QString &identifier )
++{
++  const QValueList<int> fieldIds = cfg->readIntListEntry( identifier );
++
++  Field::List fields;
++
++  int custom = 0;
++  QValueList<int>::ConstIterator it;
++  for( it = fieldIds.begin(); it != fieldIds.end(); ++it ) {
++    FieldImpl *f = 0;
++    if ( (*it) == FieldImpl::CustomField ) {
++      QStringList customEntry = cfg->readListEntry( "KABC_CustomEntry_" +
++                                                 identifier + "_" +
++                                                 QString::number( custom++ ) );
++      f = new FieldImpl( *it, CustomCategory, customEntry[ 0 ],
++                         customEntry[ 1 ], customEntry[ 2 ] );
++    } else {
++      f = new FieldImpl( *it );
++    }
++    fields.append( new Field( f ) );
++  }
++  
++  return fields;
++}
++
++bool Field::equals( Field *field )
++{
++  bool sameId = ( mImpl->fieldId() == field->mImpl->fieldId() );
++
++  if ( !sameId ) return false;
++
++  if ( mImpl->fieldId() != FieldImpl::CustomField ) return true;
++  
++  return mImpl->key() == field->mImpl->key();
++}
++
++Field *Field::createCustomField( const QString &label, int category,
++                                 const QString &key, const QString &app )
++{
++  Field *field = new Field( new FieldImpl( FieldImpl::CustomField,
++                                           category | CustomCategory,
++                                           label, key, app ) );
++  mCustomFields.append( field );
++
++  return field;
++}
+--- /dev/null
++++ kdelibs-3.5.10.dfsg.1/kabc/addressee.cpp
+@@ -0,0 +1,1939 @@
++/*** Warning! This file has been generated by the script makeaddressee ***/
++/*
++    This file is part of libkabc.
++    Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
++    Copyright (c) 2003 Carsten Pfeiffer <pfeiffer@kde.org>
++    Copyright (c) 2005 Ingo Kloecker <kloecker@kde.org>
++
++    This library is free software; you can redistribute it and/or
++    modify it under the terms of the GNU Library General Public
++    License as published by the Free Software Foundation; either
++    version 2 of the License, or (at your option) any later version.
++
++    This library is distributed in the hope that it will be useful,
++    but WITHOUT ANY WARRANTY; without even the implied warranty of
++    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++    Library General Public License for more details.
++
++    You should have received a copy of the GNU Library General Public License
++    along with this library; see the file COPYING.LIB.  If not, write to
++    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
++    Boston, MA 02110-1301, USA.
++*/
++
++#include <qregexp.h>
++
++#include <ksharedptr.h>
++#include <kdebug.h>
++#include <kapplication.h>
++#include <klocale.h>
++
++#include "addresseehelper.h"
++#include "field.h"
++#include "resource.h"
++#include "sortmode.h"
++
++#include "addressee.h"
++
++using namespace KABC;
++
++static bool matchBinaryPattern( int value, int pattern );
++
++template <class L>
++static bool listEquals( const QValueList<L>&, const QValueList<L>& );
++static bool emailsEquals( const QStringList&, const QStringList& );
++
++KABC::SortMode *Addressee::mSortMode = 0;
++
++struct Addressee::AddresseeData : public KShared
++{
++  QString uid;
++  QString name;
++  QString formattedName;
++  QString familyName;
++  QString givenName;
++  QString additionalName;
++  QString prefix;
++  QString suffix;
++  QString nickName;
++  QDateTime birthday;
++  QString mailer;
++  TimeZone timeZone;
++  Geo geo;
++  QString title;
++  QString role;
++  QString organization;
++  QString department;
++  QString note;
++  QString productId;
++  QDateTime revision;
++  QString sortString;
++  KURL url;
++  Secrecy secrecy;
++  Picture logo;
++  Picture photo;
++  Sound sound;
++  Agent agent;
++
++  PhoneNumber::List phoneNumbers;
++  Address::List addresses;
++  Key::List keys;
++  QStringList emails;
++  QStringList categories;
++  QStringList custom;
++
++  Resource *resource;
++
++  bool empty    :1;
++  bool changed  :1;
++};
++
++Addressee::AddresseeData* Addressee::shared_null = 0;
++
++Addressee::AddresseeData* Addressee::makeSharedNull()
++{
++  Addressee::shared_null = new AddresseeData;
++  shared_null->_KShared_ref(); //just in case (we should add KSD)
++  shared_null->empty = true;
++  shared_null->changed = false;
++  shared_null->resource = 0;
++  return shared_null;
++}
++
++Addressee::Addressee()
++{
++  mData = shared_null ? shared_null : makeSharedNull();
++}
++
++Addressee::~Addressee()
++{
++}
++
++Addressee::Addressee( const Addressee &a )
++{
++  mData = a.mData;
++}
++
++Addressee &Addressee::operator=( const Addressee &a )
++{
++  if ( this == &a )
++    return (*this);
++
++  mData = a.mData;
++  return (*this);
++}
++
++void Addressee::detach()
++{
++  if ( mData.data() == shared_null ) {
++    mData = new AddresseeData;
++    mData->empty = true;
++    mData->changed = false;
++    mData->resource = 0;
++    mData->uid = KApplication::randomString( 10 );
++    return;
++  } else if ( mData.count() == 1 ) return;
++
++  AddresseeData data = *mData;
++  mData = new AddresseeData( data );
++}
++
++bool Addressee::operator==( const Addressee &a ) const
++{
++  if ( uid() != a.uid() ) {
++    kdDebug(5700) << "uid differs" << endl;
++    return false;
++  }
++  if ( mData->name != a.mData->name &&
++     !( mData->name.isEmpty() && a.mData->name.isEmpty() ) ) {
++    kdDebug(5700) << "name differs" << endl;
++    return false;
++  }
++  if ( mData->formattedName != a.mData->formattedName &&
++     !( mData->formattedName.isEmpty() && a.mData->formattedName.isEmpty() ) ) {
++    kdDebug(5700) << "formattedName differs" << endl;
++    return false;
++  }
++  if ( mData->familyName != a.mData->familyName &&
++     !( mData->familyName.isEmpty() && a.mData->familyName.isEmpty() ) ) {
++    kdDebug(5700) << "familyName differs" << endl;
++    return false;
++  }
++  if ( mData->givenName != a.mData->givenName &&
++     !( mData->givenName.isEmpty() && a.mData->givenName.isEmpty() ) ) {
++    kdDebug(5700) << "givenName differs" << endl;
++    return false;
++  }
++  if ( mData->additionalName != a.mData->additionalName &&
++     !( mData->additionalName.isEmpty() && a.mData->additionalName.isEmpty() ) ) {
++    kdDebug(5700) << "additionalName differs" << endl;
++    return false;
++  }
++  if ( mData->prefix != a.mData->prefix &&
++     !( mData->prefix.isEmpty() && a.mData->prefix.isEmpty() ) ) {
++    kdDebug(5700) << "prefix differs" << endl;
++    return false;
++  }
++  if ( mData->suffix != a.mData->suffix &&
++     !( mData->suffix.isEmpty() && a.mData->suffix.isEmpty() ) ) {
++    kdDebug(5700) << "suffix differs" << endl;
++    return false;
++  }
++  if ( mData->nickName != a.mData->nickName &&
++     !( mData->nickName.isEmpty() && a.mData->nickName.isEmpty() ) ) {
++    kdDebug(5700) << "nickName differs" << endl;
++    return false;
++  }
++  if ( mData->birthday != a.mData->birthday ) {
++    kdDebug(5700) << "birthday differs" << endl;
++    return false;
++  }
++  if ( mData->mailer != a.mData->mailer &&
++     !( mData->mailer.isEmpty() && a.mData->mailer.isEmpty() ) ) {
++    kdDebug(5700) << "mailer differs" << endl;
++    return false;
++  }
++  if ( mData->timeZone != a.mData->timeZone ) {
++    kdDebug(5700) << "timeZone differs" << endl;
++    return false;
++  }
++  if ( mData->geo != a.mData->geo ) {
++    kdDebug(5700) << "geo differs" << endl;
++    return false;
++  }
++  if ( mData->title != a.mData->title &&
++     !( mData->title.isEmpty() && a.mData->title.isEmpty() ) ) {
++    kdDebug(5700) << "title differs" << endl;
++    return false;
++  }
++  if ( mData->role != a.mData->role &&
++     !( mData->role.isEmpty() && a.mData->role.isEmpty() ) ) {
++    kdDebug(5700) << "role differs" << endl;
++    return false;
++  }
++  if ( mData->organization != a.mData->organization &&
++     !( mData->organization.isEmpty() && a.mData->organization.isEmpty() ) ) {
++    kdDebug(5700) << "organization differs" << endl;
++    return false;
++  }
++  if ( mData->department != a.mData->department &&
++     !( mData->department.isEmpty() && a.mData->department.isEmpty() ) ) {
++    kdDebug(5700) << "department differs" << endl;
++    return false;
++  }
++  if ( mData->note != a.mData->note &&
++     !( mData->note.isEmpty() && a.mData->note.isEmpty() ) ) {
++    kdDebug(5700) << "note differs" << endl;
++    return false;
++  }
++  if ( mData->productId != a.mData->productId &&
++     !( mData->productId.isEmpty() && a.mData->productId.isEmpty() ) ) {
++    kdDebug(5700) << "productId differs" << endl;
++    return false;
++  }
++  if ( mData->sortString != a.mData->sortString &&
++     !( mData->sortString.isEmpty() && a.mData->sortString.isEmpty() ) ) {
++    kdDebug(5700) << "sortString differs" << endl;
++    return false;
++  }
++  if ( mData->secrecy != a.mData->secrecy ) {
++    kdDebug(5700) << "secrecy differs" << endl;
++    return false;
++  }
++  if ( mData->logo != a.mData->logo ) {
++    kdDebug(5700) << "logo differs" << endl;
++    return false;
++  }
++  if ( mData->photo != a.mData->photo ) {
++    kdDebug(5700) << "photo differs" << endl;
++    return false;
++  }
++  if ( mData->sound != a.mData->sound ) {
++    kdDebug(5700) << "sound differs" << endl;
++    return false;
++  }
++  if ( mData->agent != a.mData->agent ) {
++    kdDebug(5700) << "agent differs" << endl;
++    return false;
++  }
++  if ( ( mData->url.isValid() || a.mData->url.isValid() ) &&
++       ( mData->url != a.mData->url ) ) {
++    kdDebug(5700) << "url differs" << endl;
++    return false;
++  }
++  if ( !listEquals( mData->phoneNumbers, a.mData->phoneNumbers ) ) {
++    kdDebug(5700) << "phoneNumbers differs" << endl;
++    return false;
++  }
++  if ( !listEquals( mData->addresses, a.mData->addresses ) ) {
++    kdDebug(5700) << "addresses differs" << endl;
++    return false;
++  }
++  if ( !listEquals( mData->keys, a.mData->keys ) ) {
++    kdDebug(5700) << "keys differs" << endl;
++    return false;
++  }
++  if ( !emailsEquals( mData->emails, a.mData->emails ) ) {
++    kdDebug(5700) << "emails differs" << endl;
++    return false;
++  }
++  if ( !listEquals( mData->categories, a.mData->categories ) ) {
++    kdDebug(5700) << "categories differs" << endl;
++    return false;
++  }
++  if ( !listEquals( mData->custom, a.mData->custom ) ) {
++    kdDebug(5700) << "custom differs" << endl;
++    return false;
++  }
++
++  return true;
++}
++
++bool Addressee::operator!=( const Addressee &a ) const
++{
++  return !( a == *this );
++}
++
++bool Addressee::isEmpty() const
++{
++  return mData->empty;
++}
++
++void Addressee::setUid( const QString &id )
++{
++  if ( id == mData->uid ) return;
++  detach();
++  mData->empty = false;
++  mData->uid = id;
++}
++
++QString Addressee::uid() const
++{
++  return mData->uid;
++}
++
++QString Addressee::uidLabel()
++{
++  return i18n("Unique Identifier");
++}
++
++void Addressee::setName( const QString &name )
++{
++  if ( name == mData->name ) return;
++  detach();
++  mData->empty = false;
++  mData->name = name;
++}
++
++QString Addressee::name() const
++{
++  return mData->name;
++}
++
++QString Addressee::nameLabel()
++{
++  return i18n("Name");
++}
++
++
++void Addressee::setFormattedName( const QString &formattedName )
++{
++  if ( formattedName == mData->formattedName ) return;
++  detach();
++  mData->empty = false;
++  mData->formattedName = formattedName;
++}
++
++QString Addressee::formattedName() const
++{
++  return mData->formattedName;
++}
++
++QString Addressee::formattedNameLabel()
++{
++  return i18n("Formatted Name");
++}
++
++
++void Addressee::setFamilyName( const QString &familyName )
++{
++  if ( familyName == mData->familyName ) return;
++  detach();
++  mData->empty = false;
++  mData->familyName = familyName;
++}
++
++QString Addressee::familyName() const
++{
++  return mData->familyName;
++}
++
++QString Addressee::familyNameLabel()
++{
++  return i18n("Family Name");
++}
++
++
++void Addressee::setGivenName( const QString &givenName )
++{
++  if ( givenName == mData->givenName ) return;
++  detach();
++  mData->empty = false;
++  mData->givenName = givenName;
++}
++
++QString Addressee::givenName() const
++{
++  return mData->givenName;
++}
++
++QString Addressee::givenNameLabel()
++{
++  return i18n("Given Name");
++}
++
++
++void Addressee::setAdditionalName( const QString &additionalName )
++{
++  if ( additionalName == mData->additionalName ) return;
++  detach();
++  mData->empty = false;
++  mData->additionalName = additionalName;
++}
++
++QString Addressee::additionalName() const
++{
++  return mData->additionalName;
++}
++
++QString Addressee::additionalNameLabel()
++{
++  return i18n("Additional Names");
++}
++
++
++void Addressee::setPrefix( const QString &prefix )
++{
++  if ( prefix == mData->prefix ) return;
++  detach();
++  mData->empty = false;
++  mData->prefix = prefix;
++}
++
++QString Addressee::prefix() const
++{
++  return mData->prefix;
++}
++
++QString Addressee::prefixLabel()
++{
++  return i18n("Honorific Prefixes");
++}
++
++
++void Addressee::setSuffix( const QString &suffix )
++{
++  if ( suffix == mData->suffix ) return;
++  detach();
++  mData->empty = false;
++  mData->suffix = suffix;
++}
++
++QString Addressee::suffix() const
++{
++  return mData->suffix;
++}
++
++QString Addressee::suffixLabel()
++{
++  return i18n("Honorific Suffixes");
++}
++
++
++void Addressee::setNickName( const QString &nickName )
++{
++  if ( nickName == mData->nickName ) return;
++  detach();
++  mData->empty = false;
++  mData->nickName = nickName;
++}
++
++QString Addressee::nickName() const
++{
++  return mData->nickName;
++}
++
++QString Addressee::nickNameLabel()
++{
++  return i18n("Nick Name");
++}
++
++
++void Addressee::setBirthday( const QDateTime &birthday )
++{
++  if ( birthday == mData->birthday ) return;
++  detach();
++  mData->empty = false;
++  mData->birthday = birthday;
++}
++
++QDateTime Addressee::birthday() const
++{
++  return mData->birthday;
++}
++
++QString Addressee::birthdayLabel()
++{
++  return i18n("Birthday");
++}
++
++
++QString Addressee::homeAddressStreetLabel()
++{
++  return i18n("Home Address Street");
++}
++
++
++QString Addressee::homeAddressLocalityLabel()
++{
++  return i18n("Home Address City");
++}
++
++
++QString Addressee::homeAddressRegionLabel()
++{
++  return i18n("Home Address State");
++}
++
++
++QString Addressee::homeAddressPostalCodeLabel()
++{
++  return i18n("Home Address Zip Code");
++}
++
++
++QString Addressee::homeAddressCountryLabel()
++{
++  return i18n("Home Address Country");
++}
++
++
++QString Addressee::homeAddressLabelLabel()
++{
++  return i18n("Home Address Label");
++}
++
++
++QString Addressee::businessAddressStreetLabel()
++{
++  return i18n("Business Address Street");
++}
++
++
++QString Addressee::businessAddressLocalityLabel()
++{
++  return i18n("Business Address City");
++}
++
++
++QString Addressee::businessAddressRegionLabel()
++{
++  return i18n("Business Address State");
++}
++
++
++QString Addressee::businessAddressPostalCodeLabel()
++{
++  return i18n("Business Address Zip Code");
++}
++
++
++QString Addressee::businessAddressCountryLabel()
++{
++  return i18n("Business Address Country");
++}
++
++
++QString Addressee::businessAddressLabelLabel()
++{
++  return i18n("Business Address Label");
++}
++
++
++QString Addressee::homePhoneLabel()
++{
++  return i18n("Home Phone");
++}
++
++
++QString Addressee::businessPhoneLabel()
++{
++  return i18n("Business Phone");
++}
++
++
++QString Addressee::mobilePhoneLabel()
++{
++  return i18n("Mobile Phone");
++}
++
++
++QString Addressee::homeFaxLabel()
++{
++  return i18n("Home Fax");
++}
++
++
++QString Addressee::businessFaxLabel()
++{
++  return i18n("Business Fax");
++}
++
++
++QString Addressee::carPhoneLabel()
++{
++  return i18n("Car Phone");
++}
++
++
++QString Addressee::isdnLabel()
++{
++  return i18n("ISDN");
++}
++
++
++QString Addressee::pagerLabel()
++{
++  return i18n("Pager");
++}
++
++
++QString Addressee::emailLabel()
++{
++  return i18n("Email Address");
++}
++
++
++void Addressee::setMailer( const QString &mailer )
++{
++  if ( mailer == mData->mailer ) return;
++  detach();
++  mData->empty = false;
++  mData->mailer = mailer;
++}
++
++QString Addressee::mailer() const
++{
++  return mData->mailer;
++}
++
++QString Addressee::mailerLabel()
++{
++  return i18n("Mail Client");
++}
++
++
++void Addressee::setTimeZone( const TimeZone &timeZone )
++{
++  if ( timeZone == mData->timeZone ) return;
++  detach();
++  mData->empty = false;
++  mData->timeZone = timeZone;
++}
++
++TimeZone Addressee::timeZone() const
++{
++  return mData->timeZone;
++}
++
++QString Addressee::timeZoneLabel()
++{
++  return i18n("Time Zone");
++}
++
++
++void Addressee::setGeo( const Geo &geo )
++{
++  if ( geo == mData->geo ) return;
++  detach();
++  mData->empty = false;
++  mData->geo = geo;
++}
++
++Geo Addressee::geo() const
++{
++  return mData->geo;
++}
++
++QString Addressee::geoLabel()
++{
++  return i18n("Geographic Position");
++}
++
++
++void Addressee::setTitle( const QString &title )
++{
++  if ( title == mData->title ) return;
++  detach();
++  mData->empty = false;
++  mData->title = title;
++}
++
++QString Addressee::title() const
++{
++  return mData->title;
++}
++
++QString Addressee::titleLabel()
++{
++  return i18n("person","Title");
++}
++
++
++void Addressee::setRole( const QString &role )
++{
++  if ( role == mData->role ) return;
++  detach();
++  mData->empty = false;
++  mData->role = role;
++}
++
++QString Addressee::role() const
++{
++  return mData->role;
++}
++
++QString Addressee::roleLabel()
++{
++  return i18n("person in organization","Role");
++}
++
++
++void Addressee::setOrganization( const QString &organization )
++{
++  if ( organization == mData->organization ) return;
++  detach();
++  mData->empty = false;
++  mData->organization = organization;
++}
++
++QString Addressee::organization() const
++{
++  return mData->organization;
++}
++
++QString Addressee::organizationLabel()
++{
++  return i18n("Organization");
++}
++
++
++void Addressee::setDepartment( const QString &department )
++{
++  if ( department == mData->department ) return;
++  detach();
++  mData->empty = false;
++  mData->department = department;
++}
++
++QString Addressee::department() const
++{
++  return mData->department;
++}
++
++QString Addressee::departmentLabel()
++{
++  return i18n("Department");
++}
++
++
++void Addressee::setNote( const QString &note )
++{
++  if ( note == mData->note ) return;
++  detach();
++  mData->empty = false;
++  mData->note = note;
++}
++
++QString Addressee::note() const
++{
++  return mData->note;
++}
++
++QString Addressee::noteLabel()
++{
++  return i18n("Note");
++}
++
++
++void Addressee::setProductId( const QString &productId )
++{
++  if ( productId == mData->productId ) return;
++  detach();
++  mData->empty = false;
++  mData->productId = productId;
++}
++
++QString Addressee::productId() const
++{
++  return mData->productId;
++}
++
++QString Addressee::productIdLabel()
++{
++  return i18n("Product Identifier");
++}
++
++
++void Addressee::setRevision( const QDateTime &revision )
++{
++  if ( revision == mData->revision ) return;
++  detach();
++  mData->empty = false;
++  mData->revision = revision;
++}
++
++QDateTime Addressee::revision() const
++{
++  return mData->revision;
++}
++
++QString Addressee::revisionLabel()
++{
++  return i18n("Revision Date");
++}
++
++
++void Addressee::setSortString( const QString &sortString )
++{
++  if ( sortString == mData->sortString ) return;
++  detach();
++  mData->empty = false;
++  mData->sortString = sortString;
++}
++
++QString Addressee::sortString() const
++{
++  return mData->sortString;
++}
++
++QString Addressee::sortStringLabel()
++{
++  return i18n("Sort String");
++}
++
++
++void Addressee::setUrl( const KURL &url )
++{
++  if ( url == mData->url ) return;
++  detach();
++  mData->empty = false;
++  mData->url = url;
++}
++
++KURL Addressee::url() const
++{
++  return mData->url;
++}
++
++QString Addressee::urlLabel()
++{
++  return i18n("Homepage");
++}
++
++
++void Addressee::setSecrecy( const Secrecy &secrecy )
++{
++  if ( secrecy == mData->secrecy ) return;
++  detach();
++  mData->empty = false;
++  mData->secrecy = secrecy;
++}
++
++Secrecy Addressee::secrecy() const
++{
++  return mData->secrecy;
++}
++
++QString Addressee::secrecyLabel()
++{
++  return i18n("Security Class");
++}
++
++
++void Addressee::setLogo( const Picture &logo )
++{
++  if ( logo == mData->logo ) return;
++  detach();
++  mData->empty = false;
++  mData->logo = logo;
++}
++
++Picture Addressee::logo() const
++{
++  return mData->logo;
++}
++
++QString Addressee::logoLabel()
++{
++  return i18n("Logo");
++}
++
++
++void Addressee::setPhoto( const Picture &photo )
++{
++  if ( photo == mData->photo ) return;
++  detach();
++  mData->empty = false;
++  mData->photo = photo;
++}
++
++Picture Addressee::photo() const
++{
++  return mData->photo;
++}
++
++QString Addressee::photoLabel()
++{
++  return i18n("Photo");
++}
++
++
++void Addressee::setSound( const Sound &sound )
++{
++  if ( sound == mData->sound ) return;
++  detach();
++  mData->empty = false;
++  mData->sound = sound;
++}
++
++Sound Addressee::sound() const
++{
++  return mData->sound;
++}
++
++QString Addressee::soundLabel()
++{
++  return i18n("Sound");
++}
++
++
++void Addressee::setAgent( const Agent &agent )
++{
++  if ( agent == mData->agent ) return;
++  detach();
++  mData->empty = false;
++  mData->agent = agent;
++}
++
++Agent Addressee::agent() const
++{
++  return mData->agent;
++}
++
++QString Addressee::agentLabel()
++{
++  return i18n("Agent");
++}
++
++
++
++void Addressee::setNameFromString( const QString &s )
++{
++  QString str = s;
++  //remove enclosing quotes from string
++  if ( str.length() > 1  && s[ 0 ] == '"' && s[ s.length() - 1 ] == '"' )
++    str = s.mid( 1, s.length() - 2 );
++
++  setFormattedName( str );
++  setName( str );
++
++  // clear all name parts
++  setPrefix( QString::null );
++  setGivenName( QString::null );
++  setAdditionalName( QString::null );
++  setFamilyName( QString::null );
++  setSuffix( QString::null );
++
++  if ( str.isEmpty() )
++    return;
++
++  QString spaceStr = " ";
++  QString emptyStr = "";
++  AddresseeHelper *helper = AddresseeHelper::self();
++
++  int i = str.find( ',' );
++  if( i < 0 ) {
++    QStringList parts = QStringList::split( spaceStr, str );
++    int leftOffset = 0;
++    int rightOffset = parts.count() - 1;
++
++    QString suffix;
++    while ( rightOffset >= 0 ) {
++      if ( helper->containsSuffix( parts[ rightOffset ] ) ) {
++        suffix.prepend(parts[ rightOffset ] + (suffix.isEmpty() ? emptyStr : spaceStr));
++        rightOffset--;
++      } else
++        break;
++    }
++    setSuffix( suffix );
++
++    if ( rightOffset < 0 )
++      return;
++
++    QStringList inclusionList;
++    for ( int n = 1; (rightOffset - n >= 0) && (n < 4); ++n ) {
++      if ( helper->containsPrefix( parts[ rightOffset - n ].lower() ) ) {
++        inclusionList.prepend( parts[ rightOffset - n ] );
++      } else
++        break;
++    }
++
++    if ( !inclusionList.isEmpty() ) {
++      setFamilyName( inclusionList.join( " " ) + spaceStr + parts[ rightOffset ] );
++      rightOffset -= inclusionList.count();
++    } else {
++      if ( helper->tradeAsFamilyName() )
++        setFamilyName( parts[ rightOffset ] );
++      else
++        setGivenName( parts[ rightOffset ] );
++    }
++
++    QString prefix;
++    while ( leftOffset < rightOffset ) {
++      if ( helper->containsTitle( parts[ leftOffset ] ) ) {
++        prefix.append( ( prefix.isEmpty() ? emptyStr : spaceStr) + parts[ leftOffset ] );
++        leftOffset++;
++      } else
++        break;
++    }
++    setPrefix( prefix );
++
++    if ( leftOffset < rightOffset ) {
++      setGivenName( parts[ leftOffset ] );
++      leftOffset++;
++    }
++
++    QString additionalName;
++    while ( leftOffset < rightOffset ) {
++      additionalName.append( ( additionalName.isEmpty() ? emptyStr : spaceStr) + parts[ leftOffset ] );
++      leftOffset++;
++    }
++    setAdditionalName( additionalName );
++  } else {
++    QString part1 = str.left( i );
++    QString part2 = str.mid( i + 1 );
++
++    QStringList parts = QStringList::split( spaceStr, part1 );
++    int leftOffset = 0;
++    int rightOffset = parts.count() - 1;
++
++    if ( parts.count() > 0 ) {
++
++      QString suffix;
++      while ( rightOffset >= 0 ) {
++        if ( helper->containsSuffix( parts[ rightOffset ] ) ) {
++          suffix.prepend(parts[ rightOffset ] + (suffix.isEmpty() ? emptyStr : spaceStr));
++          rightOffset--;
++        } else
++          break;
++      }
++      setSuffix( suffix );
++
++      if ( rightOffset - 1 >= 0 && helper->containsPrefix( parts[ rightOffset - 1 ].lower() ) ) {
++        setFamilyName( parts[ rightOffset - 1 ] + spaceStr + parts[ rightOffset ] );
++        rightOffset--;
++      } else
++        setFamilyName( parts[ rightOffset ] );
++
++      QString prefix;
++      while ( leftOffset < rightOffset ) {
++        if ( helper->containsTitle( parts[ leftOffset ] ) ) {
++          prefix.append( ( prefix.isEmpty() ? emptyStr : spaceStr) + parts[ leftOffset ] );
++          leftOffset++;
++        } else
++          break;
++      }
++    } else {
++      setPrefix( "" );
++      setFamilyName( "" );
++      setSuffix( "" );
++    }
++
++    parts = QStringList::split( spaceStr, part2 );
++
++    leftOffset = 0;
++    rightOffset = parts.count();
++
++    if ( parts.count() > 0 ) {
++
++      QString prefix;
++      while ( leftOffset < rightOffset ) {
++        if ( helper->containsTitle( parts[ leftOffset ] ) ) {
++          prefix.append( ( prefix.isEmpty() ? emptyStr : spaceStr) + parts[ leftOffset ] );
++          leftOffset++;
++        } else
++          break;
++      }
++      setPrefix( prefix );
++
++      if ( leftOffset < rightOffset ) {
++        setGivenName( parts[ leftOffset ] );
++        leftOffset++;
++      }
++
++      QString additionalName;
++      while ( leftOffset < rightOffset ) {
++        additionalName.append( ( additionalName.isEmpty() ? emptyStr : spaceStr) + parts[ leftOffset ] );
++        leftOffset++;
++      }
++      setAdditionalName( additionalName );
++    } else {
++      setGivenName( "" );
++      setAdditionalName( "" );
++    }
++  }
++}
++
++QString Addressee::realName() const
++{
++  QString n( formattedName() );
++  if ( !n.isEmpty() )
++	return n;
++
++  n = assembledName();
++  if ( !n.isEmpty() )
++	return n;
++
++  n = name();
++  if ( !n.isEmpty() )
++	return n;
++
++  return organization();
++}
++
++QString Addressee::assembledName() const
++{
++  QString name = prefix() + " " + givenName() + " " + additionalName() + " " +
++              familyName() + " " + suffix();
++
++  return name.simplifyWhiteSpace();
++}
++
++QString Addressee::fullEmail( const QString &email ) const
++{
++  QString e;
++  if ( email.isNull() ) {
++    e = preferredEmail();
++  } else {
++    e = email;
++  }
++  if ( e.isEmpty() ) return QString::null;
++
++  QString text;
++  if ( realName().isEmpty() )
++    text = e;
++  else {
++    QRegExp needQuotes( "[^ 0-9A-Za-z\\x0080-\\xFFFF]" );
++    if ( realName().find( needQuotes ) != -1 ) {
++      QString name = realName();
++      name.replace( "\"", "\\\"" );
++      text = "\"" + name + "\" <" + e + ">";
++    } else
++      text = realName() + " <" + e + ">";
++  }
++
++  return text;
++}
++
++void Addressee::insertEmail( const QString &email, bool preferred )
++{
++  if ( email.simplifyWhiteSpace().isEmpty() )
++    return;
++
++  detach();
++  mData->empty = false;
++
++  QStringList::Iterator it = mData->emails.find( email );
++
++  if ( it != mData->emails.end() ) {
++    if ( !preferred || it == mData->emails.begin() ) return;
++    mData->emails.remove( it );
++    mData->emails.prepend( email );
++  } else {
++    if ( preferred ) {
++      mData->emails.prepend( email );
++    } else {
++      mData->emails.append( email );
++    }
++  }
++}
++
++void Addressee::removeEmail( const QString &email )
++{
++  detach();
++
++  QStringList::Iterator it = mData->emails.find( email );
++  if ( it == mData->emails.end() ) return;
++
++  mData->emails.remove( it );
++}
++
++QString Addressee::preferredEmail() const
++{
++  if ( mData->emails.count() == 0 ) return QString::null;
++  else return mData->emails.first();
++}
++
++QStringList Addressee::emails() const
++{
++  return mData->emails;
++}
++void Addressee::setEmails( const QStringList& emails ) {
++  detach();
++
++  mData->emails = emails;
++}
++void Addressee::insertPhoneNumber( const PhoneNumber &phoneNumber )
++{
++  detach();
++  mData->empty = false;
++
++  PhoneNumber::List::Iterator it;
++  for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) {
++    if ( (*it).id() == phoneNumber.id() ) {
++      *it = phoneNumber;
++      return;
++    }
++  }
++  if ( !phoneNumber.number().simplifyWhiteSpace().isEmpty() )
++    mData->phoneNumbers.append( phoneNumber );
++}
++
++void Addressee::removePhoneNumber( const PhoneNumber &phoneNumber )
++{
++  detach();
++
++  PhoneNumber::List::Iterator it;
++  for( it = mData->phoneNumbers.begin(); it != mData->phoneNumbers.end(); ++it ) {
++    if ( (*it).id() == phoneNumber.id() ) {
++      mData->phoneNumbers.remove( it );
++      return;
++    }
++  }
++}
++
++PhoneNumber Addressee::phoneNumber( int type ) const
++{
++  PhoneNumber phoneNumber( "", type );
++  PhoneNumber::List::ConstIterator it;
++  for( it = mData->phoneNumbers.constBegin(); it != mData->phoneNumbers.constEnd(); ++it ) {
++    if ( matchBinaryPattern( (*it).type(), type ) ) {
++      if ( (*it).type() & PhoneNumber::Pref )
++        return (*it);
++      else if ( phoneNumber.number().isEmpty() )
++        phoneNumber = (*it);
++    }
++  }
++
++  return phoneNumber;
++}
++
++PhoneNumber::List Addressee::phoneNumbers() const
++{
++  return mData->phoneNumbers;
++}
++
++PhoneNumber::List Addressee::phoneNumbers( int type ) const
++{
++  PhoneNumber::List list;
++
++  PhoneNumber::List::ConstIterator it;
++  for( it = mData->phoneNumbers.constBegin(); it != mData->phoneNumbers.constEnd(); ++it ) {
++    if ( matchBinaryPattern( (*it).type(), type ) ) {
++      list.append( *it );
++    }
++  }
++  return list;
++}
++
++PhoneNumber Addressee::findPhoneNumber( const QString &id ) const
++{
++  PhoneNumber::List::ConstIterator it;
++  for( it = mData->phoneNumbers.constBegin(); it != mData->phoneNumbers.constEnd(); ++it ) {
++    if ( (*it).id() == id ) {
++      return *it;
++    }
++  }
++  return PhoneNumber();
++}
++
++void Addressee::insertKey( const Key &key )
++{
++  detach();
++  mData->empty = false;
++
++  Key::List::Iterator it;
++  for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) {
++    if ( (*it).id() == key.id() ) {
++      *it = key;
++      return;
++    }
++  }
++  mData->keys.append( key );
++}
++
++void Addressee::removeKey( const Key &key )
++{
++  detach();
++
++  Key::List::Iterator it;
++  for( it = mData->keys.begin(); it != mData->keys.end(); ++it ) {
++    if ( (*it).id() == key.id() ) {
++      mData->keys.remove( key );
++      return;
++    }
++  }
++}
++
++Key Addressee::key( int type, QString customTypeString ) const
++{
++  Key::List::ConstIterator it;
++  for( it = mData->keys.constBegin(); it != mData->keys.constEnd(); ++it ) {
++    if ( (*it).type() == type ) {
++      if ( type == Key::Custom ) {
++        if ( customTypeString.isEmpty() ) {
++          return *it;
++        } else {
++          if ( (*it).customTypeString() == customTypeString )
++            return (*it);
++        }
++      } else {
++        return *it;
++      }
++    }
++  }
++  return Key( QString(), type );
++}
++
++void Addressee::setKeys( const Key::List& list )
++{
++  detach();
++  mData->keys = list;
++}
++
++Key::List Addressee::keys() const
++{
++  return mData->keys;
++}
++
++Key::List Addressee::keys( int type, QString customTypeString ) const
++{
++  Key::List list;
++
++  Key::List::ConstIterator it;
++  for( it = mData->keys.constBegin(); it != mData->keys.constEnd(); ++it ) {
++    if ( (*it).type() == type ) {
++      if ( type == Key::Custom ) {
++        if ( customTypeString.isEmpty() ) {
++          list.append( *it );
++        } else {
++          if ( (*it).customTypeString() == customTypeString )
++            list.append( *it );
++        }
++      } else {
++        list.append( *it );
++      }
++    }
++  }
++  return list;
++}
++
++Key Addressee::findKey( const QString &id ) const
++{
++  Key::List::ConstIterator it;
++  for( it = mData->keys.constBegin(); it != mData->keys.constEnd(); ++it ) {
++    if ( (*it).id() == id ) {
++      return *it;
++    }
++  }
++  return Key();
++}
++
++QString Addressee::asString() const
++{
++  return "Smith, agent Smith...";
++}
++
++void Addressee::dump() const
++{
++  kdDebug(5700) << "Addressee {" << endl;
++
++  kdDebug(5700) << "  Uid: '" << uid() << "'" << endl;
++
++  kdDebug(5700) << "  Name: '" << name() << "'" << endl;
++  kdDebug(5700) << "  FormattedName: '" << formattedName() << "'" << endl;
++  kdDebug(5700) << "  FamilyName: '" << familyName() << "'" << endl;
++  kdDebug(5700) << "  GivenName: '" << givenName() << "'" << endl;
++  kdDebug(5700) << "  AdditionalName: '" << additionalName() << "'" << endl;
++  kdDebug(5700) << "  Prefix: '" << prefix() << "'" << endl;
++  kdDebug(5700) << "  Suffix: '" << suffix() << "'" << endl;
++  kdDebug(5700) << "  NickName: '" << nickName() << "'" << endl;
++  kdDebug(5700) << "  Birthday: '" << birthday().toString() << "'" << endl;
++  kdDebug(5700) << "  Mailer: '" << mailer() << "'" << endl;
++  kdDebug(5700) << "  TimeZone: '" << timeZone().asString() << "'" << endl;
++  kdDebug(5700) << "  Geo: '" << geo().asString() << "'" << endl;
++  kdDebug(5700) << "  Title: '" << title() << "'" << endl;
++  kdDebug(5700) << "  Role: '" << role() << "'" << endl;
++  kdDebug(5700) << "  Organization: '" << organization() << "'" << endl;
++  kdDebug(5700) << "  Department: '" << department() << "'" << endl;
++  kdDebug(5700) << "  Note: '" << note() << "'" << endl;
++  kdDebug(5700) << "  ProductId: '" << productId() << "'" << endl;
++  kdDebug(5700) << "  Revision: '" << revision().toString() << "'" << endl;
++  kdDebug(5700) << "  SortString: '" << sortString() << "'" << endl;
++  kdDebug(5700) << "  Url: '" << url().url() << "'" << endl;
++  kdDebug(5700) << "  Secrecy: '" << secrecy().asString() << "'" << endl;
++  kdDebug(5700) << "  Logo: '" << logo().asString() << "'" << endl;
++  kdDebug(5700) << "  Photo: '" << photo().asString() << "'" << endl;
++  kdDebug(5700) << "  Sound: '" << sound().asString() << "'" << endl;
++  kdDebug(5700) << "  Agent: '" << agent().asString() << "'" << endl;
++
++  kdDebug(5700) << "  Emails {" << endl;
++  const QStringList e = emails();
++  QStringList::ConstIterator it;
++  for( it = e.begin(); it != e.end(); ++it ) {
++    kdDebug(5700) << "    " << (*it) << endl;
++  }
++  kdDebug(5700) << "  }" << endl;
++
++  kdDebug(5700) << "  PhoneNumbers {" << endl;
++  const PhoneNumber::List p = phoneNumbers();
++  PhoneNumber::List::ConstIterator it2;
++  for( it2 = p.begin(); it2 != p.end(); ++it2 ) {
++    kdDebug(5700) << "    Type: " << int((*it2).type()) << " Number: " << (*it2).number() << endl;
++  }
++  kdDebug(5700) << "  }" << endl;
++
++  const Address::List a = addresses();
++  Address::List::ConstIterator it3;
++  for( it3 = a.begin(); it3 != a.end(); ++it3 ) {
++    (*it3).dump();
++  }
++
++  kdDebug(5700) << "  Keys {" << endl;
++  const Key::List k = keys();
++  Key::List::ConstIterator it4;
++  for( it4 = k.begin(); it4 != k.end(); ++it4 ) {
++    kdDebug(5700) << "    Type: " << int((*it4).type()) <<
++                     " Key: " << (*it4).textData() <<
++                     " CustomString: " << (*it4).customTypeString() << endl;
++  }
++  kdDebug(5700) << "  }" << endl;
++
++  kdDebug(5700) << "}" << endl;
++}
++
++
++void Addressee::insertAddress( const Address &address )
++{
++  if ( address.isEmpty() )
++    return;
++
++  detach();
++  mData->empty = false;
++
++  Address::List::Iterator it;
++  for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) {
++    if ( (*it).id() == address.id() ) {
++      *it = address;
++      return;
++    }
++  }
++
++  mData->addresses.append( address );
++}
++
++void Addressee::removeAddress( const Address &address )
++{
++  detach();
++
++  Address::List::Iterator it;
++  for( it = mData->addresses.begin(); it != mData->addresses.end(); ++it ) {
++    if ( (*it).id() == address.id() ) {
++      mData->addresses.remove( it );
++      return;
++    }
++  }
++}
++
++Address Addressee::address( int type ) const
++{
++  Address address( type );
++  Address::List::ConstIterator it;
++  for( it = mData->addresses.constBegin(); it != mData->addresses.constEnd(); ++it ) {
++    if ( matchBinaryPattern( (*it).type(), type ) ) {
++      if ( (*it).type() & Address::Pref )
++        return (*it);
++      else if ( address.isEmpty() )
++        address = (*it);
++    }
++  }
++
++  return address;
++}
++
++Address::List Addressee::addresses() const
++{
++  return mData->addresses;
++}
++
++Address::List Addressee::addresses( int type ) const
++{
++  Address::List list;
++
++  Address::List::ConstIterator it;
++  for( it = mData->addresses.constBegin(); it != mData->addresses.constEnd(); ++it ) {
++    if ( matchBinaryPattern( (*it).type(), type ) ) {
++      list.append( *it );
++    }
++  }
++
++  return list;
++}
++
++Address Addressee::findAddress( const QString &id ) const
++{
++  Address::List::ConstIterator it;
++  for( it = mData->addresses.constBegin(); it != mData->addresses.constEnd(); ++it ) {
++    if ( (*it).id() == id ) {
++      return *it;
++    }
++  }
++  return Address();
++}
++
++void Addressee::insertCategory( const QString &c )
++{
++  detach();
++  mData->empty = false;
++
++  if ( mData->categories.findIndex( c ) != -1 ) return;
++
++  mData->categories.append( c );
++}
++
++void Addressee::removeCategory( const QString &c )
++{
++  detach();
++
++  QStringList::Iterator it = mData->categories.find( c );
++  if ( it == mData->categories.end() ) return;
++
++  mData->categories.remove( it );
++}
++
++bool Addressee::hasCategory( const QString &c ) const
++{
++  return ( mData->categories.findIndex( c ) != -1 );
++}
++
++void Addressee::setCategories( const QStringList &c )
++{
++  detach();
++  mData->empty = false;
++
++  mData->categories = c;
++}
++
++QStringList Addressee::categories() const
++{
++  return mData->categories;
++}
++
++void Addressee::insertCustom( const QString &app, const QString &name,
++                              const QString &value )
++{
++  if ( value.isEmpty() || name.isEmpty() || app.isEmpty() ) return;
++
++  detach();
++  mData->empty = false;
++
++  QString qualifiedName = app + "-" + name + ":";
++
++  QStringList::Iterator it;
++  for( it = mData->custom.begin(); it != mData->custom.end(); ++it ) {
++    if ( (*it).startsWith( qualifiedName ) ) {
++      (*it) = qualifiedName + value;
++      return;
++    }
++  }
++
++  mData->custom.append( qualifiedName + value );
++}
++
++void Addressee::removeCustom( const QString &app, const QString &name)
++{
++  detach();
++
++  QString qualifiedName = app + "-" + name + ":";
++
++  QStringList::Iterator it;
++  for( it = mData->custom.begin(); it != mData->custom.end(); ++it ) {
++    if ( (*it).startsWith( qualifiedName ) ) {
++      mData->custom.remove( it );
++      return;
++    }
++  }
++}
++
++QString Addressee::custom( const QString &app, const QString &name ) const
++{
++  QString qualifiedName = app + "-" + name + ":";
++  QString value;
++
++  QStringList::ConstIterator it;
++  for( it = mData->custom.constBegin(); it != mData->custom.constEnd(); ++it ) {
++    if ( (*it).startsWith( qualifiedName ) ) {
++      value = (*it).mid( (*it).find( ":" ) + 1 );
++      break;
++    }
++  }
++
++  return value;
++}
++
++void Addressee::setCustoms( const QStringList &l )
++{
++  detach();
++  mData->empty = false;
++
++  mData->custom = l;
++}
++
++QStringList Addressee::customs() const
++{
++  return mData->custom;
++}
++
++void Addressee::parseEmailAddress( const QString &rawEmail, QString &fullName,
++                                   QString &email)
++{
++  // This is a simplified version of KPIM::splitAddress().
++
++  fullName = "";
++  email = "";
++  if ( rawEmail.isEmpty() )
++    return; // KPIM::AddressEmpty;
++
++  // The code works on 8-bit strings, so convert the input to UTF-8.
++  QCString address = rawEmail.utf8();
++
++  QCString displayName;
++  QCString addrSpec;
++  QCString comment;
++
++  // The following is a primitive parser for a mailbox-list (cf. RFC 2822).
++  // The purpose is to extract a displayable string from the mailboxes.
++  // Comments in the addr-spec are not handled. No error checking is done.
++
++  enum { TopLevel, InComment, InAngleAddress } context = TopLevel;
++  bool inQuotedString = false;
++  int commentLevel = 0;
++  bool stop = false;
++
++  for ( char* p = address.data(); *p && !stop; ++p ) {
++    switch ( context ) {
++    case TopLevel : {
++      switch ( *p ) {
++      case '"' : inQuotedString = !inQuotedString;
++                 displayName += *p;
++                 break;
++      case '(' : if ( !inQuotedString ) {
++                   context = InComment;
++                   commentLevel = 1;
++                 }
++                 else
++                   displayName += *p;
++                 break;
++      case '<' : if ( !inQuotedString ) {
++                   context = InAngleAddress;
++                 }
++                 else
++                   displayName += *p;
++                 break;
++      case '\\' : // quoted character
++                 displayName += *p;
++                 ++p; // skip the '\'
++                 if ( *p )
++                   displayName += *p;
++                 else
++                   //return KPIM::UnexpectedEnd;
++                   goto ABORT_PARSING;
++                 break;
++      case ',' : if ( !inQuotedString ) {
++                   //if ( allowMultipleAddresses )
++                   //  stop = true;
++                   //else
++                   //  return KPIM::UnexpectedComma;
++                   goto ABORT_PARSING;
++                 }
++                 else
++                   displayName += *p;
++                 break;
++      default :  displayName += *p;
++      }
++      break;
++    }
++    case InComment : {
++      switch ( *p ) {
++      case '(' : ++commentLevel;
++                 comment += *p;
++                 break;
++      case ')' : --commentLevel;
++                 if ( commentLevel == 0 ) {
++                   context = TopLevel;
++                   comment += ' '; // separate the text of several comments
++                 }
++                 else
++                   comment += *p;
++                 break;
++      case '\\' : // quoted character
++                 comment += *p;
++                 ++p; // skip the '\'
++                 if ( *p )
++                   comment += *p;
++                 else
++                   //return KPIM::UnexpectedEnd;
++                   goto ABORT_PARSING;
++                 break;
++      default :  comment += *p;
++      }
++      break;
++    }
++    case InAngleAddress : {
++      switch ( *p ) {
++      case '"' : inQuotedString = !inQuotedString;
++                 addrSpec += *p;
++                 break;
++      case '>' : if ( !inQuotedString ) {
++                   context = TopLevel;
++                 }
++                 else
++                   addrSpec += *p;
++                 break;
++      case '\\' : // quoted character
++                 addrSpec += *p;
++                 ++p; // skip the '\'
++                 if ( *p )
++                   addrSpec += *p;
++                 else
++                   //return KPIM::UnexpectedEnd;
++                   goto ABORT_PARSING;
++                 break;
++      default :  addrSpec += *p;
++      }
++      break;
++    }
++    } // switch ( context )
++  }
++
++ABORT_PARSING:
++  displayName = displayName.stripWhiteSpace();
++  comment = comment.stripWhiteSpace();
++  addrSpec = addrSpec.stripWhiteSpace();
++
++  fullName = QString::fromUtf8( displayName );
++  email = QString::fromUtf8( addrSpec );
++
++  // check for errors
++  if ( inQuotedString )
++    return; // KPIM::UnbalancedQuote;
++  if ( context == InComment )
++    return; // KPIM::UnbalancedParens;
++  if ( context == InAngleAddress )
++    return; // KPIM::UnclosedAngleAddr;
++
++  if ( addrSpec.isEmpty() ) {
++    if ( displayName.isEmpty() )
++      return; // KPIM::NoAddressSpec;
++    else {
++      //addrSpec = displayName;
++      //displayName.truncate( 0 );
++      // Address of the form "foo@bar" or "foo@bar (Name)".
++      email = fullName;
++      fullName = QString::fromUtf8( comment );
++    }
++  }
++
++  // Check that we do not have any extra characters on the end of the
++  // strings
++  unsigned int len = fullName.length();
++  if ( fullName[ 0 ] == '"' && fullName[ len - 1 ] == '"' )
++    fullName = fullName.mid( 1, len - 2 );
++}
++
++void Addressee::setResource( Resource *resource )
++{
++  detach();
++  mData->resource = resource;
++}
++
++Resource *Addressee::resource() const
++{
++  return mData->resource;
++}
++
++void Addressee::setChanged( bool value )
++{
++  detach();
++  mData->changed = value;
++}
++
++bool Addressee::changed() const
++{
++  return mData->changed;
++}
++
++void Addressee::setSortMode( KABC::SortMode *mode )
++{
++  mSortMode = mode;
++}
++
++bool Addressee::operator< ( const Addressee &addr )
++{
++  if ( !mSortMode )
++    return false;
++  else
++    return mSortMode->lesser( *this, addr );
++}
++
++QDataStream &KABC::operator<<( QDataStream &s, const Addressee &a )
++{
++  if (!a.mData) return s;
++
++  s << a.uid();
++
++  s << a.mData->name;
++  s << a.mData->formattedName;
++  s << a.mData->familyName;
++  s << a.mData->givenName;
++  s << a.mData->additionalName;
++  s << a.mData->prefix;
++  s << a.mData->suffix;
++  s << a.mData->nickName;
++  s << a.mData->birthday;
++  s << a.mData->mailer;
++  s << a.mData->timeZone;
++  s << a.mData->geo;
++  s << a.mData->title;
++  s << a.mData->role;
++  s << a.mData->organization;
++  s << a.mData->department;
++  s << a.mData->note;
++  s << a.mData->productId;
++  s << a.mData->revision;
++  s << a.mData->sortString;
++  s << a.mData->url;
++  s << a.mData->secrecy;
++  s << a.mData->logo;
++  s << a.mData->photo;
++  s << a.mData->sound;
++  s << a.mData->agent;
++  s << a.mData->phoneNumbers;
++  s << a.mData->addresses;
++  s << a.mData->emails;
++  s << a.mData->categories;
++  s << a.mData->custom;
++  s << a.mData->keys;
++  return s;
++}
++
++QDataStream &KABC::operator>>( QDataStream &s, Addressee &a )
++{
++  if (!a.mData)
++    return s;
++
++  a.detach();
++
++  s >> a.mData->uid;
++
++  s >> a.mData->name;
++  s >> a.mData->formattedName;
++  s >> a.mData->familyName;
++  s >> a.mData->givenName;
++  s >> a.mData->additionalName;
++  s >> a.mData->prefix;
++  s >> a.mData->suffix;
++  s >> a.mData->nickName;
++  s >> a.mData->birthday;
++  s >> a.mData->mailer;
++  s >> a.mData->timeZone;
++  s >> a.mData->geo;
++  s >> a.mData->title;
++  s >> a.mData->role;
++  s >> a.mData->organization;
++  s >> a.mData->department;
++  s >> a.mData->note;
++  s >> a.mData->productId;
++  s >> a.mData->revision;
++  s >> a.mData->sortString;
++  s >> a.mData->url;
++  s >> a.mData->secrecy;
++  s >> a.mData->logo;
++  s >> a.mData->photo;
++  s >> a.mData->sound;
++  s >> a.mData->agent;
++  s >> a.mData->phoneNumbers;
++  s >> a.mData->addresses;
++  s >> a.mData->emails;
++  s >> a.mData->categories;
++  s >> a.mData->custom;
++  s >> a.mData->keys;
++
++  a.mData->empty = false;
++
++  return s;
++}
++
++bool matchBinaryPattern( int value, int pattern )
++{
++  /**
++    We want to match all telephonnumbers/addresses which have the bits in the
++    pattern set. More are allowed.
++    if pattern == 0 we have a special handling, then we want only those with
++    exactly no bit set.
++   */
++  if ( pattern == 0 )
++    return ( value == 0 );
++  else
++    return ( pattern == ( pattern & value ) );
++}
++
++template <class L>
++bool listEquals( const QValueList<L> &list, const QValueList<L> &pattern )
++{
++  if ( list.count() != pattern.count() )
++    return false;
++
++  for ( uint i = 0; i < list.count(); ++i )
++    if ( pattern.find( list[ i ] ) == pattern.end() )
++      return false;
++
++  return true;
++}
++
++bool emailsEquals( const QStringList &list, const QStringList &pattern )
++{
++  if ( list.count() != pattern.count() )
++    return false;
++
++  if ( list.first() != pattern.first() )
++    return false;
++
++  QStringList::ConstIterator it;
++  for ( it = list.begin(); it != list.end(); ++it )
++    if ( pattern.find( *it ) == pattern.end() )
++      return false;
++
++  return true;
++}
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_03_applications_menu_entries_move.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_03_applications_menu_entries_move.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_03_applications_menu_entries_move.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_03_applications_menu_entries_move.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,103 @@
+--- kdelibs/kded/applications.menu	2007-06-07 16:26:50.000000000 +0100
++++ kdelibs/kded/applications.menu	2007-06-07 16:27:08.000000000 +0100
+@@ -248,6 +248,7 @@
+ 			<And>
+ 			<Category>Graphics</Category>
+ 			<Not><Category>X-KDE-More</Category></Not>
++			<Not><Filename>ooo-draw.desktop</Filename></Not>
+ 			</And>
+ 		</Include>
+ 		<Menu>
+@@ -325,6 +326,7 @@
+ 			<Category>Office</Category>
+                         <Not><Category>X-KDE-More</Category></Not>
+                         </And>
++			<Filename>ooo-draw.desktop</Filename>
+                 </Include>
+                 <Menu>
+                         <Name>More</Name>
+@@ -376,74 +378,20 @@
+ 		<Name>Utilities</Name>
+ 		<Directory>kde-utilities.directory</Directory>
+ 		<Include>
+-			<And>
++                      <And>
++			<Or>
+ 			<Category>Utility</Category>
+-			<Not><Category>Accessibility</Category></Not>
+-			<Not><Category>X-KDE-Utilities-Desktop</Category></Not>
+-			<Not><Category>X-KDE-Utilities-File</Category></Not>
+-			<Not><Category>X-KDE-Utilities-Peripherals</Category></Not>
+-			<Not><Category>X-KDE-Utilities-PIM</Category></Not>
++                        <Category>TextEditor</Category>
++                        <Category>X-KDE-Utilities-File</Category>
++			<Category>X-KDE-Utilities-Desktop</Category>
++			<Category>X-KDE-Utilities-Peripherals</Category>
++			<Category>X-KDE-Utilities-PIM</Category>
++			<Category>Accessibility</Category>
++			</Or>
+ 			<Not><Category>X-KDE-More</Category></Not>
+-			</And>
++                     </And>
+ 		</Include>
+ 		<Menu>
+-			<Name>Accessibility</Name>
+-			<Directory>kde-utilities-accessibility.directory</Directory>
+-			<Include>
+-				<And>
+-				<Category>Utility</Category>
+-				<Category>Accessibility</Category>
+-				</And>
+-			</Include>
+-		</Menu>
+-		<Menu>
+-			<Name>Desktop</Name>
+-			<Directory>kde-utilities-desktop.directory</Directory>
+-			<Include>
+-				<And>
+-				<Category>Utility</Category>
+-				<Category>X-KDE-Utilities-Desktop</Category>
+-				</And>
+-			</Include>
+-		</Menu>
+-                <Menu>
+-                        <Name>Editors</Name>
+-                        <Directory>kde-editors.directory</Directory>
+-                        <Include>
+-                                <Category>TextEditor</Category>
+-                        </Include>
+-                </Menu>
+-		<Menu>
+-			<Name>File</Name>
+-			<Directory>kde-utilities-file.directory</Directory>
+-			<Include>
+-				<And>
+-				<Category>Utility</Category>
+-				<Category>X-KDE-Utilities-File</Category>
+-				</And>
+-			</Include>
+-		</Menu>
+-		<Menu>
+-			<Name>Peripherals</Name>
+-			<Directory>kde-utilities-peripherals.directory</Directory>
+-			<Include>
+-				<And>
+-				<Category>Utility</Category>
+-				<Category>X-KDE-Utilities-Peripherals</Category>
+-				</And>
+-			</Include>
+-		</Menu>
+-		<Menu>
+-			<Name>PIM</Name>
+-			<Directory>kde-utilities-pim.directory</Directory>
+-			<Include>
+-				<And>
+-				<Category>Utility</Category>
+-				<Category>X-KDE-Utilities-PIM</Category>
+-				</And>
+-			</Include>
+-		</Menu>
+-		<Menu>
+ 			<Name>XUtilities</Name>
+ 			<Directory>kde-utilities-xutils.directory</Directory>
+ 		</Menu>
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_04_add_langpack_path.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_04_add_langpack_path.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_04_add_langpack_path.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_04_add_langpack_path.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,11 @@
+--- kdelibs/kdecore/kstandarddirs.cpp	2005-07-04 11:48:07.427260976 +0000
++++ kdelibs/kdecore/kstandarddirs.cpp	2005-07-04 11:51:53.685864440 +0000
+@@ -1416,6 +1416,8 @@
+     }
+ 
+     addResourceDir("home", QDir::homeDirPath());
++
++    addResourceDir("locale", "/usr/share/locale-langpack/", true);
+ }
+ 
+ void KStandardDirs::checkConfig() const
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_05_icon_scale.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_05_icon_scale.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_05_icon_scale.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_05_icon_scale.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,11 @@
+--- kdelibs/kdecore/kicontheme.cpp	2005-07-04 15:15:19.000000000 +0000
++++ kdelibs/kdecore/kicontheme.cpp	2005-07-04 16:05:36.130701072 +0000
+@@ -390,7 +390,7 @@
+              it's a downscale, and we only had upscales befores.
+              This is to avoid scaling up unless we have to,
+              since that looks very ugly */
+-          if ((abs(dw) >= abs(delta)) ||
++          if (/*(abs(dw) >= abs(delta)) ||*/
+               (delta > 0 && dw < 0))
+             continue;
+         }
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_06_kwallet_simplify_string.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_06_kwallet_simplify_string.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_06_kwallet_simplify_string.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_06_kwallet_simplify_string.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,21 @@
+--- kdelibs/khtml/html/html_formimpl.cpp~	2005-12-15 14:31:48.000000000 +0000
++++ kdelibs/khtml/html/html_formimpl.cpp	2005-12-15 14:33:38.000000000 +0000
+@@ -611,17 +611,7 @@
+ 
+                 bool checkboxResult = false;
+                 const int savePassword = KMessageBox::createKMessageBox(dialog, QMessageBox::Information,
+-                                                                            formUrl.host().isEmpty() ? // e.g. local file
+-                                                                            i18n("Konqueror has the ability to store the password "
+-                                                                                 "in an encrypted wallet. When the wallet is unlocked, it "
+-                                                                                 "can then automatically restore the login information "
+-                                                                                 "next time you submit this form. Do you want to store "
+-                                                                                 "the information now?") :
+-                                                                            i18n("Konqueror has the ability to store the password "
+-                                                                                 "in an encrypted wallet. When the wallet is unlocked, it "
+-                                                                                 "can then automatically restore the login information "
+-                                                                                 "next time you visit %1. Do you want to store "
+-                                                                                 "the information now?").arg(formUrl.host()),
++									i18n("Store passwords on this page?"),
+                                                                             QStringList(), QString::null, &checkboxResult, KMessageBox::Notify);
+ 
+                 if ( savePassword == KDialogBase::Yes ) {
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_19_debianize_useragent.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_19_debianize_useragent.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_19_debianize_useragent.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_19_debianize_useragent.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,39 @@
+--- a/kio/kio/kprotocolmanager.cpp
++++ b/kio/kio/kprotocolmanager.cpp
+@@ -450,14 +450,19 @@
+      return d->useragent;
+ 
+   QString supp;
++  int debian_append = 0;
+   struct utsname nam;
+   if( uname(&nam) >= 0 )
+   {
+     if( modifiers.contains('o') )
+     {
+       supp += QString("; %1").arg(nam.sysname);
++      debian_append = 1;
+       if ( modifiers.contains('v') )
++      {
+         supp += QString(" %1").arg(nam.release);
++        debian_append = 2;
++      }
+     }
+     if( modifiers.contains('p') )
+     {
+@@ -485,6 +490,16 @@
+   }
+   d->modifiers = modifiers;
+   d->useragent = CFG_DEFAULT_UAGENT(supp);
++
++  if (debian_append == 1)
++    d->useragent.append(" (Kubuntu)");
++  else if (debian_append == 2)
++  {
++#define STRINGIFY(macro_or_string) STRINGIFY_ARG(macro_or_string)
++#define STRINGIFY_ARG(contents) #contents
++    d->useragent.append(" (Kubuntu package " STRINGIFY(DEBIAN_VERSION) ")");
++  }
++  
+   return d->useragent;
+ }
+ 
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_29_quiet_kbuildsycoca.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_29_quiet_kbuildsycoca.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_29_quiet_kbuildsycoca.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_29_quiet_kbuildsycoca.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,11 @@
+--- kdelibs/kded/kbuildservicefactory.cpp	2005-10-10 16:06:29.000000000 +0100
++++ kdelibs/kded/kbuildservicefactory.cpp	2006-01-20 14:44:38.000000000 +0000
+@@ -158,7 +158,7 @@
+          KServiceType::Ptr serviceType = KServiceType::serviceType(*it);
+          if (!serviceType)
+          {
+-           kdWarning() << "'"<< service->desktopEntryPath() << "' specifies undefined mimetype/servicetype '"<< (*it) << "'" << endl;
++           // kdWarning() << "'"<< service->desktopEntryPath() << "' specifies undefined mimetype/servicetype '"<< (*it) << "'" << endl;
+            continue;
+          }
+          serviceTypes.append(serviceType);
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_38_no_generate_kdepot.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_38_no_generate_kdepot.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_38_no_generate_kdepot.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_38_no_generate_kdepot.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,22 @@
+--- kdelibs/Makefile.am	2009-11-10 13:24:24.000000000 +0000
++++ kdelibs/Makefile.am	2009-11-10 14:20:46.000000000 +0000
+@@ -57,7 +57,7 @@
+ 	$(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_kdnssd.kcfg > rc.cpp; \
+ 	: > kde.pot ;\
+ 	$(XGETTEXT) -ktranslate -x qt-messages.pot rc.cpp `cat files` && cat messages.po qt-messages.pot > $(podir)/kdelibs.pot
+-	$(XGETTEXT) common_texts.cpp -o kde.pot
++	kde-xgettext --foreign-user -C -ci18n -ki18n -ktr2i18n -kI18N_NOOP -kI18N_NOOP2 -kaliasLocale common_texts.cpp -o kde.pot
+ 	rm -f dirs
+ 
+ EXTRA_DIST = admin kde.pot \
+--- kdelibs/Makefile.am.in	2009-11-10 13:24:24.000000000 +0000
++++ kdelibs/Makefile.am.in	2009-11-10 14:21:00.000000000 +0000
+@@ -57,7 +57,7 @@
+ 	$(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_kdnssd.kcfg > rc.cpp; \
+ 	: > kde.pot ;\
+ 	$(XGETTEXT) -ktranslate -x qt-messages.pot rc.cpp `cat files` && cat messages.po qt-messages.pot > $(podir)/kdelibs.pot
+-	$(XGETTEXT) common_texts.cpp -o kde.pot
++	kde-xgettext --foreign-user -C -ci18n -ki18n -ktr2i18n -kI18N_NOOP -kI18N_NOOP2 -kaliasLocale common_texts.cpp -o kde.pot
+ 	rm -f dirs
+ 
+ EXTRA_DIST = admin kde.pot \
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_45_kcmoduleinfo.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_45_kcmoduleinfo.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_45_kcmoduleinfo.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_45_kcmoduleinfo.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,14 @@
+diff -Nur kdelibs-3.5.2/kutils/kcmoduleinfo.cpp kdelibs-3.5.2.new/kutils/kcmoduleinfo.cpp
+--- kdelibs-3.5.2/kutils/kcmoduleinfo.cpp	2005-10-10 17:05:54.000000000 +0200
++++ kdelibs-3.5.2.new/kutils/kcmoduleinfo.cpp	2006-04-24 00:15:08.000000000 +0200
+@@ -53,7 +53,9 @@
+ 
+ KCModuleInfo::KCModuleInfo(const QString& desktopFile)
+ {
+-  init( KService::serviceByStorageId(desktopFile) );
++  KService::Ptr service = KService::serviceByStorageId(desktopFile);
++  if(!service) setName(desktopFile);
++  init(service);
+ }
+ 
+ KCModuleInfo::KCModuleInfo( KService::Ptr moduleInfo )
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_46_lisa_error.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_46_lisa_error.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_46_lisa_error.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_46_lisa_error.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,30 @@
+diff -Nur kdelibs-3.5.2/kutils/kcmoduleloader.cpp kdelibs-3.5.2.new/kutils/kcmoduleloader.cpp
+--- kdelibs-3.5.2/kutils/kcmoduleloader.cpp	2005-10-10 17:05:54.000000000 +0200
++++ kdelibs-3.5.2.new/kutils/kcmoduleloader.cpp	2006-04-24 01:31:46.000000000 +0200
+@@ -127,9 +127,23 @@
+ 
+   if ( !mod.service() )
+   {
+-    return reportError( report,
+-        i18n("The module %1 could not be found.")
+-        .arg( mod.moduleName() ), i18n("<qt><p>The diagnostics is:<br>The desktop file %1 could not be found.</qt>").arg(mod.fileName()), parent );
++    if ( mod.moduleName() == "kcmlisa" || mod.moduleName() == "kcmkiolan" )
++    {
++      return reportError( report,
++          i18n("The module %1 could not be found.")
++          .arg( mod.moduleName() ),
++          i18n("<qt><p>The Lisa and lan:/ ioslave modules "
++            "are not installed by default in Kubuntu, because they are obsolete "
++            "and replaced by zeroconf.<br> If you still wish to use them, you "
++            "should install the lisa package from the Universe repository.</p></qt>"),
++          parent );
++    } else { 
++      return reportError( report,
++          i18n("The module %1 could not be found.")
++          .arg( mod.moduleName() ),
++          i18n("<qt><p>The diagnostics is:<br>The desktop file %1 could not be found.</p></qt>").arg(mod.fileName()),
++          parent );
++    }
+   }
+ 
+   if (!mod.library().isEmpty())
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_51_launchpad_integration.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_51_launchpad_integration.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_51_launchpad_integration.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_51_launchpad_integration.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,132 @@
+diff -Nur -x '*.orig' -x '*~' kdelibs-old/kdeui/khelpmenu.cpp kdelibs-old.new/kdeui/khelpmenu.cpp
+--- kdelibs-old/kdeui/khelpmenu.cpp	2008-11-19 16:35:37.000000000 -0500
++++ kdelibs-old.new/kdeui/khelpmenu.cpp	2008-11-19 21:33:30.000000000 -0500
+@@ -41,6 +41,8 @@
+ #include <kpopupmenu.h>
+ #include <kstdaccel.h>
+ #include <kstdaction.h>
++#include <kprocess.h>
++#include <kstandarddirs.h>
+ 
+ #include "kswitchlanguagedialog.h"
+ 
+@@ -94,6 +96,8 @@
+     KStdAction::reportBug(this, SLOT(reportBug()), actions);
+     KStdAction::aboutApp(this, SLOT(aboutApplication()), actions);
+     KStdAction::aboutKDE(this, SLOT(aboutKDE()), actions);
++    KStdAction::kubuntuTranslate(this, SLOT(kubuntuTranslate()), actions);
++    KStdAction::kubuntuGetHelpOnline(this, SLOT(kubuntuGetHelpOnline()), actions);
+     KStdAction::switchApplicationLanguage(this, SLOT(switchApplicationLanguage()), actions);
+   }
+ }
+@@ -164,6 +168,10 @@
+     if (need_separator)
+       mMenu->insertSeparator();
+ 
++    mMenu->insertItem( SmallIcon("launchpad"), i18n( "&Get Help Online" ), this, SLOT(kubuntuGetHelpOnline()) );
++    mMenu->insertItem( SmallIcon("locale"), i18n( "&Translate this Application" ), this, SLOT(kubuntuTranslate()) );
++    mMenu->insertSeparator();
++
+     if (kapp->authorizeKAction("help_about_app"))
+     {
+       mMenu->insertItem( kapp->miniIcon(),
+@@ -233,6 +241,24 @@
+ }
+ 
+ 
++void KHelpMenu::kubuntuGetHelpOnline()
++{
++  const KAboutData *aboutData = KGlobal::instance()->aboutData();
++  QString path = KStandardDirs::findExe( aboutData->appName() );
++  KProcess *proc = new KProcess;
++  *proc << "launchpad-integration" << "--file" << path << "--info";
++  proc->start(KProcess::DontCare);
++}
++
++void KHelpMenu::kubuntuTranslate()
++{
++  const KAboutData *aboutData = KGlobal::instance()->aboutData();
++  QString path = KStandardDirs::findExe( aboutData->appName() );
++  KProcess *proc = new KProcess;
++  *proc << "launchpad-integration" << "--file" << path << "--translate";
++  proc->start(KProcess::DontCare);
++}
++
+ void KHelpMenu::aboutKDE()
+ {
+   if( !mAboutKDE )
+diff -Nur -x '*.orig' -x '*~' kdelibs-old/kdeui/khelpmenu.h kdelibs-old.new/kdeui/khelpmenu.h
+--- kdelibs-old/kdeui/khelpmenu.h	2008-11-19 16:35:37.000000000 -0500
++++ kdelibs-old.new/kdeui/khelpmenu.h	2008-11-19 21:32:55.000000000 -0500
+@@ -219,6 +219,9 @@
+      */
+     void aboutKDE();
+ 
++    void kubuntuTranslate();
++    void kubuntuGetHelpOnline();
++
+     /**
+      * Opens the standard "Report Bugs" dialog box.
+      */
+diff -Nur -x '*.orig' -x '*~' kdelibs-old/kdeui/kstdaction.cpp kdelibs-old.new/kdeui/kstdaction.cpp
+--- kdelibs-old/kdeui/kstdaction.cpp	2008-11-19 16:35:37.000000000 -0500
++++ kdelibs-old.new/kdeui/kstdaction.cpp	2008-11-19 21:32:55.000000000 -0500
+@@ -319,5 +319,9 @@
+ 	{ return KStdAction::create( AboutApp, name, recvr, slot, parent ); }
+ KAction *aboutKDE( const QObject *recvr, const char *slot, KActionCollection* parent, const char *name )
+ 	{ return KStdAction::create( AboutKDE, name, recvr, slot, parent ); }
++KAction *kubuntuTranslate( const QObject *recvr, const char *slot, KActionCollection* parent, const char *name )
++	{ return KStdAction::create( KubuntuTranslate, name, recvr, slot, parent ); }
++KAction *kubuntuGetHelpOnline( const QObject *recvr, const char *slot, KActionCollection* parent, const char *name )
++	{ return KStdAction::create( KubuntuGetHelpOnline, name, recvr, slot, parent ); }
+ 
+ }
+diff -Nur -x '*.orig' -x '*~' kdelibs-old/kdeui/kstdaction.h kdelibs-old.new/kdeui/kstdaction.h
+--- kdelibs-old/kdeui/kstdaction.h	2008-11-19 16:35:37.000000000 -0500
++++ kdelibs-old.new/kdeui/kstdaction.h	2008-11-19 21:32:55.000000000 -0500
+@@ -158,6 +158,7 @@
+ 		FullScreen, ///< @since 3.2
+ 		Clear, ///< @since 3.2
+ 		PasteText, ///< @since 3.2
++ 		KubuntuGetHelpOnline, KubuntuTranslate,
+ 		SwitchApplicationLanguage ///< @since 3.5.8
+ 	};
+ 
+@@ -609,6 +610,12 @@
+ 	*/
+ 	KDEUI_EXPORT KAction *switchApplicationLanguage(const QObject *recvr, const char *slot,
+ 				KActionCollection* parent, const char *name = 0 );
++
++	KDEUI_EXPORT KAction *kubuntuTranslate(const QObject *recvr, const char *slot,
++				KActionCollection* parent, const char *name = 0 );
++
++	KDEUI_EXPORT KAction *kubuntuGetHelpOnline(const QObject *recvr, const char *slot,
++				KActionCollection* parent, const char *name = 0 );
+ }
+ 
+ #endif // KSTDACTION_H
+diff -Nur -x '*.orig' -x '*~' kdelibs-old/kdeui/kstdaction_p.h kdelibs-old.new/kdeui/kstdaction_p.h
+--- kdelibs-old/kdeui/kstdaction_p.h	2008-11-19 16:35:37.000000000 -0500
++++ kdelibs-old.new/kdeui/kstdaction_p.h	2008-11-19 21:32:55.000000000 -0500
+@@ -112,6 +112,8 @@
+ 	{ SwitchApplicationLanguage,     KStdAccel::AccelNone, "switch_application_language", I18N_NOOP("Switch application &language..."), 0, 0 },
+ 	{ AboutApp,      KStdAccel::AccelNone, "help_about_app", I18N_NOOP("&About %1"), 0, 0 },
+ 	{ AboutKDE,      KStdAccel::AccelNone, "help_about_kde", I18N_NOOP("About &KDE"), 0,"about_kde" },
++	{ KubuntuGetHelpOnline,      KStdAccel::AccelNone, "kubuntu_get_help_online", I18N_NOOP("&Get Help Online"), 0, "launchpad" },
++	{ KubuntuTranslate,      KStdAccel::AccelNone, "kubuntu_translate", I18N_NOOP("&Translate This Application"), 0, "locale" },
+ 	{ ActionNone, KStdAccel::AccelNone, 0, 0, 0, 0 }
+ };
+ 
+diff -Nur -x '*.orig' -x '*~' kdelibs-old/kdeui/ui_standards.rc kdelibs-old.new/kdeui/ui_standards.rc
+--- kdelibs-old/kdeui/ui_standards.rc	2008-11-19 16:35:37.000000000 -0500
++++ kdelibs-old.new/kdeui/ui_standards.rc	2008-11-19 21:32:55.000000000 -0500
+@@ -178,6 +178,9 @@
+     <Separator/>
+     <Action name="switch_application_language"/>
+     <Separator/>
++    <Action name="kubuntu_get_help_online"/>
++    <Action name="kubuntu_translate"/>
++    <Separator/>
+     <MergeLocal name="about_merge"/>
+     <Action name="help_about_app"/>
+     <Action name="help_about_kde"/>
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_53_tabs_hover_close_delaying.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_53_tabs_hover_close_delaying.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_53_tabs_hover_close_delaying.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_53_tabs_hover_close_delaying.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,12 @@
+diff -Nur kdelibs-3.5.3/kdeui/ktabwidget.cpp kdelibs-3.5.3.new/kdeui/ktabwidget.cpp
+--- kdelibs-3.5.3/kdeui/ktabwidget.cpp	2005-11-19 10:06:19.000000000 +0100
++++ kdelibs-3.5.3.new/kdeui/ktabwidget.cpp	2006-07-22 00:14:14.000000000 +0200
+@@ -56,6 +56,8 @@
+     setTabBar( new KTabBar(this, "tabbar") );
+     setAcceptDrops( true );
+ 
++    setHoverCloseButtonDelayed(false);
++
+     connect(tabBar(), SIGNAL(contextMenu( int, const QPoint & )), SLOT(contextMenu( int, const QPoint & )));
+     connect(tabBar(), SIGNAL(mouseDoubleClick( int )), SLOT(mouseDoubleClick( int )));
+     connect(tabBar(), SIGNAL(mouseMiddleClick( int )), SLOT(mouseMiddleClick( int )));
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_55_printer_sharing.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_55_printer_sharing.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_55_printer_sharing.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_55_printer_sharing.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,34 @@
+--- kdelibs/kdeprint/management/kmmainview.h	2005-10-10 16:06:32.000000000 +0100
++++ kdelibs/kdeprint/management/kmmainview.h	2008-04-01 19:44:31.000000000 +0100
+@@ -78,6 +78,7 @@
+ 	void slotTest();
+ 	void slotServerRestart();
+ 	void slotServerConfigure();
++	void slotServerConfigureAccess();
+ 	void slotManagerConfigure();
+ 	void slotAddSpecial();
+ 	void slotRefresh();
+--- kdelibs/kdeprint/management/kmmainview.cpp	2005-11-08 22:39:38.000000000 +0000
++++ kdelibs/kdeprint/management/kmmainview.cpp	2008-04-01 19:49:38.000000000 +0100
+@@ -209,6 +209,7 @@
+ 
+ 	new KAction(i18n("R&estart Server"),"kdeprint_restartsrv",0,this,SLOT(slotServerRestart()),m_actions,"server_restart");
+ 	new KAction(i18n("Configure &Server..."),"kdeprint_configsrv",0,this,SLOT(slotServerConfigure()),m_actions,"server_configure");
++	new KAction(i18n("Configure Server Access..."),"kdeprint_configsrv",0,this,SLOT(slotServerAccessConfigure()),m_actions,"server_access_configure");
+ 
+ 	KToggleAction	*tact = new KToggleAction(i18n("Show &Toolbar"),0,m_actions,"view_toolbar");
+ 	tact->setCheckedState(i18n("Hide &Toolbar"));
+@@ -691,6 +692,13 @@
+ 	}
+ }
+ 
++void KMMainView::slotServerConfigureAccess()
++{
++	KProcess *proc = new KProcess;
++	*proc << "/usr/bin/system-config-printer-kde";
++	proc->start(KProcess::DontCare);
++}
++
+ void KMMainView::slotToggleToolBar(bool on)
+ {
+ 	if (on) m_toolbar->show();
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_56_langpacks_desktop_files.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_56_langpacks_desktop_files.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_56_langpacks_desktop_files.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_56_langpacks_desktop_files.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,149 @@
+--- orig/kdelibs-3.5.5/kdecore/kconfigbackend.cpp	2006-07-22 09:16:41.000000000 +0100
++++ kdelibs-3.5.5/kdecore/kconfigbackend.cpp	2006-10-22 19:43:04.000000000 +0100
+@@ -505,6 +505,8 @@
+    bool fileOptionImmutable = false;
+    bool groupOptionImmutable = false;
+    bool groupSkip = false;
++   bool foundGettextDomain = false;
++   QCString gettextDomain;
+ 
+    int line = 0;
+    for(; s < eof; s++)
+@@ -596,6 +598,7 @@
+       if (groupSkip && !bDefault)
+         goto sktoeol; // Skip entry
+ 
++
+       bool optionImmutable = groupOptionImmutable;
+       bool optionDeleted = false;
+       bool optionExpand = false;
+@@ -695,6 +698,11 @@
+       QCString val = printableToString(st, s - st);
+       //qDebug("found key '%s' with value '%s'", key.data(), val.data());
+ 
++      if (QString(key.data()) == "X-Ubuntu-Gettext-Domain") {
++	gettextDomain = val.data();
++	foundGettextDomain = true;
++      }
++
+       KEntryKey aEntryKey(aCurrentGroup, decodeKey(key));
+       aEntryKey.bLocal = (locale != 0);
+       aEntryKey.bDefault = bDefault;
+@@ -718,6 +726,34 @@
+          pConfig->putData(aEntryKey, aEntry, false);
+       }
+    }
++   // Look up translations using KLocale
++   // https://launchpad.net/distros/ubuntu/+spec/langpacks-desktopfiles-kde
++   // This calls KLocale up to 10 times for each config file (and each KConfig has up to 4 files)
++   // so I'll see how much of a performance hit it is
++   // it also only acts on the last group in a file
++   // Ideas: only translate most important fields, only translate "Desktop Entry" files,
++   //        do translation per KConfig not per single file
++   if (!pWriteBackMap) {
++     QFile file("file.txt");
++     if (foundGettextDomain) {
++
++       KLocale locale(gettextDomain);
++
++       QString language = locale.language();
++       translateKey(locale, aCurrentGroup, QCString("Name"));
++       translateKey(locale, aCurrentGroup, QCString("Comment"));
++       translateKey(locale, aCurrentGroup, QCString("Language"));
++       translateKey(locale, aCurrentGroup, QCString("Keywords"));
++       translateKey(locale, aCurrentGroup, QCString("About"));
++       translateKey(locale, aCurrentGroup, QCString("Description"));
++       translateKey(locale, aCurrentGroup, QCString("GenericName"));
++       translateKey(locale, aCurrentGroup, QCString("Query"));
++       translateKey(locale, aCurrentGroup, QCString("ExtraNames"));
++       translateKey(locale, aCurrentGroup, QCString("X-KDE-Submenu"));
++     }
++   }
++
++
+    if (fileOptionImmutable)
+       bFileImmutable = true;
+ 
+@@ -732,6 +768,21 @@
+ #endif
+ }
+ 
++void KConfigINIBackEnd::translateKey(KLocale& locale, QCString currentGroup, QCString key) {
++  KEntryKey entryKey = KEntryKey(currentGroup, key);
++  KEntry entry = pConfig->lookupData(entryKey);
++  if (QString(entry.mValue) != "") {
++    QString orig = key + "=" + entry.mValue;
++    QString translate = locale.translate(key + "=" + entry.mValue);
++    if (QString::compare(orig, translate) != 0) {
++      translate = translate.mid(key.length() + 1);
++      entry.mValue = translate.utf8();
++      entryKey.bLocal = true;
++      entry.bNLS = true;
++      pConfig->putData(entryKey, entry, false);
++    }
++  }
++}
+ 
+ void KConfigINIBackEnd::sync(bool bMerge)
+ {
+--- orig/kdelibs-3.5.5/kdecore/kconfigbackend.h	2005-10-10 16:06:03.000000000 +0100
++++ kdelibs-3.5.5/kdecore/kconfigbackend.h	2006-10-16 19:36:33.000000000 +0100
+@@ -25,6 +25,7 @@
+ #include "kconfigdata.h"
+ #include <kconfigbase.h>
+ #include <klockfile.h>
++#include <klocale.h>
+ #include "kdelibs_export.h"
+ 
+ class QFile;
+@@ -250,6 +251,11 @@
+   void parseSingleConfigFile(QFile& rFile, KEntryMap *pWriteBackMap = 0L,
+ 			     bool bGlobal = false, bool bDefault = false);
+ 
++  // Kubuntu patch, 2006-08-03
++  // looks up a key in with KLocale
++  // see https://launchpad.net/distros/ubuntu/+spec/langpacks-desktopfiles-kde
++  void translateKey(KLocale& locale, QCString currentGroup, QCString key);
++
+   /**
+    * Writes configuration file back.
+    *
+--- orig/kdelibs-3.5.5/kdecore/klocale.cpp	2005-11-08 22:39:22.000000000 +0000
++++ kdelibs-3.5.5/kdecore/klocale.cpp	2006-10-22 19:56:03.000000000 +0100
+@@ -76,6 +76,7 @@
+ #ifdef Q_WS_WIN
+   char win32SystemEncoding[3+7]; //"cp " + lang ID
+ #endif
++  bool useMainCatalogue;
+ };
+ 
+ static KLocale *this_klocale = 0;
+@@ -118,8 +119,13 @@
+ {
+   // Use the first non-null string.
+   QString mainCatalogue = catalog;
+-  if (maincatalogue)
+-    mainCatalogue = QString::fromLatin1(maincatalogue);
++
++  // don't use main catalogue if we're looking up .desktop translations
++  if (mainCatalogue.contains("desktop") == 0 || mainCatalogue.contains("kdesktop") == 1) {
++    if (maincatalogue) {
++      mainCatalogue = QString::fromLatin1(maincatalogue);
++    }
++  }
+ 
+   if (mainCatalogue.isEmpty()) {
+     kdDebug(173) << "KLocale instance created called without valid "
+@@ -129,8 +135,10 @@
+   else {
+     // do not use insertCatalogue here, that would already trigger updateCatalogs
+     d->catalogNames.append( mainCatalogue );   // application catalog
+-    d->catalogNames.append( SYSTEM_MESSAGES ); // always include kdelibs.mo
+-    d->catalogNames.append( "kio" );            // always include kio.mo
++    if (mainCatalogue.contains("desktop") == 0 || mainCatalogue.contains("kdesktop") == 1) { //don't bother if we're looking up desktop translations
++      d->catalogNames.append( SYSTEM_MESSAGES ); // always include kdelibs.mo
++      d->catalogNames.append( "kio" );            // always include kio.mo
++    }
+     updateCatalogues(); // evaluate this for all languages
+   }
+ }
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_60_kresolver_asserts.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_60_kresolver_asserts.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_60_kresolver_asserts.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_60_kresolver_asserts.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,22 @@
+--- kdelibs-3.5.4/kdecore/network/kresolverworkerbase.cpp	2005-09-10 09:27:10.000000000 +0100
++++ kdelibs-3.5.4/kdecore/network/kresolverworkerbase.cpp	2006-09-18 15:17:57.000000000 +0100
+@@ -127,19 +127,16 @@
+ 
+ bool KResolverWorkerBase::checkResolver()
+ {
+-  assert(th != 0L);
+   return th->checkResolver();
+ }
+ 
+ void KResolverWorkerBase::acquireResolver()
+ {
+-  assert(th != 0L);
+   th->acquireResolver();
+ }
+ 
+ void KResolverWorkerBase::releaseResolver()
+ {
+-  assert(th != 0L);
+   th->releaseResolver();
+ }
+ 
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_64_rosetta_translation.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_64_rosetta_translation.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_64_rosetta_translation.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_64_rosetta_translation.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,11 @@
+--- kdelibs/kdecore/kaboutdata.cpp	2006-03-17 10:19:05.000000000 +0000
++++ kdelibs/kdecore/kaboutdata.cpp	2006-12-05 19:46:12.000000000 +0000
+@@ -389,7 +389,7 @@
+             "of the translation teams all over the world.</p>"
+             "<p>For more information on KDE internationalization "
+             "visit <a href=\"http://l10n.kde.org\">http://l10n.kde.org</a></p>"
+-            );
++		) + i18n("<p>Kubuntu includes additions and alterations to the KDE translation from <a href=\"https://translations.launchpad.net/\">Launchpad</a>.</p>");
+ }
+ 
+ QString
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_65_nzb_mimetype.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_65_nzb_mimetype.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_65_nzb_mimetype.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_65_nzb_mimetype.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,27 @@
+diff -Nur kdelibs-3.5.6/mimetypes/application/Makefile.am kdelibs-3.5.6.new/mimetypes/application/Makefile.am
+--- kdelibs-3.5.6/mimetypes/application/Makefile.am	2006-07-22 10:16:37.000000000 +0200
++++ kdelibs-3.5.6.new/mimetypes/application/Makefile.am	2007-03-20 04:00:59.000000000 +0100
+@@ -67,7 +67,7 @@
+ 	x-java-jnlp-file.desktop xml-dtd.desktop fits.desktop \
+ 	x-rar-compressed.desktop \
+ 	x-sqlite2.desktop x-sqlite3.desktop chm.desktop \
+-	x-mplayer2.desktop
++	x-mplayer2.desktop x-nzb.desktop
+ 
+ mimetypeapplicationdatadir = $(kde_mimedir)/application
+ 
+diff -Nur kdelibs-3.5.6/mimetypes/application/x-nzb.desktop kdelibs-3.5.6.new/mimetypes/application/x-nzb.desktop
+--- kdelibs-3.5.6/mimetypes/application/x-nzb.desktop	1970-01-01 01:00:00.000000000 +0100
++++ kdelibs-3.5.6.new/mimetypes/application/x-nzb.desktop	2007-03-20 03:58:33.000000000 +0100
+@@ -0,0 +1,11 @@
++[Desktop Entry]
++Encoding=UTF-8
++Comment=NewzBin Usenet Index
++Hidden=false
++MimeType=application/x-nzb
++Icon=bt
++Type=MimeType
++Patterns=*.nzb
++X-KDE-AutoEmbed=false
++X-KDE-isAlso=text/xml
++
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_68_xdg_autostart.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_68_xdg_autostart.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_68_xdg_autostart.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_68_xdg_autostart.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,25 @@
+--- ./kinit/autostart.cpp.orig	2006-05-22 20:14:16.000000000 +0200
++++ ./kinit/autostart.cpp	2008-11-20 12:17:07.000000000 +0100
+@@ -26,6 +26,7 @@
+ #include <kdesktopfile.h>
+ #include <kglobal.h>
+ #include <kstandarddirs.h>
++#include <cstdlib>
+ 
+ class AutoStartItem
+ {
+@@ -48,6 +49,14 @@
+   m_startList = new AutoStartList;
+   m_startList->setAutoDelete(true);
+   KGlobal::dirs()->addResourceType("autostart", "share/autostart");
++  QString xdgdirs = getenv("XDG_CONFIG_DIRS");
++  if (xdgdirs.isEmpty())
++        xdgdirs = "/etc/xdg";
++
++  QStringList xdgdirslist = QStringList::split( ':', xdgdirs );
++  for ( QStringList::Iterator itr = xdgdirslist.begin(); itr != xdgdirslist.end(); ++itr ) {
++	KGlobal::dirs()->addResourceDir("autostart", (*itr) +"/autostart");
++  }
+ }
+ 
+ AutoStart::~AutoStart()
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_69_applications_merged.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_69_applications_merged.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_69_applications_merged.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_69_applications_merged.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,10 @@
+diff -Nur kdelibs-3.5.8/kded/applications.menu kdelibs-3.5.8.new/kded/applications.menu
+--- kdelibs-3.5.8/kded/applications.menu	2007-11-13 18:48:54.000000000 +0000
++++ kdelibs-3.5.8.new/kded/applications.menu	2007-11-13 18:49:36.000000000 +0000
+@@ -420,5 +420,6 @@
+ 		<MergeFile>debian-menu.menu</MergeFile>
+ 	</Menu>
+ 
++	<MergeDir>applications-merged</MergeDir>
+ 	<MergeFile>applications-kmenuedit.menu</MergeFile>
+ </Menu>
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_70_fileshareset-nfs-kernel-server.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_70_fileshareset-nfs-kernel-server.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_70_fileshareset-nfs-kernel-server.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_70_fileshareset-nfs-kernel-server.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,17 @@
+--- kdelibs-3.5.7/kio/misc/fileshareset	2007-04-18 14:38:46.000000000 +0930
++++ kdelibs-3.5.7/kio/misc/fileshareset	2007-04-18 14:42:07.000000000 +0930
+@@ -285,7 +285,12 @@
+ 	    system('PATH=/bin:/sbin pidof nfsd >/dev/null') != 0) {
+ 	    # trying to start the server...
+ 	    system('/etc/init.d/portmap start') if system('/etc/init.d/portmap status') != 0;
+-	    system('/etc/init.d/nfs', $_) foreach 'stop', 'start';
++            if ( -f '/etc/init.d/nfs' ) {
++	        system('/etc/init.d/nfs', $_) foreach 'stop', 'start';
++            }
++            elsif ( -f '/etc/init.d/nfs-kernel-server' ) {
++	        system('/etc/init.d/nfs-kernel-server', $_) foreach 'stop', 'start';
++            }
+ 	}
+ 	exit 0;
+     }
+
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_91_execute_feedback.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_91_execute_feedback.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_91_execute_feedback.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_91_execute_feedback.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,173 @@
+diff -r -u -p kdelibs-3.5.6.original/kdecore/kiconeffect.cpp kdelibs-3.5.6.patched/kdecore/kiconeffect.cpp
+--- kdelibs-3.5.6.original/kdecore/kiconeffect.cpp	2005-09-10 10:27:12.000000000 +0200
++++ kdelibs-3.5.6.patched/kdecore/kiconeffect.cpp	2007-02-09 23:49:22.000000000 +0100
+@@ -24,6 +24,9 @@
+ #include <qwidget.h>
+ #include <qpainter.h>
+ #include <qpen.h>
++#include <qapplication.h>
++#include <qpoint.h>
++#include <qrect.h>
+ 
+ #include <kdebug.h>
+ #include <kglobal.h>
+@@ -768,3 +770,148 @@ KIconEffect::visualActivate(QWidget * wi
+     }
+ }
+ 
++void
++KIconEffect::visualActivate(QWidget * widget, QRect rect, QPixmap *pixmap)
++{
++    if (!KGlobalSettings::visualActivate())
++        return;
++
++    // Image too big to display smoothly
++    if ((rect.width() > 160) || (rect.height() > 160)) {
++	visualActivate(widget, rect); // call old effect
++	return;
++    }
++
++    uint actSpeed = KGlobalSettings::visualActivateSpeed();
++    uint actCount = QMIN(rect.width(), rect.height()) / 4;
++
++
++    // Clip actCount to range 1..10.
++    if (actCount < 1)
++        actCount = 1;
++
++    else if (actCount > 10)
++        actCount = 10;
++
++    // Clip actSpeed to range 1..100.
++    if (actSpeed < 1)
++        actSpeed = 1;
++
++    else if (actSpeed > 100)
++        actSpeed = 100;
++
++    // actSpeed needs to be converted to actDelay.
++    // actDelay is inversely proportional to actSpeed and needs to be
++    // divided up into actCount portions.
++    // We also convert the us value to ms.
++
++    unsigned int actDelay = (1000 * (100 - actSpeed)) / actCount;
++
++    unsigned int deltaX = rect.width() / actCount * 1.5;
++    unsigned int deltaY = rect.height() / actCount * 1.5;
++
++    QPoint c = rect.center();
++    QRect maxRect(c.x() - (actCount * 2) * deltaX /2,
++	          c.y() - (actCount * 2) * deltaY /2,
++		  actCount * 2 * deltaX,
++		  actCount * 2 * deltaY);
++
++    // convert rect to global coordinates if needed
++    if ((widget->rect().width() <= maxRect.width())
++       || (widget->rect().height() <= maxRect.height()))
++    {
++	QPoint topLeft(rect.x(), rect.y());
++	rect.moveLeft(widget->mapToGlobal(topLeft).x());
++	rect.moveTop(widget->mapToGlobal(topLeft).y());
++	c = rect.center();
++	maxRect.setRect(c.x() - (actCount * 2) * deltaX /2,
++	        	c.y() - (actCount * 2) * deltaY /2,
++			actCount * 2 * deltaX,
++			actCount * 2 * deltaY);
++    }
++
++    QPainter *p;
++    QImage img = pixmap->convertToImage();
++    QPixmap pix;
++    QPixmap composite(maxRect.width(), maxRect.height(), -1, QPixmap::BestOptim);
++    QPainter cPainter(&composite);
++    QPoint cComposite = composite.rect().center();
++
++    // enable alpha blending
++    img.setAlphaBuffer(true);
++    
++    // Ugly hack... Get "Screenshot" to blt into and even do that on the
++    // root window if the display area of <widget> is too small
++    if ((widget->rect().width() <= maxRect.width())
++       || (widget->rect().height() <= maxRect.height()))
++    {
++        p = new QPainter(QApplication::desktop()->screen( -1 ), TRUE);
++	pix = QPixmap::grabWindow((QApplication::desktop()->screen( -1 ))->winId(),
++		    		      maxRect.x(),
++				      maxRect.y(),
++				      maxRect.width(),
++				      maxRect.height());
++    } else
++    {
++	// not as ugly as drawing directly to the screen
++	p = new QPainter(widget);
++	pix = QPixmap::grabWidget(widget,
++			              maxRect.x(),
++				      maxRect.y(),
++				      maxRect.width(),
++				      maxRect.height());
++    }
++    uchar deltaAlpha = 255 / (actCount * 1.2);
++    
++    // Activate effect like MacOS X
++    for (unsigned int i = actCount; i < actCount * 2; i++) {
++
++        int w = i * deltaX;
++        int h = i * deltaY;
++
++        rect.setRect(cComposite.x() - w / 2, cComposite.y() - h / 2, w, h);
++
++	// draw offscreen
++	cPainter.drawPixmap(0, 0, pix, 0, 0, pix.width(), pix.height());
++	cPainter.drawImage(rect, img);
++	cPainter.flush();
++
++	// put onscreen
++	p->drawPixmap(maxRect, composite);
++        p->flush();
++
++	// Fade out Icon a bit more
++        int x, y;
++        if ((img.depth() == 32) && qt_use_xrender && qt_has_xft)
++        {
++    	    int width  = img.width();
++	    int height = img.height();
++	
++	    for (y=0; y<height; y++)
++	    {
++#ifdef WORDS_BIGENDIAN
++		uchar *line = (uchar*) img.scanLine(y);
++#else
++		uchar *line = (uchar*) img.scanLine(y) + 3;
++#endif
++		for (x=0; x<width; x++)
++		{
++		    *line = (*line < deltaAlpha) ? 0 : *line - deltaAlpha;
++		    line += 4;
++		}
++	    }
++	}
++        usleep(actDelay*3);
++    }
++
++    // remove traces of the effect
++    if ((widget->rect().width() <= maxRect.width())
++       || (widget->rect().height() <= maxRect.height()))
++	p->drawPixmap(maxRect, pix);
++    else {
++	 p->drawPixmap(maxRect, pix);
++        widget->update(rect);
++    }
++
++    delete p;
++}
+diff -r -u -p kdelibs-3.5.6.original/kdecore/kiconeffect.h kdelibs-3.5.6.patched/kdecore/kiconeffect.h
+--- kdelibs-3.5.6.original/kdecore/kiconeffect.h	2005-09-10 10:27:12.000000000 +0200
++++ kdelibs-3.5.6.patched/kdecore/kiconeffect.h	2007-02-08 02:53:09.000000000 +0100
+@@ -152,6 +152,7 @@ public:
+      * @param rect This rectangle defines the effect's borders
+      */
+     static void visualActivate(QWidget *widget, QRect rect);
++    static void visualActivate(QWidget *widget, QRect rect, QPixmap *pixmap);
+ 
+     /**
+      * Tints an image gray.
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_92_kdeprint_filter.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_92_kdeprint_filter.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_92_kdeprint_filter.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_92_kdeprint_filter.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,19 @@
+diff -Nur kdelibs-3.5.6/kdeprint/filters/psnup.xml kdelibs-3.5.6.new/kdeprint/filters/psnup.xml
+--- kdelibs-3.5.6/kdeprint/filters/psnup.xml	2005-09-10 10:27:40.000000000 +0200
++++ kdelibs-3.5.6.new/kdeprint/filters/psnup.xml	2007-02-22 17:28:44.000000000 +0100
+@@ -11,6 +11,15 @@
+ 		</filterarg>
+ 		<filterarg name="box" description="Border line width" format="-d%value" type="int" min="0" max="20" default="0" />
+ 		<filterarg name="margin" description="Additional margin" format="-b%value" type="int" min="0" max="100" default="0" />
++		<filterarg name="orientation" description="Orientation" format="%value" type="list" default="">
++			<value name="" description="Normal" />
++			<value name="-l" description="Landscape" />
++			<value name="-r" description="Seascape" />
++		</filterarg>
++		<filterarg name="layout" description="Layout" format="%value" type="list" default="">
++			<value name="" description="Row-Major" />
++			<value name="-c" description="Column-Major" />
++		</filterarg>
+ 	</filterargs>
+ 	<filterinput>
+ 		<filterarg name="file" format="%in" />
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_93_speedbar_xdg_user_dirs.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_93_speedbar_xdg_user_dirs.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_93_speedbar_xdg_user_dirs.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_93_speedbar_xdg_user_dirs.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,74 @@
+diff -Nur -x '*.orig' -x '*~' kdelibs-3.5.9/kio/kfile/kfilespeedbar.cpp kdelibs-3.5.9.new/kio/kfile/kfilespeedbar.cpp
+--- kdelibs-3.5.9/kio/kfile/kfilespeedbar.cpp	2005-10-10 17:05:43.000000000 +0200
++++ kdelibs-3.5.9.new/kio/kfile/kfilespeedbar.cpp	2008-03-11 12:51:47.000000000 +0100
+@@ -20,6 +20,9 @@
+ #include "config-kfile.h"
+ 
+ #include <qdir.h>
++#include <qfile.h>
++#include <qtextcodec.h>
++#include <qtextstream.h>
+ 
+ #include <kconfig.h>
+ #include <kglobal.h>
+@@ -50,7 +53,7 @@
+             QDir(KGlobalSettings::documentPath()).exists())
+         {
+             u.setPath( KGlobalSettings::documentPath() );
+-            insertItem( u, i18n("Documents"), false, "document" );
++            insertItem( u, i18n("Documents"), false, "folder_txt" );
+         }
+ 
+         u.setPath( QDir::homeDirPath() );
+@@ -62,6 +65,51 @@
+             insertItem( u, i18n("Storage Media"), false,
+                                    KProtocolInfo::icon( "media" ) );
+ 
++        if (  QFile::exists(  QDir::homeDirPath()+"/.config/user-dirs.dirs" ) )
++        {
++			QString download, music, pictures, videos, templates, publicShares;
++
++            QFile f(  QDir::homeDirPath()+"/.config/user-dirs.dirs" );
++			if (!f.open(IO_ReadOnly))
++				return;
++
++			QTextStream s( &f );
++			s.setCodec( QTextCodec::codecForLocale() );
++
++			// read the xdg user dirs
++			QString line = s.readLine();
++			while (!line.isNull())
++			{
++				if (line.startsWith("XDG_DOWNLOAD_DIR="))
++					download = line.remove("XDG_DOWNLOAD_DIR=").remove("\"").replace("$HOME", QDir::homeDirPath());
++				else if (line.startsWith("XDG_MUSIC_DIR="))
++					music = line.remove("XDG_MUSIC_DIR=").remove("\"").replace("$HOME", QDir::homeDirPath());
++				else if (line.startsWith("XDG_PICTURES_DIR="))
++					pictures = line.remove("XDG_PICTURES_DIR=").remove("\"").replace("$HOME", QDir::homeDirPath());
++				else if (line.startsWith("XDG_VIDEOS_DIR="))
++					videos = line.remove("XDG_VIDEOS_DIR=").remove("\"").replace("$HOME", QDir::homeDirPath());
++				else if (line.startsWith("XDG_TEMPLATES_DIR="))
++					templates = line.remove("XDG_TEMPLATES_DIR=").remove("\"").replace("$HOME", QDir::homeDirPath());
++				else if (line.startsWith("XDG_PUBLICSHARES_DIR="))
++					publicShares = line.remove("XDG_PUBLICSHARES_DIR=").remove("\"").replace("$HOME", QDir::homeDirPath());
++
++				line = s.readLine();
++			}
++			// now add in the speedbar
++			if (!download.isEmpty())
++                insertItem( download, i18n( "Download" ), false, "folder_html" );
++			if (!music.isEmpty())
++                insertItem( music, i18n( "Music" ), false, "folder_sound" );
++			if (!pictures.isEmpty())
++                insertItem( pictures, i18n( "Pictures" ), false, "folder_image" );
++			if (!videos.isEmpty())
++                insertItem( videos, i18n( "Videos" ), false, "folder_video" );
++			if (!templates.isEmpty())
++                insertItem( templates, i18n( "Templates" ), false, "folder_video" );
++			if (!publicShares.isEmpty())
++                insertItem( publicShares, i18n( "Public" ), false, "folder_video" );
++        }
++        
+         u = "remote:/";
+         if ( KProtocolInfo::isKnownProtocol( u ) )
+             insertItem( u, i18n("Network Folders"), false,
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_93_xdg_dirs_document_path.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_93_xdg_dirs_document_path.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_93_xdg_dirs_document_path.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_93_xdg_dirs_document_path.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,85 @@
+--- kdelibs-3.5.7/kdecore/kglobalsettings.cpp.fix_default_document_path	2005-10-10 12:06:03.000000000 -0300
++++ kdelibs-3.5.7/kdecore/kglobalsettings.cpp	2007-09-27 18:59:32.000000000 -0300
+@@ -50,6 +50,10 @@ static QRgb qt_colorref2qrgb(COLORREF co
+ #include <stdlib.h>
+ #include <kprotocolinfo.h>
+ 
++#include <qtextcodec.h>
++#include <qtextstream.h>
++#include <qfile.h>
++
+ #ifdef Q_WS_X11
+ #include <X11/Xlib.h>
+ #endif
+@@ -77,6 +81,31 @@ QColor *KGlobalSettings::alternateColor 
+ 
+ KGlobalSettings::KMouseSettings *KGlobalSettings::s_mouseSettings = 0;
+ 
++// helper function for reading xdg user dirs: it is required in order to take 
++// care of locale stuff
++void readXdgUserDirs(QString *desktop, QString *documents)
++{
++	QFile f( QDir::homeDirPath() + "/.config/user-dirs.dirs" );
++
++	if (!f.open(IO_ReadOnly))
++		return;
++
++	// set the codec for the current locale
++	QTextStream s(&f);
++	s.setCodec( QTextCodec::codecForLocale() );
++
++	QString line = s.readLine();
++	while (!line.isNull())
++	{
++		if (line.startsWith("XDG_DESKTOP_DIR="))
++			*desktop = line.remove("XDG_DESKTOP_DIR=").remove("\"").replace("$HOME", QDir::homeDirPath());
++		else if (line.startsWith("XDG_DOCUMENTS_DIR="))
++			*documents = line.remove("XDG_DOCUMENTS_DIR=").remove("\"").replace("$HOME", QDir::homeDirPath());
++
++		line = s.readLine();
++	}
++}
++
+ int KGlobalSettings::dndEventDelay()
+ {
+     KConfigGroup g( KGlobal::config(), "General" );
+@@ -483,13 +512,17 @@ void KGlobalSettings::initStatic() // sh
+ 
+     KConfigGroup g( KGlobal::config(), "Paths" );
+ 
+-    // Desktop Path
+-    *s_desktopPath = QDir::homeDirPath() + "/Desktop/";
+-    *s_desktopPath = g.readPathEntry( "Desktop", *s_desktopPath);
++	// Read desktop and documents path using XDG_USER_DIRS
++	readXdgUserDirs(s_desktopPath, s_documentPath);
++	
+     *s_desktopPath = QDir::cleanDirPath( *s_desktopPath );
+     if ( !s_desktopPath->endsWith("/") )
+       s_desktopPath->append('/');
+ 
++    *s_documentPath = QDir::cleanDirPath( *s_documentPath );
++    if ( !s_documentPath->endsWith("/"))
++      s_documentPath->append('/');
++
+     // Trash Path - TODO remove in KDE4 (kio_trash can't use it for interoperability reasons)
+     *s_trashPath = *s_desktopPath + i18n("Trash") + "/";
+     *s_trashPath = g.readPathEntry( "Trash" , *s_trashPath);
+@@ -510,18 +543,6 @@ void KGlobalSettings::initStatic() // sh
+     if ( !s_autostartPath->endsWith("/") )
+       s_autostartPath->append('/');
+ 
+-    // Document Path
+-    *s_documentPath = g.readPathEntry( "Documents", 
+-#ifdef Q_WS_WIN
+-        getWin32ShellFoldersPath("Personal")
+-#else
+-        QDir::homeDirPath()
+-#endif
+-    );
+-    *s_documentPath = QDir::cleanDirPath( *s_documentPath );
+-    if ( !s_documentPath->endsWith("/"))
+-      s_documentPath->append('/');
+-
+     // Make sure this app gets the notifications about those paths
+     if (kapp)
+         kapp->addKipcEventMask(KIPC::SettingsChanged);
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_94_xdg_dirs_i18n.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_94_xdg_dirs_i18n.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_94_xdg_dirs_i18n.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_94_xdg_dirs_i18n.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,11 @@
+diff -Nur kdelibs-3.5.8/kdecore/klocale.cpp kdelibs-3.5.8.new/kdecore/klocale.cpp
+--- kdelibs-3.5.8/kdecore/klocale.cpp	2007-11-14 14:57:32.000000000 +0000
++++ kdelibs-3.5.8.new/kdecore/klocale.cpp	2007-11-14 14:59:39.000000000 +0000
+@@ -138,6 +138,7 @@
+     if (mainCatalogue.contains("desktop") == 0 || mainCatalogue.contains("kdesktop") == 1) { //don't bother if we're looking up desktop translations
+       d->catalogNames.append( SYSTEM_MESSAGES ); // always include kdelibs.mo
+       d->catalogNames.append( "kio" );            // always include kio.mo
++      d->catalogNames.append( "xdg-user-dirs" );
+     }
+     updateCatalogues(); // evaluate this for all languages
+   }
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_95_fix_smb_scan.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_95_fix_smb_scan.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_95_fix_smb_scan.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_95_fix_smb_scan.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,50 @@
+diff -Nru kdelibs-3.5.8.orig/kdeprint/management/smbview.cpp kdelibs-3.5.8/kdeprint/management/smbview.cpp
+--- kdelibs-3.5.8.orig/kdeprint/management/smbview.cpp	2007-10-08 11:52:10.000000000 +0200
++++ kdelibs-3.5.8/kdeprint/management/smbview.cpp	2007-12-06 18:20:48.000000000 +0100
+@@ -179,11 +179,8 @@
+ 			m_current = item;
+ 			*m_proc << "nmblookup"+m_wins_server+"-M ";
+                         *m_proc << KProcess::quote(item->text(0));
+-                        *m_proc << " -S | grep '<20>' | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*<20>.*//' | xargs -Iserv_name smbclient -N -L 'serv_name' -W ";
+-                        *m_proc << KProcess::quote(item->text(0));
+-			*m_proc << " -A ";
+-                        *m_proc << KProcess::quote(m_passwdFile->name());
+-			startProcess(ServerListing);
++                        *m_proc << " -S";
++                        startProcess(ServerListing);
+ 		}
+ 		else if (item->depth() == 1)
+ 		{ // opening server
+@@ -192,8 +189,11 @@
+                         *m_proc << KProcess::quote(item->text(0));
+                         *m_proc << " -W ";
+                         *m_proc << KProcess::quote(item->parent()->text(0));
+-			*m_proc << " -A ";
+-                        *m_proc << KProcess::quote(m_passwdFile->name());
++                        if (m_login != QString::null)
++                        {
++				*m_proc << " -A ";
++                        	*m_proc << KProcess::quote(m_passwdFile->name());
++                        }
+ 			startProcess(ShareListing);
+ 		}
+ 	}
+@@ -220,16 +220,14 @@
+ 	QStringList	lines = QStringList::split('\n',m_buffer,true);
+ 	QString		line;
+ 	uint 		index(0);
+-	for (;index < lines.count();index++)
+-		if (lines[index].stripWhiteSpace().startsWith("Server"))
+-			break;
+-	index += 2;
+ 	while (index < lines.count())
+ 	{
+ 		line = lines[index++].stripWhiteSpace();
+ 		if (line.isEmpty())
+ 			break;
+ 		QStringList	words = QStringList::split(' ',line,false);
++		if (words[1] != "<00>" || words[3] == "<GROUP>")
++			continue;
+ 		QListViewItem	*item = new QListViewItem(m_current,words[0]);
+ 		item->setExpandable(true);
+ 		item->setPixmap(0,SmallIcon("kdeprint_computer"));
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_9901_system_config_printer_applet.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_9901_system_config_printer_applet.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_9901_system_config_printer_applet.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_9901_system_config_printer_applet.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,11 @@
+--- kdelibs-3.5.9/kdeprint/kprinter.cpp~	2005-10-10 16:06:34.000000000 +0100
++++ kdelibs-3.5.9/kdeprint/kprinter.cpp	2008-03-12 16:08:30.000000000 +0000
+@@ -403,7 +403,7 @@
+ 			}
+ 			else
+ 			{
+-				if (/* !outputToFile() && */ startviewer)
++				if (/* !outputToFile() && */ startviewer && !QFile::exists("/etc/xdg/autostart/system-config-printer-applet-kde.desktop") )
+ 				{
+ 					QStringList args;
+ 					args << "-d";
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_9902_kde4_kded_blacklist_modules.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_9902_kde4_kded_blacklist_modules.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_9902_kde4_kded_blacklist_modules.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_9902_kde4_kded_blacklist_modules.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,39 @@
+--- ./kded/kded.cpp.orig	2007-10-08 11:52:10.000000000 +0200
++++ ./kded/kded.cpp	2008-11-20 12:18:43.000000000 +0100
+@@ -48,6 +48,8 @@
+ #include <kio/global.h>
+ #include <kservicetype.h>
+ 
++#include <cstdlib>
++
+ #ifdef Q_WS_X11
+ #include <X11/Xlib.h>
+ #include <fixx11h.h>
+@@ -162,12 +164,27 @@
+         kde_running = false;
+      // Preload kded modules.
+      KService::List kdedModules = KServiceType::offers("KDEDModule");
++     QString version = getenv( "KDE_SESSION_VERSION" );
++     QStringList blacklist;
++     if ( version >= "4" )
++     {
++         kdDebug(7020) << "KDE4 is running." << endl;
++         blacklist << "mediamanager" << "medianotifier" << "kmilod" << "kwrited";
++     }
+      for(KService::List::ConstIterator it = kdedModules.begin(); it != kdedModules.end(); ++it)
+      {
+          KService::Ptr service = *it;
+          bool autoload = service->property("X-KDE-Kded-autoload", QVariant::Bool).toBool();
+          config->setGroup(QString("Module-%1").arg(service->desktopEntryName()));
+          autoload = config->readBoolEntry("autoload", autoload);
++         for (QStringList::Iterator module = blacklist.begin(); module != blacklist.end(); ++module)
++         {
++            if (service->desktopEntryName() == *module)
++            {
++               autoload = false;
++               break;
++            }
++         }
+          if( m_newStartup )
+          {
+             // see ksmserver's README for description of the phases
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_arm_ftbfs_fix.diff 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_arm_ftbfs_fix.diff
--- 4:3.5.10.dfsg.1-5/debian/patches/kubuntu_arm_ftbfs_fix.diff	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/kubuntu_arm_ftbfs_fix.diff	2010-10-15 13:37:11.000000000 +0100
@@ -0,0 +1,11 @@
+diff -Nur -x '*.orig' -x '*~' kdelibs-3.5.10.dfsg.1/kdeprint/management/kmmainview.cpp kdelibs-3.5.10.dfsg.1.new/kdeprint/management/kmmainview.cpp
+--- kdelibs-3.5.10.dfsg.1/kdeprint/management/kmmainview.cpp	2008-11-21 21:47:35.000000000 -0500
++++ kdelibs-3.5.10.dfsg.1.new/kdeprint/management/kmmainview.cpp	2008-11-21 22:01:12.000000000 -0500
+@@ -34,6 +34,7 @@
+ #include "plugincombobox.h"
+ #include "kiconselectaction.h"
+ #include "messagewindow.h"
++#include "kprocess.h"
+ 
+ #include <qdockarea.h>
+ #include <kmenubar.h>
diff -pruN 4:3.5.10.dfsg.1-5/debian/patches/series 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/series
--- 4:3.5.10.dfsg.1-5/debian/patches/series	2010-08-07 21:47:03.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/patches/series	2011-04-02 22:32:14.000000000 +0100
@@ -3,6 +3,7 @@ common/03_libtool_update.diff
 common/04_am_maintainer_mode.diff
 common/05_pedantic-errors.diff
 common/06_disable_no_undefined.diff
+common/kubuntu_01_kdepot.diff
 01_admin_cleanup.diff
 02_exclude_pc_from_dox.diff
 04_am_maintainer_mode_extra.diff
@@ -14,7 +15,6 @@ common/06_disable_no_undefined.diff
 15_dcopidlng_jfs-patch.diff
 16_qtmotifplus.diff
 17_kdelibs_rubberband.diff
-19_debianize_useragent.diff
 20_no_libadd_in_convenience_libs.diff
 21_kfreebsd_support.diff
 23_libtool_workaround_buildfix.diff
@@ -46,3 +46,32 @@ CVE-2009-1690.diff
 CVE-2009-1698.diff
 CVE-2009-2702.diff
 security_05_XMLHttpRequest_vulnerability.diff
+kubuntu_03_applications_menu_entries_move.diff
+kubuntu_04_add_langpack_path.diff
+kubuntu_05_icon_scale.diff
+kubuntu_06_kwallet_simplify_string.diff
+kubuntu_19_debianize_useragent.diff
+kubuntu_29_quiet_kbuildsycoca.diff
+kubuntu_38_no_generate_kdepot.diff
+kubuntu_45_kcmoduleinfo.diff
+kubuntu_46_lisa_error.diff
+kubuntu_51_launchpad_integration.diff
+kubuntu_53_tabs_hover_close_delaying.diff
+kubuntu_55_printer_sharing.diff
+kubuntu_56_langpacks_desktop_files.diff
+kubuntu_60_kresolver_asserts.diff
+kubuntu_64_rosetta_translation.diff
+kubuntu_65_nzb_mimetype.diff
+kubuntu_68_xdg_autostart.diff
+kubuntu_69_applications_merged.diff
+kubuntu_70_fileshareset-nfs-kernel-server.diff
+kubuntu_91_execute_feedback.diff
+kubuntu_92_kdeprint_filter.diff
+kubuntu_93_speedbar_xdg_user_dirs.diff
+kubuntu_93_xdg_dirs_document_path.diff
+kubuntu_94_xdg_dirs_i18n.diff
+kubuntu_95_fix_smb_scan.diff
+kubuntu_9901_system_config_printer_applet.diff
+kubuntu_9902_kde4_kded_blacklist_modules.diff
+kubuntu_arm_ftbfs_fix.diff
+debian-changes-4:3.5.10.dfsg.1-5ubuntu2
diff -pruN 4:3.5.10.dfsg.1-5/debian/rules 4:3.5.10.dfsg.1-5ubuntu2/debian/rules
--- 4:3.5.10.dfsg.1-5/debian/rules	2010-08-07 20:49:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/debian/rules	2011-04-02 20:59:52.000000000 +0100
@@ -4,7 +4,13 @@ include /usr/share/cdbs/1/rules/debhelpe
 include debian/cdbs/debian-qt-kde.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-DEB_KDE_APIDOX := yes
+LDFLAGS += -Wl,--add-needed
+
+# disable parallel building
+DEB_BUILD_PARALLEL=
+
+#not for Kubuntu
+#DEB_KDE_APIDOX := yes                                                                                                                   
 
 version=Debian Package $(DEB_VERSION)
 DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION)
@@ -12,7 +18,8 @@ DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_V
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--enable-mitshm --with-alsa --enable-dnotify --enable-inotify \
 	--with-lua-includes=/usr/include/lua50  \
-	--with-distribution="$(version) (`cat /etc/debian_version`)"
+	--with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)" --with-sudo-kdesu-backend \
+	--without-arts
 
 DEB_FIXPERMS_EXCLUDE := \
 	usr/bin/fileshareset	\
@@ -29,6 +36,25 @@ DEB_DH_MAKESHLIBS_ARGS_kdelibs4c2a := -V
 
 binary-install/kdelibs-data::
 	install -p -D -m644 kded/applications.menu debian/kdelibs-data/etc/xdg/menus/kde-applications.menu
+	uudecode debian/icons/aboutkde-kubuntu.png.uu -o debian/kdelibs-data/usr/share/apps/kdeui/pics/aboutkde.png
+
+	uudecode debian/icons/cr16-device-system.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/16x16/devices/system.png
+	uudecode debian/icons/cr22-device-system.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/22x22/devices/system.png
+	uudecode debian/icons/cr32-device-system.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/32x32/devices/system.png
+	uudecode debian/icons/cr48-device-system.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/48x48/devices/system.png
+	uudecode debian/icons/cr64-device-system.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/64x64/devices/system.png
+	uudecode debian/icons/cr128-device-system.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/128x128/devices/system.png
+#	uudecode debian/icons/crsc-device-system.svgz.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/scalable/devices/system.svgz
+
+	uudecode debian/icons/cr16-action-hibernate.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/16x16/actions/hibernate.png
+	uudecode debian/icons/cr22-action-hibernate.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/22x22/actions/hibernate.png
+	uudecode debian/icons/cr32-action-hibernate.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/32x32/actions/hibernate.png
+	uudecode debian/icons/cr48-action-hibernate.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/48x48/actions/hibernate.png
+
+	uudecode debian/icons/cr16-action-suspend.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/16x16/actions/suspend.png
+	uudecode debian/icons/cr22-action-suspend.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/22x22/actions/suspend.png
+	uudecode debian/icons/cr32-action-suspend.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/32x32/actions/suspend.png
+	uudecode debian/icons/cr48-action-suspend.png.uu -o debian/kdelibs-data/usr/share/icons/crystalsvg/48x48/actions/suspend.png
 
 ###
 
@@ -39,3 +65,40 @@ ifeq (linux,$(DEB_HOST_ARCH_OS))
 	echo "libasound2-dev=libasound2-dev" >> debian/kdelibs4-dev.substvars
 endif
 
+common-install-prehook-impl::
+	mkdir -p po
+	-XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/usr/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages
+	-for file in po/*pot; do \
+		sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \
+	done
+
+	msgcat --use-first kde.pot po/kdelibs.pot > kdelibs.pot-merged
+	mv -f kdelibs.pot-merged po/kdelibs.pot
+
+	# generate .po files for .desktop etc files
+	if [ -f debian/kubuntu-desktop-i18n/createdesktop.pl ]; then \
+	  sh debian/kubuntu-desktop-i18n/findfiles LIST; \
+	  cat LIST; \
+	  perl debian/kubuntu-desktop-i18n/createdesktop.pl --file-list=LIST --base-dir=. > desktop.$(DEB_SOURCE_PACKAGE).tmp; \
+	  msguniq --to-code=UTF-8 --no-wrap -o desktop.$(DEB_SOURCE_PACKAGE) desktop.$(DEB_SOURCE_PACKAGE).tmp 2>/dev/null; \
+	  python debian/kubuntu-desktop-i18n/msgsplit desktop.$(DEB_SOURCE_PACKAGE); \
+	  mv desktop.$(DEB_SOURCE_PACKAGE) po/desktop_$(DEB_SOURCE_PACKAGE).pot; \
+	  rm -f desktop.$(DEB_SOURCE_PACKAGE) desktop.$(DEB_SOURCE_PACKAGE).tmp; \
+	  # add translation domain to files \
+	  for file in `cat LIST`; do \
+	    echo X-Ubuntu-Gettext-Domain=desktop_$(DEB_SOURCE_PACKAGE) >> $${file}; \
+	  done; \
+	  rm -f LIST; \
+	fi
+
+common-install-arch::
+	for file in debian/tmp/usr/lib/*.la; do \
+		sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+	done
+
+common-binary-predeb-indep::
+	-for file in `find ./ -name '*.pot'`; do\
+		if [ ! `echo $$file | grep './po/'` ] && [ ! `echo $$file | grep './debian/'` ]; then\
+			rm -f $$file;\
+		fi;\
+	done
diff -pruN 4:3.5.10.dfsg.1-5/files 4:3.5.10.dfsg.1-5ubuntu2/files
--- 4:3.5.10.dfsg.1-5/files	1970-01-01 01:00:00.000000000 +0100
+++ 4:3.5.10.dfsg.1-5ubuntu2/files	2011-04-03 00:52:10.000000000 +0100
@@ -0,0 +1,2122 @@
+./common_texts.cpp
+./_translatorinfo.cpp
+./kinit/kstartupconfig.cpp
+./kinit/kioslave.cpp
+./kinit/setproctitle.cpp
+./kinit/klauncher_main.cpp
+./kinit/klauncher.cpp
+./kinit/autostart.cpp
+./kinit/kinit.cpp
+./kinit/kdostartupconfig.cpp
+./dnssd/query.cpp
+./dnssd/remoteservice.cpp
+./dnssd/servicebase.cpp
+./dnssd/servicebrowser.cpp
+./dnssd/domainbrowser.cpp
+./dnssd/publicservice.cpp
+./dnssd/responder.cpp
+./interfaces/ktexteditor/popupmenuinterface.cpp
+./interfaces/ktexteditor/undodcopinterface.cpp
+./interfaces/ktexteditor/editdcopinterface.cpp
+./interfaces/ktexteditor/viewcursordcopinterface.cpp
+./interfaces/ktexteditor/editorchooser.cpp
+./interfaces/ktexteditor/searchdcopinterface.cpp
+./interfaces/ktexteditor/texthintinterface.cpp
+./interfaces/ktexteditor/documentinfo.cpp
+./interfaces/ktexteditor/cursorinterface.cpp
+./interfaces/ktexteditor/blockselectioninterface.cpp
+./interfaces/ktexteditor/viewstatusmsgdcopinterface.cpp
+./interfaces/ktexteditor/templateinterface.cpp
+./interfaces/ktexteditor/selectiondcopinterface.cpp
+./interfaces/ktexteditor/dynwordwrapinterface.cpp
+./interfaces/ktexteditor/sessionconfiginterface.cpp
+./interfaces/ktexteditor/highlightinginterface.cpp
+./interfaces/ktexteditor/blockselectiondcopinterface.cpp
+./interfaces/ktexteditor/markinterfaceextension.cpp
+./interfaces/ktexteditor/configinterfaceextension.cpp
+./interfaces/ktexteditor/markinterface.cpp
+./interfaces/ktexteditor/editinterfaceext.cpp
+./interfaces/ktexteditor/ktexteditor.cpp
+./interfaces/ktexteditor/codecompletioninterface.cpp
+./interfaces/ktexteditor/encodinginterface.cpp
+./interfaces/ktexteditor/selectioninterfaceext.cpp
+./interfaces/ktexteditor/variableinterface.cpp
+./interfaces/ktexteditor/printinterface.cpp
+./interfaces/ktexteditor/clipboardinterface.cpp
+./interfaces/ktexteditor/documentdcopinfo.cpp
+./interfaces/ktexteditor/configinterface.cpp
+./interfaces/ktexteditor/wordwrapinterface.cpp
+./interfaces/ktexteditor/selectioninterface.cpp
+./interfaces/ktexteditor/clipboarddcopinterface.cpp
+./interfaces/ktexteditor/searchinterface.cpp
+./interfaces/ktexteditor/undointerface.cpp
+./interfaces/ktexteditor/encodingdcopinterface.cpp
+./interfaces/ktexteditor/viewcursorinterface.cpp
+./interfaces/ktexteditor/viewstatusmsginterface.cpp
+./interfaces/ktexteditor/editinterface.cpp
+./interfaces/ktexteditor/printdcopinterface.cpp
+./interfaces/kmediaplayer/view.cpp
+./interfaces/kmediaplayer/player.cpp
+./interfaces/kscript/scriptmanager.cpp
+./interfaces/kscript/scriptloader.cpp
+./interfaces/kscript/sample/shellscript.cpp
+./win/win32_utils2.cpp
+./win/bootstrap.cpp
+./win/dummy.cpp
+./win/qeventloopex.cpp
+./kresources/managerimpl.cpp
+./kresources/kcmkresources.cpp
+./kresources/resource.cpp
+./kresources/factory.cpp
+./kresources/configwidget.cpp
+./kresources/configpage.cpp
+./kresources/testresources.cpp
+./kresources/selectdialog.cpp
+./kresources/configdialog.cpp
+./kconf_update/kconf_update.cpp
+./knewstuff/providerdialog.cpp
+./knewstuff/knewstuffbutton.cpp
+./knewstuff/knewstuffgeneric.cpp
+./knewstuff/engine.cpp
+./knewstuff/knewstuffsecure.cpp
+./knewstuff/khotnewstuff.cpp
+./knewstuff/testnewstuff.cpp
+./knewstuff/security.cpp
+./knewstuff/downloaddialog.cpp
+./knewstuff/knewstuff.cpp
+./knewstuff/provider.cpp
+./knewstuff/entry.cpp
+./knewstuff/uploaddialog.cpp
+./knewstuff/ghns.cpp
+./khtml/khtml_ext.cpp
+./khtml/khtml_run.cpp
+./khtml/khtml_part.cpp
+./khtml/khtml_factory.cpp
+./khtml/khtml_pagecache.cpp
+./khtml/test_regression_fontoverload.cpp
+./khtml/testkhtml.cpp
+./khtml/khtmlimage.cpp
+./khtml/test_regression.cpp
+./khtml/khtmlview.cpp
+./khtml/domtreeview.cpp
+./khtml/khtml_events.cpp
+./khtml/khtml_printsettings.cpp
+./khtml/khtml_caret.cpp
+./khtml/dom/html_misc.cpp
+./khtml/dom/html_list.cpp
+./khtml/dom/css_extensions.cpp
+./khtml/dom/html_base.cpp
+./khtml/dom/dom_text.cpp
+./khtml/dom/css_value.cpp
+./khtml/dom/dom_xml.cpp
+./khtml/dom/html_image.cpp
+./khtml/dom/html_document.cpp
+./khtml/dom/html_inline.cpp
+./khtml/dom/html_block.cpp
+./khtml/dom/html_table.cpp
+./khtml/dom/dom2_events.cpp
+./khtml/dom/dom2_range.cpp
+./khtml/dom/css_rule.cpp
+./khtml/dom/dom_misc.cpp
+./khtml/dom/dom2_views.cpp
+./khtml/dom/dom_string.cpp
+./khtml/dom/dom2_traversal.cpp
+./khtml/dom/html_form.cpp
+./khtml/dom/dom_node.cpp
+./khtml/dom/html_element.cpp
+./khtml/dom/css_stylesheet.cpp
+./khtml/dom/html_object.cpp
+./khtml/dom/html_head.cpp
+./khtml/dom/dom_doc.cpp
+./khtml/dom/dom_element.cpp
+./khtml/misc/helper.cpp
+./khtml/misc/loader_jpeg.cpp
+./khtml/misc/arena.cpp
+./khtml/misc/htmlhashes.cpp
+./khtml/misc/blocked_icon.cpp
+./khtml/misc/stringit.cpp
+./khtml/misc/loader.cpp
+./khtml/misc/guess_ja.cpp
+./khtml/misc/decoder.cpp
+./khtml/kmultipart/kmultipart.cpp
+./khtml/xml/dom_restyler.cpp
+./khtml/xml/dom_xmlimpl.cpp
+./khtml/xml/xml_tokenizer.cpp
+./khtml/xml/dom2_traversalimpl.cpp
+./khtml/xml/dom2_eventsimpl.cpp
+./khtml/xml/dom_nodeimpl.cpp
+./khtml/xml/dom_textimpl.cpp
+./khtml/xml/dom2_viewsimpl.cpp
+./khtml/xml/dom_docimpl.cpp
+./khtml/xml/dom2_rangeimpl.cpp
+./khtml/xml/dom_elementimpl.cpp
+./khtml/xml/dom_stringimpl.cpp
+./khtml/rendering/render_applet.cpp
+./khtml/rendering/counter_tree.cpp
+./khtml/rendering/render_flow.cpp
+./khtml/rendering/enumerate.cpp
+./khtml/rendering/render_text.cpp
+./khtml/rendering/render_list.cpp
+./khtml/rendering/render_form.cpp
+./khtml/rendering/render_body.cpp
+./khtml/rendering/render_br.cpp
+./khtml/rendering/render_inline.cpp
+./khtml/rendering/render_layer.cpp
+./khtml/rendering/break_lines.cpp
+./khtml/rendering/render_arena.cpp
+./khtml/rendering/loading_icon.cpp
+./khtml/rendering/render_frames.cpp
+./khtml/rendering/render_table.cpp
+./khtml/rendering/render_image.cpp
+./khtml/rendering/render_generated.cpp
+./khtml/rendering/bidi.cpp
+./khtml/rendering/render_replaced.cpp
+./khtml/rendering/render_canvas.cpp
+./khtml/rendering/render_box.cpp
+./khtml/rendering/render_object.cpp
+./khtml/rendering/render_style.cpp
+./khtml/rendering/table_layout.cpp
+./khtml/rendering/render_container.cpp
+./khtml/rendering/render_line.cpp
+./khtml/rendering/font.cpp
+./khtml/rendering/render_block.cpp
+./khtml/css/css_stylesheetimpl.cpp
+./khtml/css/css_base.cpp
+./khtml/css/csshelper.cpp
+./khtml/css/css_ruleimpl.cpp
+./khtml/css/css_extensionsimpl.cpp
+./khtml/css/css_renderstyledeclarationimpl.cpp
+./khtml/css/cssparser.cpp
+./khtml/css/tokenizer.cpp
+./khtml/css/css_valueimpl.cpp
+./khtml/css/cssstyleselector.cpp
+./khtml/css/parser.cpp
+./khtml/ecma/kjs_range.cpp
+./khtml/ecma/xmlserializer.cpp
+./khtml/ecma/testecma.cpp
+./khtml/ecma/kjs_debugwin.cpp
+./khtml/ecma/kjs_views.cpp
+./khtml/ecma/xmlhttprequest.cpp
+./khtml/ecma/kjs_html.cpp
+./khtml/ecma/kjs_css.cpp
+./khtml/ecma/domparser.cpp
+./khtml/ecma/kjs_events.cpp
+./khtml/ecma/kjs_navigator.cpp
+./khtml/ecma/kjs_dom.cpp
+./khtml/ecma/kjs_traversal.cpp
+./khtml/ecma/kjs_window.cpp
+./khtml/ecma/kjs_binding.cpp
+./khtml/ecma/kjs_mozilla.cpp
+./khtml/ecma/kjs_proxy.cpp
+./khtml/html/html_documentimpl.cpp
+./khtml/html/html_elementimpl.cpp
+./khtml/html/htmltokenizer.cpp
+./khtml/html/html_miscimpl.cpp
+./khtml/html/html_tableimpl.cpp
+./khtml/html/html_objectimpl.cpp
+./khtml/html/html_formimpl.cpp
+./khtml/html/doctypes.cpp
+./khtml/html/html_imageimpl.cpp
+./khtml/html/html_baseimpl.cpp
+./khtml/html/dtd.cpp
+./khtml/html/html_blockimpl.cpp
+./khtml/html/htmlparser.cpp
+./khtml/html/html_headimpl.cpp
+./khtml/html/html_inlineimpl.cpp
+./khtml/html/html_listimpl.cpp
+./khtml/java/kjavaappletwidget.cpp
+./khtml/java/kjavaappletviewer.cpp
+./khtml/java/kjavaappletserver.cpp
+./khtml/java/kjavaapplet.cpp
+./khtml/java/kjavaappletcontext.cpp
+./khtml/java/kjavaprocess.cpp
+./khtml/java/kqeventutil.cpp
+./khtml/java/kxeventutil.cpp
+./khtml/java/kjavadownloader.cpp
+./kded/kde-menu.cpp
+./kded/kbuildprotocolinfofactory.cpp
+./kded/kbuildservicetypefactory.cpp
+./kded/khostname.cpp
+./kded/kbuildsycoca.cpp
+./kded/vfolder_menu.cpp
+./kded/kbuildservicefactory.cpp
+./kded/kbuildimageiofactory.cpp
+./kded/kdedmodule.cpp
+./kded/kctimefactory.cpp
+./kded/kbuildservicegroupfactory.cpp
+./kded/kded.cpp
+./kded/test/test.cpp
+./kunittest/tester.cpp
+./kunittest/modrunner.cpp
+./kunittest/runner.cpp
+./kunittest/samplemodule.cpp
+./arts/kde/kdatarequest_impl.cpp
+./arts/kde/kioinputstream_impl.cpp
+./arts/kde/kartsfloatwatch.cpp
+./arts/kde/kvideowidget.cpp
+./arts/kde/kaudioplaystream.cpp
+./arts/kde/kartsserver.cpp
+./arts/kde/kaudiorecordstream.cpp
+./arts/kde/kaudiomanagerplay.cpp
+./kdefx/kcpuinfo.cpp
+./kdefx/kpixmap.cpp
+./kdefx/kstyle.cpp
+./kdefx/kimageeffect.cpp
+./kdefx/kpixmapsplitter.cpp
+./kdefx/kdrawutil.cpp
+./kdefx/kpixmapeffect.cpp
+./kdecore/kidna.cpp
+./kdecore/ksocks.cpp
+./kdecore/kaccelaction.cpp
+./kdecore/kstandarddirs.cpp
+./kdecore/kconfigskeleton.cpp
+./kdecore/kpixmapprovider.cpp
+./kdecore/kappdcopiface.cpp
+./kdecore/kcharsets.cpp
+./kdecore/kdesktopfile.cpp
+./kdecore/netsupp.cpp
+./kdecore/kshortcutmenu.cpp
+./kdecore/kaccelbase.cpp
+./kdecore/ksockaddr.cpp
+./kdecore/ksycocadict.cpp
+./kdecore/kaccel.cpp
+./kdecore/kcalendarsystemjalali.cpp
+./kdecore/netsupp_win32.cpp
+./kdecore/kapplication_win.cpp
+./kdecore/kiconeffect.cpp
+./kdecore/kaccelmanager.cpp
+./kdecore/kmountpoint.cpp
+./kdecore/kiconloader.cpp
+./kdecore/ktempfile.cpp
+./kdecore/knotifyclient.cpp
+./kdecore/kicontheme.cpp
+./kdecore/kcompletionbase.cpp
+./kdecore/kmacroexpander.cpp
+./kdecore/kdebug.cpp
+./kdecore/kshell.cpp
+./kdecore/kinstance.cpp
+./kdecore/kkeynative_x11.cpp
+./kdecore/kbufferedio.cpp
+./kdecore/kregexp.cpp
+./kdecore/kglobalaccel.cpp
+./kdecore/kcrash.cpp
+./kdecore/kcalendarsystemfactory.cpp
+./kdecore/kvmallocator.cpp
+./kdecore/klibloader.cpp
+./kdecore/kmanagerselection.cpp
+./kdecore/kdebugdcopiface.cpp
+./kdecore/kshortcutlist.cpp
+./kdecore/kwinmodule.cpp
+./kdecore/kstaticdeleter.cpp
+./kdecore/kaboutdata.cpp
+./kdecore/krootprop.cpp
+./kdecore/kprocess.cpp
+./kdecore/ksycoca.cpp
+./kdecore/kkeyserver_x11.cpp
+./kdecore/kcalendarsystemgregorian.cpp
+./kdecore/netwm.cpp
+./kdecore/kprotocolinfo_kdecore.cpp
+./kdecore/klockfile.cpp
+./kdecore/ksock.cpp
+./kdecore/kipc.cpp
+./kdecore/kprocio.cpp
+./kdecore/ksavefile.cpp
+./kdecore/kuser.cpp
+./kdecore/kprocctrl.cpp
+./kdecore/ksycocafactory.cpp
+./kdecore/kcalendarsystemhebrew.cpp
+./kdecore/kcheckaccelerators.cpp
+./kdecore/kconfigbackend.cpp
+./kdecore/kqiodevicegzip_p.cpp
+./kdecore/kurl.cpp
+./kdecore/kmimesourcefactory.cpp
+./kdecore/kstartupinfo.cpp
+./kdecore/kuniqueapplication.cpp
+./kdecore/kstringhandler.cpp
+./kdecore/kglobalaccel_win.cpp
+./kdecore/libintl.cpp
+./kdecore/kglobal.cpp
+./kdecore/kglobalsettings.cpp
+./kdecore/kconfigbase.cpp
+./kdecore/kpalette.cpp
+./kdecore/kcalendarsystem.cpp
+./kdecore/kshortcut.cpp
+./kdecore/kconfigdialogmanager.cpp
+./kdecore/ktimezones.cpp
+./kdecore/kconfig.cpp
+./kdecore/kmultipledrag.cpp
+./kdecore/kasyncio.cpp
+./kdecore/kxmessages.cpp
+./kdecore/kcalendarsystemhijri.cpp
+./kdecore/kcatalogue.cpp
+./kdecore/kdcoppropertyproxy.cpp
+./kdecore/kallocator.cpp
+./kdecore/kstdaccel.cpp
+./kdecore/krfcdate.cpp
+./kdecore/kaudioplayer.cpp
+./kdecore/krandomsequence.cpp
+./kdecore/kcmdlineargs.cpp
+./kdecore/kapplication.cpp
+./kdecore/ksimpleconfig.cpp
+./kdecore/klocale.cpp
+./kdecore/kxerrorhandler.cpp
+./kdecore/kclipboard.cpp
+./kdecore/kckey.cpp
+./kdecore/ktempdir.cpp
+./kdecore/kcompletion.cpp
+./kdecore/kdeversion.cpp
+./kdecore/kextsock.cpp
+./kdecore/kwin.cpp
+./kdecore/kurldrag.cpp
+./kdecore/kprotocolinfofactory.cpp
+./kdecore/kmdcodec.cpp
+./kdecore/kpty.cpp
+./kdecore/kglobalaccel_x11.cpp
+./kdecore/kconfig_compiler/kconfig_compiler.cpp
+./kdecore/svgicons/ksvgiconpainter.cpp
+./kdecore/svgicons/ksvgiconengine.cpp
+./kdecore/network/kreverseresolver.cpp
+./kdecore/network/kstreamsocket.cpp
+./kdecore/network/kclientsocketbase.cpp
+./kdecore/network/kserversocket.cpp
+./kdecore/network/kresolverworkerbase.cpp
+./kdecore/network/khttpproxysocketdevice.cpp
+./kdecore/network/kresolvermanager.cpp
+./kdecore/network/ksockssocketdevice.cpp
+./kdecore/network/ksocketbuffer.cpp
+./kdecore/network/kresolver.cpp
+./kdecore/network/kbufferedsocket.cpp
+./kdecore/network/kdatagramsocket.cpp
+./kdecore/network/ksocketaddress.cpp
+./kdecore/network/ksocketdevice.cpp
+./kdecore/network/ksocketbase.cpp
+./kdecore/network/kresolverstandardworkers.cpp
+./kdecore/network/ksrvresolverworker.cpp
+./obj-x86_64-linux-gnu/kinit/klauncher.la.cpp
+./obj-x86_64-linux-gnu/kinit/libkdeinit_klauncher_la.all_cpp.cpp
+./obj-x86_64-linux-gnu/kinit/kdeinit.all_cpp.cpp
+./obj-x86_64-linux-gnu/kinit/klauncher_dummy.cpp
+./obj-x86_64-linux-gnu/dnssd/libkdnssd_la.all_cpp.cpp
+./obj-x86_64-linux-gnu/dnssd/settings.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/searchdcopinterface_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/selectiondcopinterface_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/viewstatusmsgdcopinterface_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/libktexteditor_la.all_cpp.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/viewcursordcopinterface_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/editorchooser_ui.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/blockselectiondcopinterface_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/undodcopinterface_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/editdcopinterface_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/documentdcopinfo_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/clipboarddcopinterface_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/printdcopinterface_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/selectionextdcopinterface_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/ktexteditor/encodingdcopinterface_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/kmediaplayer/libkmediaplayer_la.all_cpp.cpp
+./obj-x86_64-linux-gnu/interfaces/kmediaplayer/playerdcopobject_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/kimproxy/library/kimiface_stub.cpp
+./obj-x86_64-linux-gnu/interfaces/kimproxy/library/kimproxyiface_skel.cpp
+./obj-x86_64-linux-gnu/interfaces/kimproxy/library/libkimproxy_la.all_cpp.cpp
+./obj-x86_64-linux-gnu/interfaces/kscript/libkscript_la.all_cpp.cpp
+./obj-x86_64-linux-gnu/interfaces/kscript/scriptclientinterface.moc.cpp
+./obj-x86_64-linux-gnu/kresources/libkr