[pkg-kde-commits] rev 2753 - trunk/packages/kdelibs/debian/patches

Adeodato Simó adeodato at costa.debian.org
Fri Jan 6 14:25:42 UTC 2006


Author: adeodato
Date: 2006-01-06 14:25:38 +0000 (Fri, 06 Jan 2006)
New Revision: 2753

Modified:
   trunk/packages/kdelibs/debian/patches/98_buildprep.diff
Log:
buildprep update for kdelibs...


Modified: trunk/packages/kdelibs/debian/patches/98_buildprep.diff
===================================================================
--- trunk/packages/kdelibs/debian/patches/98_buildprep.diff	2006-01-06 14:03:24 UTC (rev 2752)
+++ trunk/packages/kdelibs/debian/patches/98_buildprep.diff	2006-01-06 14:25:38 UTC (rev 2753)
@@ -1,5 +1,59 @@
 #DPATCHLEVEL=0
 # vi: ft=diff
+--- Makefile.in
++++ Makefile.in
+@@ -286,6 +286,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -544,7 +547,7 @@
+ .SUFFIXES:
+ am--refresh:
+ 	@:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/admin/Doxyfile.am $(srcdir)/admin/deps.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/admin/Doxyfile.am $(srcdir)/admin/deps.am $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -586,12 +589,12 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	$(SHELL) ./config.status --recheck
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ #>- 	cd $(srcdir) && $(AUTOCONF)
+ #>+ 2
+ 	cd $(srcdir) && rm -f configure
+ 	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+ 
+ config.h: stamp-h1
+@@ -603,7 +606,7 @@
+ stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
+ 	@rm -f stamp-h1
+ 	cd $(top_builddir) && $(SHELL) ./config.status config.h
+-$(srcdir)/config.h.in:  $(am__configure_deps) 
++$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
+ 	cd $(top_srcdir) && $(AUTOHEADER)
+ 	rm -f stamp-h1
+ 	touch $@
+@@ -1215,7 +1218,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Mainpage.dox configure.files Makefile.am.in.wo aclocal.m4 Makefile.am.in subdirs Makefile.in KDE3PORTING.html config.h.in configure.in Makefile.cvs acinclude.m4 Makefile.am 
++KDE_DIST=Mainpage.dox configure.files Makefile.am.in.wo aclocal.m4 Makefile.am.in stamp-h.in subdirs Makefile.in KDE3PORTING.html config.h.in configure.in Makefile.cvs Makefile.am configure acinclude.m4 
+ 
+ #>+ 2
+ docs-am:
 --- acinclude.m4
 +++ acinclude.m4
 @@ -1689,15 +1689,6 @@
@@ -2871,44 +2925,39 @@
    cat /dev/null > conftest.in
    lt_ac_count=0
    echo $ECHO_N "0123456789$ECHO_C" >conftest.in
---- aclocal.m4
-+++ aclocal.m4
-@@ -501,6 +501,35 @@
- rmdir .tst 2>/dev/null
- AC_SUBST([am__leading_dot])])
+--- arts/Makefile.in
++++ arts/Makefile.in
+@@ -241,6 +241,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -487,7 +490,7 @@
+ all: docs-am  all-recursive
  
-+# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
-+# From Jim Meyering
-+
-+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
-+# Free Software Foundation, Inc.
-+#
-+# 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 4
-+
-+AC_DEFUN([AM_MAINTAINER_MODE],
-+[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
-+  dnl maintainer-mode is disabled by default
-+  AC_ARG_ENABLE(maintainer-mode,
-+[  --enable-maintainer-mode  enable make rules and dependencies not useful
-+			  (and sometimes confusing) to the casual installer],
-+      USE_MAINTAINER_MODE=$enableval,
-+      USE_MAINTAINER_MODE=no)
-+  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
-+  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
-+  MAINT=$MAINTAINER_MODE_TRUE
-+  AC_SUBST(MAINT)dnl
-+]
-+)
-+
-+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
-+
- # Check to see how 'make' treats includes.	            -*- Autoconf -*-
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -525,9 +528,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
- # Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
 --- arts/kde/Makefile.in
 +++ arts/kde/Makefile.in
 @@ -299,6 +299,9 @@
@@ -3101,39 +3150,6 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- arts/Makefile.in
-+++ arts/Makefile.in
-@@ -241,6 +241,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -487,7 +490,7 @@
- all: docs-am  all-recursive
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -525,9 +528,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
 --- arts/message/Makefile.in
 +++ arts/message/Makefile.in
 @@ -257,6 +257,9 @@
@@ -13000,9 +13016,9 @@
  dnl =======================================================
  dnl FILE: ./kio/kssl/configure.in.in
  dnl =======================================================
---- dcop/client/Makefile.in
-+++ dcop/client/Makefile.in
-@@ -303,6 +303,9 @@
+--- dcop/KDE-ICE/Makefile.in
++++ dcop/KDE-ICE/Makefile.in
+@@ -256,6 +256,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -13012,16 +13028,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -566,7 +569,7 @@
+@@ -537,7 +540,7 @@
  
  .SUFFIXES:
- .SUFFIXES: .c .cpp .lo .o .obj
+ .SUFFIXES: .c .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -604,9 +607,9 @@
+@@ -575,9 +578,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -13031,11 +13047,11 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-binPROGRAMS: $(bin_PROGRAMS)
- 	@$(NORMAL_INSTALL)
---- dcop/dcopidl/Makefile.in
-+++ dcop/dcopidl/Makefile.in
-@@ -264,6 +264,9 @@
+ 
+ clean-noinstLTLIBRARIES:
+--- dcop/Makefile.in
++++ dcop/Makefile.in
+@@ -372,6 +372,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -13045,16 +13061,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -518,7 +521,7 @@
+@@ -655,7 +658,7 @@
  
  .SUFFIXES:
- .SUFFIXES: .cc .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ .SUFFIXES: .c .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -556,9 +559,9 @@
+@@ -693,9 +696,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -13064,11 +13080,64 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-binPROGRAMS: $(bin_PROGRAMS)
- 	@$(NORMAL_INSTALL)
---- dcop/dcopidl2cpp/Makefile.in
-+++ dcop/dcopidl2cpp/Makefile.in
-@@ -266,6 +266,9 @@
+ 
+ dcop-path.h: stamp-h2
+@@ -707,7 +710,7 @@
+ stamp-h2: $(srcdir)/dcop-path.h.in $(top_builddir)/config.status
+ 	@rm -f stamp-h2
+ 	cd $(top_builddir) && $(SHELL) ./config.status dcop/dcop-path.h
+-$(srcdir)/dcop-path.h.in:  $(am__configure_deps) 
++$(srcdir)/dcop-path.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
+ 	cd $(top_srcdir) && $(AUTOHEADER)
+ 	rm -f stamp-h2
+ 	touch $@
+@@ -1329,18 +1332,18 @@
+ dcopserver_DEPENDENCIES = libkdeinit_dcopserver.la
+ 
+ #>+ 3
+-testdcop.moc: $(srcdir)/testdcop.h
+-	$(MOC) $(srcdir)/testdcop.h -o testdcop.moc
++dcopclient.moc: $(srcdir)/dcopclient.h
++	$(MOC) $(srcdir)/dcopclient.h -o dcopclient.moc
+ 
+ #>+ 2
+-mocs: testdcop.moc
++mocs: dcopclient.moc
+ 
+ #>+ 3
+-dcopclient.moc: $(srcdir)/dcopclient.h
+-	$(MOC) $(srcdir)/dcopclient.h -o dcopclient.moc
++testdcop.moc: $(srcdir)/testdcop.h
++	$(MOC) $(srcdir)/testdcop.h -o testdcop.moc
+ 
+ #>+ 2
+-mocs: dcopclient.moc
++mocs: testdcop.moc
+ 
+ #>+ 3
+ dcopserver.moc: $(srcdir)/dcopserver.h
+@@ -1372,7 +1375,7 @@
+ 
+ #>+ 3
+ clean-metasources:
+-	-rm -f  testdcop.moc dcopclient.moc dcopserver.moc dcop_deadlock_test.moc
++	-rm -f  dcopclient.moc testdcop.moc dcopserver.moc dcop_deadlock_test.moc
+ 
+ #>+ 2
+ KDE_DIST=dcop-path.h.in dcopserver_shutdown_win.cpp configure.in.in Makefile.in dcopc.h libDCOP.nmcheck dcop_deadlock_test.h dcopserver_win.cpp Makefile.am libDCOP_weak.nmcheck 
+@@ -1493,8 +1496,8 @@
+ 
+ #>+ 18
+ nmcheck: nmcheck_libDCOP.la 
+-dcopclient.lo: dcopclient.moc 
+ testdcop.o: testdcop.moc 
++dcopclient.lo: dcopclient.moc 
+ libkdeinit_dcopserver.la: $(libkdeinit_dcopserver_la_OBJECTS) $(libkdeinit_dcopserver_la_DEPENDENCIES)
+ 	$(CXXLINK) -rpath $(libdir) $(libkdeinit_dcopserver_la_LDFLAGS) $(libkdeinit_dcopserver_la_OBJECTS) $(libkdeinit_dcopserver_la_LIBADD) $(LIBS)
+ 
+--- dcop/client/Makefile.in
++++ dcop/client/Makefile.in
+@@ -303,6 +303,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -13078,16 +13147,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -517,7 +520,7 @@
+@@ -566,7 +569,7 @@
  
  .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
+ .SUFFIXES: .c .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -555,9 +558,9 @@
+@@ -604,9 +607,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -13099,9 +13168,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-binPROGRAMS: $(bin_PROGRAMS)
  	@$(NORMAL_INSTALL)
---- dcop/dcopidlng/Makefile.in
-+++ dcop/dcopidlng/Makefile.in
-@@ -239,6 +239,9 @@
+--- dcop/dcopidl/Makefile.in
++++ dcop/dcopidl/Makefile.in
+@@ -264,6 +264,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -13111,16 +13180,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -487,7 +490,7 @@
- all: docs-am  all-am
+@@ -518,7 +521,7 @@
  
  .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -525,9 +528,9 @@
+@@ -556,9 +559,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -13130,20 +13199,11 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-binSCRIPTS: $(bin_SCRIPTS)
+ install-binPROGRAMS: $(bin_PROGRAMS)
  	@$(NORMAL_INSTALL)
-@@ -732,7 +735,7 @@
- .NOEXPORT:
- 
- #>+ 2
--KDE_DIST=kalyptus kalyptusCxxToDcopIDL.pm Ast.pm kdocParseDoc.pm Makefile.in Iter.pm kdocUtil.pm dcopidlng kdocAstUtil.pm Makefile.am run_test.sh 
-+KDE_DIST=kalyptus kalyptusCxxToDcopIDL.pm Ast.pm kdocParseDoc.pm Makefile.in Iter.pm dcopidlng kdocUtil.pm kdocAstUtil.pm Makefile.am run_test.sh 
- 
- #>+ 2
- docs-am:
---- dcop/KDE-ICE/Makefile.in
-+++ dcop/KDE-ICE/Makefile.in
-@@ -256,6 +256,9 @@
+--- dcop/dcopidl2cpp/Makefile.in
++++ dcop/dcopidl2cpp/Makefile.in
+@@ -266,6 +266,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -13153,16 +13213,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -537,7 +540,7 @@
+@@ -517,7 +520,7 @@
  
  .SUFFIXES:
- .SUFFIXES: .c .lo .o .obj
+ .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -575,9 +578,9 @@
+@@ -555,9 +558,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -13172,11 +13232,11 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- clean-noinstLTLIBRARIES:
---- dcop/Makefile.in
-+++ dcop/Makefile.in
-@@ -372,6 +372,9 @@
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+--- dcop/dcopidlng/Makefile.in
++++ dcop/dcopidlng/Makefile.in
+@@ -239,6 +239,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -13186,16 +13246,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -655,7 +658,7 @@
+@@ -487,7 +490,7 @@
+ all: docs-am  all-am
  
  .SUFFIXES:
- .SUFFIXES: .c .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -693,9 +696,9 @@
+@@ -525,9 +528,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -13205,61 +13265,17 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binSCRIPTS: $(bin_SCRIPTS)
+ 	@$(NORMAL_INSTALL)
+@@ -732,7 +735,7 @@
+ .NOEXPORT:
  
- dcop-path.h: stamp-h2
-@@ -707,7 +710,7 @@
- stamp-h2: $(srcdir)/dcop-path.h.in $(top_builddir)/config.status
- 	@rm -f stamp-h2
- 	cd $(top_builddir) && $(SHELL) ./config.status dcop/dcop-path.h
--$(srcdir)/dcop-path.h.in:  $(am__configure_deps) 
-+$(srcdir)/dcop-path.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
- 	cd $(top_srcdir) && $(AUTOHEADER)
- 	rm -f stamp-h2
- 	touch $@
-@@ -1329,18 +1332,18 @@
- dcopserver_DEPENDENCIES = libkdeinit_dcopserver.la
- 
- #>+ 3
--testdcop.moc: $(srcdir)/testdcop.h
--	$(MOC) $(srcdir)/testdcop.h -o testdcop.moc
-+dcopclient.moc: $(srcdir)/dcopclient.h
-+	$(MOC) $(srcdir)/dcopclient.h -o dcopclient.moc
- 
  #>+ 2
--mocs: testdcop.moc
-+mocs: dcopclient.moc
+-KDE_DIST=kalyptus kalyptusCxxToDcopIDL.pm Ast.pm kdocParseDoc.pm Makefile.in Iter.pm kdocUtil.pm dcopidlng kdocAstUtil.pm Makefile.am run_test.sh 
++KDE_DIST=kalyptus kalyptusCxxToDcopIDL.pm Ast.pm kdocParseDoc.pm Makefile.in Iter.pm dcopidlng kdocUtil.pm kdocAstUtil.pm Makefile.am run_test.sh 
  
- #>+ 3
--dcopclient.moc: $(srcdir)/dcopclient.h
--	$(MOC) $(srcdir)/dcopclient.h -o dcopclient.moc
-+testdcop.moc: $(srcdir)/testdcop.h
-+	$(MOC) $(srcdir)/testdcop.h -o testdcop.moc
- 
  #>+ 2
--mocs: dcopclient.moc
-+mocs: testdcop.moc
- 
- #>+ 3
- dcopserver.moc: $(srcdir)/dcopserver.h
-@@ -1372,7 +1375,7 @@
- 
- #>+ 3
- clean-metasources:
--	-rm -f  testdcop.moc dcopclient.moc dcopserver.moc dcop_deadlock_test.moc
-+	-rm -f  dcopclient.moc testdcop.moc dcopserver.moc dcop_deadlock_test.moc
- 
- #>+ 2
- KDE_DIST=dcop-path.h.in dcopserver_shutdown_win.cpp configure.in.in Makefile.in dcopc.h libDCOP.nmcheck dcop_deadlock_test.h dcopserver_win.cpp Makefile.am libDCOP_weak.nmcheck 
-@@ -1493,8 +1496,8 @@
- 
- #>+ 18
- nmcheck: nmcheck_libDCOP.la 
--dcopclient.lo: dcopclient.moc 
- testdcop.o: testdcop.moc 
-+dcopclient.lo: dcopclient.moc 
- libkdeinit_dcopserver.la: $(libkdeinit_dcopserver_la_OBJECTS) $(libkdeinit_dcopserver_la_DEPENDENCIES)
- 	$(CXXLINK) -rpath $(libdir) $(libkdeinit_dcopserver_la_LDFLAGS) $(libkdeinit_dcopserver_la_OBJECTS) $(libkdeinit_dcopserver_la_LIBADD) $(LIBS)
- 
+ docs-am:
 --- dcop/tests/Makefile.in
 +++ dcop/tests/Makefile.in
 @@ -265,6 +265,9 @@
@@ -13326,6 +13342,39 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
+--- doc/Makefile.in
++++ doc/Makefile.in
+@@ -240,6 +240,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -485,7 +488,7 @@
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -523,9 +526,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
 --- doc/common/Makefile.in
 +++ doc/common/Makefile.in
 @@ -238,6 +238,9 @@
@@ -13401,6 +13450,15 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
+@@ -651,7 +654,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=man-qtoptions.7.docbook man-dcop.1.docbook Makefile.in man-checkXML.1.docbook man-artsmessage.1.docbook Makefile.am man-kdeoptions.7.docbook 
++KDE_DIST=man-qtoptions.7.docbook man-dcop.1.docbook man-kbuildsycoca.8.docbook Makefile.in man-checkXML.1.docbook man-artsmessage.1.docbook Makefile.am man-kdeoptions.7.docbook 
+ 
+ #>+ 2
+ docs-am:
 --- doc/kspell/Makefile.in
 +++ doc/kspell/Makefile.in
 @@ -224,6 +224,9 @@
@@ -13434,9 +13492,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
---- doc/Makefile.in
-+++ doc/Makefile.in
-@@ -240,6 +240,9 @@
+--- interfaces/Makefile.in
++++ interfaces/Makefile.in
+@@ -241,6 +241,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -13446,16 +13504,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -485,7 +488,7 @@
+@@ -488,7 +491,7 @@
  all: docs-am  all-recursive
  
  .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -523,9 +526,9 @@
+@@ -526,9 +529,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -13500,6 +13558,39 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
+--- interfaces/kimproxy/Makefile.in
++++ interfaces/kimproxy/Makefile.in
+@@ -240,6 +240,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -485,7 +488,7 @@
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -523,9 +526,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
 --- interfaces/kimproxy/interface/Makefile.in
 +++ interfaces/kimproxy/interface/Makefile.in
 @@ -243,6 +243,9 @@
@@ -13533,6 +13624,39 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
+--- interfaces/kimproxy/library/Makefile.in
++++ interfaces/kimproxy/library/Makefile.in
+@@ -286,6 +286,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -548,7 +551,7 @@
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -586,9 +589,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
 --- interfaces/kimproxy/library/icons/Makefile.in
 +++ interfaces/kimproxy/library/icons/Makefile.in
 @@ -224,6 +224,9 @@
@@ -13613,72 +13737,6 @@
  
  #>+ 15
  force-reedit:
---- interfaces/kimproxy/library/Makefile.in
-+++ interfaces/kimproxy/library/Makefile.in
-@@ -286,6 +286,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -548,7 +551,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -586,9 +589,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-libLTLIBRARIES: $(lib_LTLIBRARIES)
- 	@$(NORMAL_INSTALL)
---- interfaces/kimproxy/Makefile.in
-+++ interfaces/kimproxy/Makefile.in
-@@ -240,6 +240,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -485,7 +488,7 @@
- all: docs-am  all-recursive
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -523,9 +526,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
 --- interfaces/kio/Makefile.in
 +++ interfaces/kio/Makefile.in
 @@ -237,6 +237,9 @@
@@ -13712,9 +13770,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
---- interfaces/kmediaplayer/kfileaudiopreview/Makefile.in
-+++ interfaces/kmediaplayer/kfileaudiopreview/Makefile.in
-@@ -268,6 +268,9 @@
+--- interfaces/kmediaplayer/Makefile.in
++++ interfaces/kmediaplayer/Makefile.in
+@@ -289,6 +289,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -13724,7 +13782,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -522,7 +525,7 @@
+@@ -549,7 +552,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -13733,7 +13791,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -560,9 +563,9 @@
+@@ -587,9 +590,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -13743,11 +13801,11 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- interfaces/kmediaplayer/Makefile.in
-+++ interfaces/kmediaplayer/Makefile.in
-@@ -289,6 +289,9 @@
+--- interfaces/kmediaplayer/kfileaudiopreview/Makefile.in
++++ interfaces/kmediaplayer/kfileaudiopreview/Makefile.in
+@@ -268,6 +268,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -13757,7 +13815,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -549,7 +552,7 @@
+@@ -522,7 +525,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -13766,7 +13824,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -587,9 +590,9 @@
+@@ -560,9 +563,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -13776,7 +13834,7 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
 --- interfaces/kregexpeditor/Makefile.in
 +++ interfaces/kregexpeditor/Makefile.in
@@ -13982,39 +14040,6 @@
  	@echo 'creating libktexteditor_la.all_cpp.cpp ...'; \
  	rm -f libktexteditor_la.all_cpp.files libktexteditor_la.all_cpp.final; \
  	echo "#define KDE_USE_FINAL 1" >> libktexteditor_la.all_cpp.final; \
---- interfaces/Makefile.in
-+++ interfaces/Makefile.in
-@@ -241,6 +241,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -488,7 +491,7 @@
- all: docs-am  all-recursive
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -526,9 +529,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
 --- interfaces/terminal/Makefile.in
 +++ interfaces/terminal/Makefile.in
 @@ -237,6 +237,9 @@
@@ -14157,39 +14182,6 @@
  	@echo 'creating libkab_la.all_cc.cc ...'; \
  	rm -f libkab_la.all_cc.files libkab_la.all_cc.final; \
  	echo "#define KDE_USE_FINAL 1" >> libkab_la.all_cc.final; \
---- kabc/formats/Makefile.in
-+++ kabc/formats/Makefile.in
-@@ -268,6 +268,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -533,7 +536,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -571,9 +574,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
- 	@$(NORMAL_INSTALL)
 --- kabc/Makefile.in
 +++ kabc/Makefile.in
 @@ -323,6 +323,9 @@
@@ -14291,9 +14283,9 @@
  	@echo 'creating libkabc_la.all_cpp.cpp ...'; \
  	rm -f libkabc_la.all_cpp.files libkabc_la.all_cpp.final; \
  	echo "#define KDE_USE_FINAL 1" >> libkabc_la.all_cpp.final; \
---- kabc/plugins/dir/Makefile.in
-+++ kabc/plugins/dir/Makefile.in
-@@ -280,6 +280,9 @@
+--- kabc/formats/Makefile.in
++++ kabc/formats/Makefile.in
+@@ -268,6 +268,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -14303,7 +14295,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -547,7 +550,7 @@
+@@ -533,7 +536,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -14312,7 +14304,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -585,9 +588,9 @@
+@@ -571,9 +574,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -14324,9 +14316,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kabc/plugins/evolution/Makefile.in
-+++ kabc/plugins/evolution/Makefile.in
-@@ -274,6 +274,9 @@
+--- kabc/plugins/Makefile.in
++++ kabc/plugins/Makefile.in
+@@ -240,6 +240,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -14336,16 +14328,49 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -530,7 +533,7 @@
+@@ -485,7 +488,7 @@
+ all: docs-am  all-recursive
  
  .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -523,9 +526,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+--- kabc/plugins/dir/Makefile.in
++++ kabc/plugins/dir/Makefile.in
+@@ -280,6 +280,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -547,7 +550,7 @@
+ 
+ .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -568,9 +571,9 @@
+@@ -585,9 +588,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -14357,9 +14382,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kabc/plugins/file/Makefile.in
-+++ kabc/plugins/file/Makefile.in
-@@ -280,6 +280,9 @@
+--- kabc/plugins/evolution/Makefile.in
++++ kabc/plugins/evolution/Makefile.in
+@@ -274,6 +274,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -14369,7 +14394,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -548,7 +551,7 @@
+@@ -530,7 +533,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -14378,7 +14403,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -586,9 +589,9 @@
+@@ -568,9 +571,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -14390,9 +14415,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kabc/plugins/ldapkio/Makefile.in
-+++ kabc/plugins/ldapkio/Makefile.in
-@@ -284,6 +284,9 @@
+--- kabc/plugins/file/Makefile.in
++++ kabc/plugins/file/Makefile.in
+@@ -280,6 +280,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -14402,7 +14427,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -549,7 +552,7 @@
+@@ -548,7 +551,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -14411,7 +14436,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -587,9 +590,9 @@
+@@ -586,9 +589,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -14423,9 +14448,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kabc/plugins/Makefile.in
-+++ kabc/plugins/Makefile.in
-@@ -240,6 +240,9 @@
+--- kabc/plugins/ldapkio/Makefile.in
++++ kabc/plugins/ldapkio/Makefile.in
+@@ -284,6 +284,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -14435,16 +14460,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -485,7 +488,7 @@
- all: docs-am  all-recursive
+@@ -549,7 +552,7 @@
  
  .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -523,9 +526,9 @@
+@@ -587,9 +590,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -14454,8 +14479,8 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
 --- kabc/plugins/net/Makefile.in
 +++ kabc/plugins/net/Makefile.in
 @@ -281,6 +281,9 @@
@@ -14663,6 +14688,39 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  clean-noinstLTLIBRARIES:
+--- kate/Makefile.in
++++ kate/Makefile.in
+@@ -242,6 +242,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -489,7 +492,7 @@
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -527,9 +530,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
 --- kate/data/Makefile.in
 +++ kate/data/Makefile.in
 @@ -240,6 +240,9 @@
@@ -14738,39 +14796,6 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kate/Makefile.in
-+++ kate/Makefile.in
-@@ -242,6 +242,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -489,7 +492,7 @@
- all: docs-am  all-recursive
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -527,9 +530,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
 --- kate/part/Makefile.in
 +++ kate/part/Makefile.in
 @@ -289,6 +289,9 @@
@@ -14890,9 +14915,9 @@
  	@echo 'creating libkatepart_la.all_cpp.cpp ...'; \
  	rm -f libkatepart_la.all_cpp.files libkatepart_la.all_cpp.final; \
  	echo "#define KDE_USE_FINAL 1" >> libkatepart_la.all_cpp.final; \
---- kate/plugins/autobookmarker/Makefile.in
-+++ kate/plugins/autobookmarker/Makefile.in
-@@ -269,6 +269,9 @@
+--- kate/plugins/Makefile.in
++++ kate/plugins/Makefile.in
+@@ -240,6 +240,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -14902,16 +14927,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -525,7 +528,7 @@
+@@ -485,7 +488,7 @@
+ all: docs-am  all-recursive
  
  .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -563,9 +566,9 @@
+@@ -523,9 +526,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -14921,11 +14946,11 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
- 	@$(NORMAL_INSTALL)
---- kate/plugins/insertfile/Makefile.in
-+++ kate/plugins/insertfile/Makefile.in
-@@ -270,6 +270,9 @@
+ 
+ mostlyclean-libtool:
+--- kate/plugins/autobookmarker/Makefile.in
++++ kate/plugins/autobookmarker/Makefile.in
+@@ -269,6 +269,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -14935,7 +14960,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -526,7 +529,7 @@
+@@ -525,7 +528,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -14944,7 +14969,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -564,9 +567,9 @@
+@@ -563,9 +566,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -14956,9 +14981,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kate/plugins/isearch/Makefile.in
-+++ kate/plugins/isearch/Makefile.in
-@@ -268,6 +268,9 @@
+--- kate/plugins/insertfile/Makefile.in
++++ kate/plugins/insertfile/Makefile.in
+@@ -270,6 +270,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -14968,7 +14993,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -524,7 +527,7 @@
+@@ -526,7 +529,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -14977,7 +15002,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -562,9 +565,9 @@
+@@ -564,9 +567,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -14989,9 +15014,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kate/plugins/kdatatool/Makefile.in
-+++ kate/plugins/kdatatool/Makefile.in
-@@ -269,6 +269,9 @@
+--- kate/plugins/isearch/Makefile.in
++++ kate/plugins/isearch/Makefile.in
+@@ -268,6 +268,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -15001,7 +15026,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -525,7 +528,7 @@
+@@ -524,7 +527,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -15010,7 +15035,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -563,9 +566,9 @@
+@@ -562,9 +565,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -15022,9 +15047,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kate/plugins/Makefile.in
-+++ kate/plugins/Makefile.in
-@@ -240,6 +240,9 @@
+--- kate/plugins/kdatatool/Makefile.in
++++ kate/plugins/kdatatool/Makefile.in
+@@ -269,6 +269,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -15034,16 +15059,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -485,7 +488,7 @@
- all: docs-am  all-recursive
+@@ -525,7 +528,7 @@
  
  .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -523,9 +526,9 @@
+@@ -563,9 +566,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -15053,8 +15078,8 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
 --- kate/plugins/wordcompletion/Makefile.in
 +++ kate/plugins/wordcompletion/Makefile.in
 @@ -270,6 +270,9 @@
@@ -15220,81 +15245,6 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kdecore/kconfig_compiler/Makefile.in
-+++ kdecore/kconfig_compiler/Makefile.in
-@@ -294,6 +294,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -558,7 +561,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -596,9 +599,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-binPROGRAMS: $(bin_PROGRAMS)
- 	@$(NORMAL_INSTALL)
---- kdecore/kconfig_compiler/tests/Makefile.in
-+++ kdecore/kconfig_compiler/tests/Makefile.in
-@@ -350,6 +350,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -642,7 +645,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -680,9 +683,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- clean-checkLTLIBRARIES:
-@@ -1040,7 +1043,7 @@
- .NOEXPORT:
- 
- #>+ 2
--KDE_DIST=test8b.cpp.ref test6.kcfgc test2.kcfgc test_dpointer.h.ref test4.cpp.ref test1.kcfgc test7.h.ref test6.cpp.ref test6.kcfg Makefile.in test8b.kcfg test8a.h.ref test_dpointer.kcfg test4.h.ref test_dpointer.kcfgc test1.kcfg test8a.cpp.ref test_dpointer.cpp.ref test3.h.ref test5.h.ref test1.h.ref test9.cpp.ref test8a.kcfg test8b.kcfgc test9.kcfg test4.kcfgc test3.kcfg test5.cpp.ref myprefs.h test1.cpp.ref test7.kcfg test2.cpp.ref test5.kcfg test3.kcfgc test9.kcfgc test7.kcfgc test3.cpp.ref test6.h.ref test7.cpp.ref kconfigcompiler_test.h test2.h.ref test4.kcfg test8a.kcfgc test9.h.ref test8b.h.ref test5.kcfgc test2.kcfg Makefile.am 
-+KDE_DIST=test8b.cpp.ref test6.kcfgc test2.kcfgc test_dpointer.h.ref test4.cpp.ref test1.kcfgc test7.h.ref test6.cpp.ref test6.kcfg test8b.kcfg Makefile.in test8a.h.ref test_dpointer.kcfg test4.h.ref test_dpointer.kcfgc test1.kcfg test_dpointer.cpp.ref test8a.cpp.ref test3.h.ref test5.h.ref test1.h.ref test9.cpp.ref test8a.kcfg test8b.kcfgc test9.kcfg test4.kcfgc test3.kcfg test5.cpp.ref myprefs.h test1.cpp.ref test7.kcfg test2.cpp.ref test5.kcfg test3.kcfgc test7.kcfgc test9.kcfgc test3.cpp.ref test6.h.ref test7.cpp.ref kconfigcompiler_test.h test2.h.ref test4.kcfg test8a.kcfgc test9.h.ref test8b.h.ref test5.kcfgc test2.kcfg Makefile.am 
- 
- #>+ 2
- docs-am:
 --- kdecore/Makefile.in
 +++ kdecore/Makefile.in
 @@ -104,6 +104,12 @@
@@ -15463,6 +15413,81 @@
  	@echo 'creating libkdecore_la.all_cpp.cpp ...'; \
  	rm -f libkdecore_la.all_cpp.files libkdecore_la.all_cpp.final; \
  	echo "#define KDE_USE_FINAL 1" >> libkdecore_la.all_cpp.final; \
+--- kdecore/kconfig_compiler/Makefile.in
++++ kdecore/kconfig_compiler/Makefile.in
+@@ -294,6 +294,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -558,7 +561,7 @@
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -596,9 +599,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+--- kdecore/kconfig_compiler/tests/Makefile.in
++++ kdecore/kconfig_compiler/tests/Makefile.in
+@@ -350,6 +350,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -642,7 +645,7 @@
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -680,9 +683,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-checkLTLIBRARIES:
+@@ -1040,7 +1043,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=test8b.cpp.ref test6.kcfgc test2.kcfgc test_dpointer.h.ref test4.cpp.ref test1.kcfgc test7.h.ref test6.cpp.ref test6.kcfg Makefile.in test8b.kcfg test8a.h.ref test_dpointer.kcfg test4.h.ref test_dpointer.kcfgc test1.kcfg test8a.cpp.ref test_dpointer.cpp.ref test3.h.ref test5.h.ref test1.h.ref test9.cpp.ref test8a.kcfg test8b.kcfgc test9.kcfg test4.kcfgc test3.kcfg test5.cpp.ref myprefs.h test1.cpp.ref test7.kcfg test2.cpp.ref test5.kcfg test3.kcfgc test9.kcfgc test7.kcfgc test3.cpp.ref test6.h.ref test7.cpp.ref kconfigcompiler_test.h test2.h.ref test4.kcfg test8a.kcfgc test9.h.ref test8b.h.ref test5.kcfgc test2.kcfg Makefile.am 
++KDE_DIST=test8b.cpp.ref test6.kcfgc test2.kcfgc test_dpointer.h.ref test4.cpp.ref test1.kcfgc test7.h.ref test6.cpp.ref test6.kcfg test8b.kcfg Makefile.in test8a.h.ref test_dpointer.kcfg test4.h.ref test_dpointer.kcfgc test1.kcfg test_dpointer.cpp.ref test8a.cpp.ref test3.h.ref test5.h.ref test1.h.ref test9.cpp.ref test8a.kcfg test8b.kcfgc test9.kcfg test4.kcfgc test3.kcfg test5.cpp.ref myprefs.h test1.cpp.ref test7.kcfg test2.cpp.ref test5.kcfg test3.kcfgc test7.kcfgc test9.kcfgc test3.cpp.ref test6.h.ref test7.cpp.ref kconfigcompiler_test.h test2.h.ref test4.kcfg test8a.kcfgc test9.h.ref test8b.h.ref test5.kcfgc test2.kcfg Makefile.am 
+ 
+ #>+ 2
+ docs-am:
 --- kdecore/malloc/Makefile.in
 +++ kdecore/malloc/Makefile.in
 @@ -266,6 +266,9 @@
@@ -15826,9 +15851,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kdeprint/cups/cupsdconf2/Makefile.in
-+++ kdeprint/cups/cupsdconf2/Makefile.in
-@@ -304,6 +304,9 @@
+--- kdeprint/Makefile.in
++++ kdeprint/Makefile.in
+@@ -349,6 +349,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -15838,16 +15863,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -581,7 +584,7 @@
+@@ -677,7 +680,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .c .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -619,9 +622,9 @@
+@@ -715,9 +718,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -15857,56 +15882,165 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
- 	@$(NORMAL_INSTALL)
-@@ -1104,22 +1107,22 @@
- mocs: cupsdnetworkpage.moc
  
+ clean-noinstLIBRARIES:
+@@ -1471,13 +1474,6 @@
+ 
+ 
  #>+ 3
--cupsddialog.moc: $(srcdir)/cupsddialog.h
--	$(MOC) $(srcdir)/cupsddialog.h -o cupsddialog.moc
-+cupsdbrowsingpage.moc: $(srcdir)/cupsdbrowsingpage.h
-+	$(MOC) $(srcdir)/cupsdbrowsingpage.h -o cupsdbrowsingpage.moc
+-kprintdialog.moc: $(srcdir)/kprintdialog.h
+-	$(MOC) $(srcdir)/kprintdialog.h -o kprintdialog.moc
+-
+-#>+ 2
+-mocs: kprintdialog.moc
+-
+-#>+ 3
+ posterpreview.moc: $(srcdir)/posterpreview.h
+ 	$(MOC) $(srcdir)/posterpreview.h -o posterpreview.moc
  
+@@ -1485,11 +1481,11 @@
+ mocs: posterpreview.moc
+ 
+ #>+ 3
+-kpposterpage.moc: $(srcdir)/kpposterpage.h
+-	$(MOC) $(srcdir)/kpposterpage.h -o kpposterpage.moc
++kprintdialog.moc: $(srcdir)/kprintdialog.h
++	$(MOC) $(srcdir)/kprintdialog.h -o kprintdialog.moc
+ 
  #>+ 2
--mocs: cupsddialog.moc
-+mocs: cupsdbrowsingpage.moc
+-mocs: kpposterpage.moc
++mocs: kprintdialog.moc
  
  #>+ 3
--cupsdbrowsingpage.moc: $(srcdir)/cupsdbrowsingpage.h
--	$(MOC) $(srcdir)/cupsdbrowsingpage.h -o cupsdbrowsingpage.moc
-+cupsddialog.moc: $(srcdir)/cupsddialog.h
-+	$(MOC) $(srcdir)/cupsddialog.h -o cupsddialog.moc
+ marginpreview.moc: $(srcdir)/marginpreview.h
+@@ -1499,6 +1495,13 @@
+ mocs: marginpreview.moc
  
+ #>+ 3
++kpposterpage.moc: $(srcdir)/kpposterpage.h
++	$(MOC) $(srcdir)/kpposterpage.h -o kpposterpage.moc
++
++#>+ 2
++mocs: kpposterpage.moc
++
++#>+ 3
+ kmjobmanager.moc: $(srcdir)/kmjobmanager.h
+ 	$(MOC) $(srcdir)/kmjobmanager.h -o kmjobmanager.moc
+ 
+@@ -1527,11 +1530,11 @@
+ mocs: plugincombobox.moc
+ 
+ #>+ 3
+-kdeprintd.moc: $(srcdir)/kdeprintd.h
+-	$(MOC) $(srcdir)/kdeprintd.h -o kdeprintd.moc
++driverview.moc: $(srcdir)/driverview.h
++	$(MOC) $(srcdir)/driverview.h -o driverview.moc
+ 
  #>+ 2
--mocs: cupsdbrowsingpage.moc
-+mocs: cupsddialog.moc
+-mocs: kdeprintd.moc
++mocs: driverview.moc
  
  #>+ 3
- clean-metasources:
--	-rm -f  cupsdpage.moc cupsdsecuritypage.moc editlist.moc browsedialog.moc qdirmultilineedit.moc cupsdjobspage.moc qdirlineedit.moc locationdialog.moc cupsdserverpage.moc cupsdnetworkpage.moc cupsddialog.moc cupsdbrowsingpage.moc
-+	-rm -f  cupsdpage.moc cupsdsecuritypage.moc editlist.moc browsedialog.moc qdirmultilineedit.moc cupsdjobspage.moc qdirlineedit.moc locationdialog.moc cupsdserverpage.moc cupsdnetworkpage.moc cupsdbrowsingpage.moc cupsddialog.moc
+ kpgeneralpage.moc: $(srcdir)/kpgeneralpage.h
+@@ -1541,11 +1544,11 @@
+ mocs: kpgeneralpage.moc
  
+ #>+ 3
+-driverview.moc: $(srcdir)/driverview.h
+-	$(MOC) $(srcdir)/driverview.h -o driverview.moc
++kdeprintd.moc: $(srcdir)/kdeprintd.h
++	$(MOC) $(srcdir)/kdeprintd.h -o kdeprintd.moc
+ 
  #>+ 2
- KDE_DIST=kde_logo.png Makefile.in cupsd.conf.template cupsdcomment.pl cups_logo.png Makefile.am 
-@@ -1166,7 +1169,7 @@
+-mocs: driverview.moc
++mocs: kdeprintd.moc
  
+ #>+ 3
+ kpfilterpage.moc: $(srcdir)/kpfilterpage.h
+@@ -1555,18 +1558,18 @@
+ mocs: kpfilterpage.moc
  
- #>+ 11
--libkdeinit_cupsdconf_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/cupsdconf.cpp $(srcdir)/cupsddialog.cpp $(srcdir)/cupsdpage.cpp $(srcdir)/cupsdcomment.cpp $(srcdir)/cupsdsplash.cpp $(srcdir)/cupsdserverpage.cpp $(srcdir)/cupsdlogpage.cpp $(srcdir)/cupsdjobspage.cpp $(srcdir)/cupsdfilterpage.cpp $(srcdir)/qdirlineedit.cpp $(srcdir)/cupsddirpage.cpp $(srcdir)/portdialog.cpp $(srcdir)/cupsdnetworkpage.cpp $(srcdir)/editlist.cpp $(srcdir)/cupsdbrowsingpage.cpp $(srcdir)/browsedialog.cpp $(srcdir)/cupsdsecuritypage.cpp $(srcdir)/locationdialog.cpp $(srcdir)/addressdialog.cpp $(srcdir)/qdirmultilineedit.cpp $(srcdir)/sizewidget.cpp $(srcdir)/main.cpp  cupsdsecuritypage.moc cupsdpage.moc editlist.moc browsedialog.moc qdirmultilineedit.moc cupsdjobspage.moc qdirlineedit.moc locationdialog.moc cupsdserverpage.moc cupsdnetworkpage.moc cupsdbrowsingpage.moc cupsddialog.moc
-+libkdeinit_cupsdconf_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/cupsdconf.cpp $(srcdir)/cupsddialog.cpp $(srcdir)/cupsdpage.cpp $(srcdir)/cupsdcomment.cpp $(srcdir)/cupsdsplash.cpp $(srcdir)/cupsdserverpage.cpp $(srcdir)/cupsdlogpage.cpp $(srcdir)/cupsdjobspage.cpp $(srcdir)/cupsdfilterpage.cpp $(srcdir)/qdirlineedit.cpp $(srcdir)/cupsddirpage.cpp $(srcdir)/portdialog.cpp $(srcdir)/cupsdnetworkpage.cpp $(srcdir)/editlist.cpp $(srcdir)/cupsdbrowsingpage.cpp $(srcdir)/browsedialog.cpp $(srcdir)/cupsdsecuritypage.cpp $(srcdir)/locationdialog.cpp $(srcdir)/addressdialog.cpp $(srcdir)/qdirmultilineedit.cpp $(srcdir)/sizewidget.cpp $(srcdir)/main.cpp  cupsdsecuritypage.moc cupsdpage.moc editlist.moc browsedialog.moc qdirmultilineedit.moc cupsdjobspage.moc qdirlineedit.moc locationdialog.moc cupsdserverpage.moc cupsdnetworkpage.moc cupsddialog.moc cupsdbrowsingpage.moc
- 	@echo 'creating libkdeinit_cupsdconf_la.all_cpp.cpp ...'; \
- 	rm -f libkdeinit_cupsdconf_la.all_cpp.files libkdeinit_cupsdconf_la.all_cpp.final; \
- 	echo "#define KDE_USE_FINAL 1" >> libkdeinit_cupsdconf_la.all_cpp.final; \
-@@ -1178,7 +1181,7 @@
- 	rm -f libkdeinit_cupsdconf_la.all_cpp.final libkdeinit_cupsdconf_la.all_cpp.files
+ #>+ 3
+-kprinterpropertydialog.moc: $(srcdir)/kprinterpropertydialog.h
+-	$(MOC) $(srcdir)/kprinterpropertydialog.h -o kprinterpropertydialog.moc
++kmfactory.moc: $(srcdir)/kmfactory.h
++	$(MOC) $(srcdir)/kmfactory.h -o kmfactory.moc
  
- #>+ 11
--cupsdconf_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/cupsdconf.cpp $(srcdir)/cupsddialog.cpp $(srcdir)/cupsdpage.cpp $(srcdir)/cupsdcomment.cpp $(srcdir)/cupsdsplash.cpp $(srcdir)/cupsdserverpage.cpp $(srcdir)/cupsdlogpage.cpp $(srcdir)/cupsdjobspage.cpp $(srcdir)/cupsdfilterpage.cpp $(srcdir)/qdirlineedit.cpp $(srcdir)/cupsddirpage.cpp $(srcdir)/portdialog.cpp $(srcdir)/cupsdnetworkpage.cpp $(srcdir)/editlist.cpp $(srcdir)/cupsdbrowsingpage.cpp $(srcdir)/browsedialog.cpp $(srcdir)/cupsdsecuritypage.cpp $(srcdir)/locationdialog.cpp $(srcdir)/addressdialog.cpp $(srcdir)/qdirmultilineedit.cpp $(srcdir)/sizewidget.cpp $(srcdir)/main.cpp  cupsdsecuritypage.moc cupsdpage.moc editlist.moc browsedialog.moc qdirmultilineedit.moc cupsdjobspage.moc qdirlineedit.moc locationdialog.moc cupsdserverpage.moc cupsdnetworkpage.moc cupsdbrowsingpage.moc cupsddialog.moc
-+cupsdconf_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/cupsdconf.cpp $(srcdir)/cupsddialog.cpp $(srcdir)/cupsdpage.cpp $(srcdir)/cupsdcomment.cpp $(srcdir)/cupsdsplash.cpp $(srcdir)/cupsdserverpage.cpp $(srcdir)/cupsdlogpage.cpp $(srcdir)/cupsdjobspage.cpp $(srcdir)/cupsdfilterpage.cpp $(srcdir)/qdirlineedit.cpp $(srcdir)/cupsddirpage.cpp $(srcdir)/portdialog.cpp $(srcdir)/cupsdnetworkpage.cpp $(srcdir)/editlist.cpp $(srcdir)/cupsdbrowsingpage.cpp $(srcdir)/browsedialog.cpp $(srcdir)/cupsdsecuritypage.cpp $(srcdir)/locationdialog.cpp $(srcdir)/addressdialog.cpp $(srcdir)/qdirmultilineedit.cpp $(srcdir)/sizewidget.cpp $(srcdir)/main.cpp  cupsdsecuritypage.moc cupsdpage.moc editlist.moc browsedialog.moc qdirmultilineedit.moc cupsdjobspage.moc qdirlineedit.moc locationdialog.moc cupsdserverpage.moc cupsdnetworkpage.moc cupsddialog.moc cupsdbrowsingpage.moc
- 	@echo 'creating cupsdconf_la.all_cpp.cpp ...'; \
- 	rm -f cupsdconf_la.all_cpp.files cupsdconf_la.all_cpp.final; \
- 	echo "#define KDE_USE_FINAL 1" >> cupsdconf_la.all_cpp.final; \
+ #>+ 2
+-mocs: kprinterpropertydialog.moc
++mocs: kmfactory.moc
+ 
+ #>+ 3
+-kmfactory.moc: $(srcdir)/kmfactory.h
+-	$(MOC) $(srcdir)/kmfactory.h -o kmfactory.moc
++kprinterpropertydialog.moc: $(srcdir)/kprinterpropertydialog.h
++	$(MOC) $(srcdir)/kprinterpropertydialog.h -o kprinterpropertydialog.moc
+ 
+ #>+ 2
+-mocs: kmfactory.moc
++mocs: kprinterpropertydialog.moc
+ 
+ #>+ 3
+ kprintprocess.moc: $(srcdir)/kprintprocess.h
+@@ -1583,18 +1586,18 @@
+ mocs: kfilelist.moc
+ 
+ #>+ 3
+-marginwidget.moc: $(srcdir)/marginwidget.h
+-	$(MOC) $(srcdir)/marginwidget.h -o marginwidget.moc
++droptionview.moc: $(srcdir)/droptionview.h
++	$(MOC) $(srcdir)/droptionview.h -o droptionview.moc
+ 
+ #>+ 2
+-mocs: marginwidget.moc
++mocs: droptionview.moc
+ 
+ #>+ 3
+-droptionview.moc: $(srcdir)/droptionview.h
+-	$(MOC) $(srcdir)/droptionview.h -o droptionview.moc
++marginwidget.moc: $(srcdir)/marginwidget.h
++	$(MOC) $(srcdir)/marginwidget.h -o marginwidget.moc
+ 
+ #>+ 2
+-mocs: droptionview.moc
++mocs: marginwidget.moc
+ 
+ #>+ 3
+ kprinterimpl.moc: $(srcdir)/kprinterimpl.h
+@@ -1632,18 +1635,18 @@
+ mocs: kmuimanager.moc
+ 
+ #>+ 3
+-marginvaluewidget.moc: $(srcdir)/marginvaluewidget.h
+-	$(MOC) $(srcdir)/marginvaluewidget.h -o marginvaluewidget.moc
++kmmanager.moc: $(srcdir)/kmmanager.h
++	$(MOC) $(srcdir)/kmmanager.h -o kmmanager.moc
+ 
+ #>+ 2
+-mocs: marginvaluewidget.moc
++mocs: kmmanager.moc
+ 
+ #>+ 3
+-kmmanager.moc: $(srcdir)/kmmanager.h
+-	$(MOC) $(srcdir)/kmmanager.h -o kmmanager.moc
++marginvaluewidget.moc: $(srcdir)/marginvaluewidget.h
++	$(MOC) $(srcdir)/marginvaluewidget.h -o marginvaluewidget.moc
+ 
+ #>+ 2
+-mocs: kmmanager.moc
++mocs: marginvaluewidget.moc
+ 
+ #>+ 3
+ kprintaction.moc: $(srcdir)/kprintaction.h
+@@ -1654,7 +1657,7 @@
+ 
+ #>+ 3
+ clean-metasources:
+-	-rm -f  kprintdialog.moc posterpreview.moc kpposterpage.moc marginpreview.moc kmjobmanager.moc kpcopiespage.moc messagewindow.moc plugincombobox.moc kdeprintd.moc kpgeneralpage.moc driverview.moc kpfilterpage.moc kprinterpropertydialog.moc kmfactory.moc kprintprocess.moc kfilelist.moc marginwidget.moc droptionview.moc kprinterimpl.moc kprintdialogpage.moc kprintpreview.moc kpqtpage.moc kmuimanager.moc marginvaluewidget.moc kmmanager.moc kprintaction.moc
++	-rm -f  posterpreview.moc kprintdialog.moc marginpreview.moc kpposterpage.moc kmjobmanager.moc kpcopiespage.moc messagewindow.moc plugincombobox.moc driverview.moc kpgeneralpage.moc kdeprintd.moc kpfilterpage.moc kmfactory.moc kprinterpropertydialog.moc kprintprocess.moc kfilelist.moc droptionview.moc marginwidget.moc kprinterimpl.moc kprintdialogpage.moc kprintpreview.moc kpqtpage.moc kmuimanager.moc kmmanager.moc marginvaluewidget.moc kprintaction.moc
+ 
+ #>+ 2
+ KDE_DIST=ppdparser.y testprint.ps kdeprintrc.upd Makefile.in specials.desktop fooparser.cpp.h kdeprintrc configure.in.in kdeprintd.desktop signal_proc.c ppdscanner.l ppdparser.cpp.h Makefile.am 
 --- kdeprint/cups/Makefile.in
 +++ kdeprint/cups/Makefile.in
 @@ -334,6 +334,9 @@
@@ -15983,6 +16117,87 @@
  	@echo 'creating kdeprint_cups_la.all_cpp.cpp ...'; \
  	rm -f kdeprint_cups_la.all_cpp.files kdeprint_cups_la.all_cpp.final; \
  	echo "#define KDE_USE_FINAL 1" >> kdeprint_cups_la.all_cpp.final; \
+--- kdeprint/cups/cupsdconf2/Makefile.in
++++ kdeprint/cups/cupsdconf2/Makefile.in
+@@ -304,6 +304,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -581,7 +584,7 @@
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -619,9 +622,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+@@ -1104,22 +1107,22 @@
+ mocs: cupsdnetworkpage.moc
+ 
+ #>+ 3
+-cupsddialog.moc: $(srcdir)/cupsddialog.h
+-	$(MOC) $(srcdir)/cupsddialog.h -o cupsddialog.moc
++cupsdbrowsingpage.moc: $(srcdir)/cupsdbrowsingpage.h
++	$(MOC) $(srcdir)/cupsdbrowsingpage.h -o cupsdbrowsingpage.moc
+ 
+ #>+ 2
+-mocs: cupsddialog.moc
++mocs: cupsdbrowsingpage.moc
+ 
+ #>+ 3
+-cupsdbrowsingpage.moc: $(srcdir)/cupsdbrowsingpage.h
+-	$(MOC) $(srcdir)/cupsdbrowsingpage.h -o cupsdbrowsingpage.moc
++cupsddialog.moc: $(srcdir)/cupsddialog.h
++	$(MOC) $(srcdir)/cupsddialog.h -o cupsddialog.moc
+ 
+ #>+ 2
+-mocs: cupsdbrowsingpage.moc
++mocs: cupsddialog.moc
+ 
+ #>+ 3
+ clean-metasources:
+-	-rm -f  cupsdpage.moc cupsdsecuritypage.moc editlist.moc browsedialog.moc qdirmultilineedit.moc cupsdjobspage.moc qdirlineedit.moc locationdialog.moc cupsdserverpage.moc cupsdnetworkpage.moc cupsddialog.moc cupsdbrowsingpage.moc
++	-rm -f  cupsdpage.moc cupsdsecuritypage.moc editlist.moc browsedialog.moc qdirmultilineedit.moc cupsdjobspage.moc qdirlineedit.moc locationdialog.moc cupsdserverpage.moc cupsdnetworkpage.moc cupsdbrowsingpage.moc cupsddialog.moc
+ 
+ #>+ 2
+ KDE_DIST=kde_logo.png Makefile.in cupsd.conf.template cupsdcomment.pl cups_logo.png Makefile.am 
+@@ -1166,7 +1169,7 @@
+ 
+ 
+ #>+ 11
+-libkdeinit_cupsdconf_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/cupsdconf.cpp $(srcdir)/cupsddialog.cpp $(srcdir)/cupsdpage.cpp $(srcdir)/cupsdcomment.cpp $(srcdir)/cupsdsplash.cpp $(srcdir)/cupsdserverpage.cpp $(srcdir)/cupsdlogpage.cpp $(srcdir)/cupsdjobspage.cpp $(srcdir)/cupsdfilterpage.cpp $(srcdir)/qdirlineedit.cpp $(srcdir)/cupsddirpage.cpp $(srcdir)/portdialog.cpp $(srcdir)/cupsdnetworkpage.cpp $(srcdir)/editlist.cpp $(srcdir)/cupsdbrowsingpage.cpp $(srcdir)/browsedialog.cpp $(srcdir)/cupsdsecuritypage.cpp $(srcdir)/locationdialog.cpp $(srcdir)/addressdialog.cpp $(srcdir)/qdirmultilineedit.cpp $(srcdir)/sizewidget.cpp $(srcdir)/main.cpp  cupsdsecuritypage.moc cupsdpage.moc editlist.moc browsedialog.moc qdirmultilineedit.moc cupsdjobspage.moc qdirlineedit.moc locationdialog.moc cupsdserverpage.moc cupsdnetworkpage.moc cupsdbrowsingpage.moc cupsddialog.moc
++libkdeinit_cupsdconf_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/cupsdconf.cpp $(srcdir)/cupsddialog.cpp $(srcdir)/cupsdpage.cpp $(srcdir)/cupsdcomment.cpp $(srcdir)/cupsdsplash.cpp $(srcdir)/cupsdserverpage.cpp $(srcdir)/cupsdlogpage.cpp $(srcdir)/cupsdjobspage.cpp $(srcdir)/cupsdfilterpage.cpp $(srcdir)/qdirlineedit.cpp $(srcdir)/cupsddirpage.cpp $(srcdir)/portdialog.cpp $(srcdir)/cupsdnetworkpage.cpp $(srcdir)/editlist.cpp $(srcdir)/cupsdbrowsingpage.cpp $(srcdir)/browsedialog.cpp $(srcdir)/cupsdsecuritypage.cpp $(srcdir)/locationdialog.cpp $(srcdir)/addressdialog.cpp $(srcdir)/qdirmultilineedit.cpp $(srcdir)/sizewidget.cpp $(srcdir)/main.cpp  cupsdsecuritypage.moc cupsdpage.moc editlist.moc browsedialog.moc qdirmultilineedit.moc cupsdjobspage.moc qdirlineedit.moc locationdialog.moc cupsdserverpage.moc cupsdnetworkpage.moc cupsddialog.moc cupsdbrowsingpage.moc
+ 	@echo 'creating libkdeinit_cupsdconf_la.all_cpp.cpp ...'; \
+ 	rm -f libkdeinit_cupsdconf_la.all_cpp.files libkdeinit_cupsdconf_la.all_cpp.final; \
+ 	echo "#define KDE_USE_FINAL 1" >> libkdeinit_cupsdconf_la.all_cpp.final; \
+@@ -1178,7 +1181,7 @@
+ 	rm -f libkdeinit_cupsdconf_la.all_cpp.final libkdeinit_cupsdconf_la.all_cpp.files
+ 
+ #>+ 11
+-cupsdconf_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/cupsdconf.cpp $(srcdir)/cupsddialog.cpp $(srcdir)/cupsdpage.cpp $(srcdir)/cupsdcomment.cpp $(srcdir)/cupsdsplash.cpp $(srcdir)/cupsdserverpage.cpp $(srcdir)/cupsdlogpage.cpp $(srcdir)/cupsdjobspage.cpp $(srcdir)/cupsdfilterpage.cpp $(srcdir)/qdirlineedit.cpp $(srcdir)/cupsddirpage.cpp $(srcdir)/portdialog.cpp $(srcdir)/cupsdnetworkpage.cpp $(srcdir)/editlist.cpp $(srcdir)/cupsdbrowsingpage.cpp $(srcdir)/browsedialog.cpp $(srcdir)/cupsdsecuritypage.cpp $(srcdir)/locationdialog.cpp $(srcdir)/addressdialog.cpp $(srcdir)/qdirmultilineedit.cpp $(srcdir)/sizewidget.cpp $(srcdir)/main.cpp  cupsdsecuritypage.moc cupsdpage.moc editlist.moc browsedialog.moc qdirmultilineedit.moc cupsdjobspage.moc qdirlineedit.moc locationdialog.moc cupsdserverpage.moc cupsdnetworkpage.moc cupsdbrowsingpage.moc cupsddialog.moc
++cupsdconf_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/cupsdconf.cpp $(srcdir)/cupsddialog.cpp $(srcdir)/cupsdpage.cpp $(srcdir)/cupsdcomment.cpp $(srcdir)/cupsdsplash.cpp $(srcdir)/cupsdserverpage.cpp $(srcdir)/cupsdlogpage.cpp $(srcdir)/cupsdjobspage.cpp $(srcdir)/cupsdfilterpage.cpp $(srcdir)/qdirlineedit.cpp $(srcdir)/cupsddirpage.cpp $(srcdir)/portdialog.cpp $(srcdir)/cupsdnetworkpage.cpp $(srcdir)/editlist.cpp $(srcdir)/cupsdbrowsingpage.cpp $(srcdir)/browsedialog.cpp $(srcdir)/cupsdsecuritypage.cpp $(srcdir)/locationdialog.cpp $(srcdir)/addressdialog.cpp $(srcdir)/qdirmultilineedit.cpp $(srcdir)/sizewidget.cpp $(srcdir)/main.cpp  cupsdsecuritypage.moc cupsdpage.moc editlist.moc browsedialog.moc qdirmultilineedit.moc cupsdjobspage.moc qdirlineedit.moc locationdialog.moc cupsdserverpage.moc cupsdnetworkpage.moc cupsddialog.moc cupsdbrowsingpage.moc
+ 	@echo 'creating cupsdconf_la.all_cpp.cpp ...'; \
+ 	rm -f cupsdconf_la.all_cpp.files cupsdconf_la.all_cpp.final; \
+ 	echo "#define KDE_USE_FINAL 1" >> cupsdconf_la.all_cpp.final; \
 --- kdeprint/ext/Makefile.in
 +++ kdeprint/ext/Makefile.in
 @@ -274,6 +274,9 @@
@@ -16181,196 +16396,6 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kdeprint/Makefile.in
-+++ kdeprint/Makefile.in
-@@ -349,6 +349,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -677,7 +680,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .c .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -715,9 +718,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- clean-noinstLIBRARIES:
-@@ -1471,13 +1474,6 @@
- 
- 
- #>+ 3
--kprintdialog.moc: $(srcdir)/kprintdialog.h
--	$(MOC) $(srcdir)/kprintdialog.h -o kprintdialog.moc
--
--#>+ 2
--mocs: kprintdialog.moc
--
--#>+ 3
- posterpreview.moc: $(srcdir)/posterpreview.h
- 	$(MOC) $(srcdir)/posterpreview.h -o posterpreview.moc
- 
-@@ -1485,11 +1481,11 @@
- mocs: posterpreview.moc
- 
- #>+ 3
--kpposterpage.moc: $(srcdir)/kpposterpage.h
--	$(MOC) $(srcdir)/kpposterpage.h -o kpposterpage.moc
-+kprintdialog.moc: $(srcdir)/kprintdialog.h
-+	$(MOC) $(srcdir)/kprintdialog.h -o kprintdialog.moc
- 
- #>+ 2
--mocs: kpposterpage.moc
-+mocs: kprintdialog.moc
- 
- #>+ 3
- marginpreview.moc: $(srcdir)/marginpreview.h
-@@ -1499,6 +1495,13 @@
- mocs: marginpreview.moc
- 
- #>+ 3
-+kpposterpage.moc: $(srcdir)/kpposterpage.h
-+	$(MOC) $(srcdir)/kpposterpage.h -o kpposterpage.moc
-+
-+#>+ 2
-+mocs: kpposterpage.moc
-+
-+#>+ 3
- kmjobmanager.moc: $(srcdir)/kmjobmanager.h
- 	$(MOC) $(srcdir)/kmjobmanager.h -o kmjobmanager.moc
- 
-@@ -1527,11 +1530,11 @@
- mocs: plugincombobox.moc
- 
- #>+ 3
--kdeprintd.moc: $(srcdir)/kdeprintd.h
--	$(MOC) $(srcdir)/kdeprintd.h -o kdeprintd.moc
-+driverview.moc: $(srcdir)/driverview.h
-+	$(MOC) $(srcdir)/driverview.h -o driverview.moc
- 
- #>+ 2
--mocs: kdeprintd.moc
-+mocs: driverview.moc
- 
- #>+ 3
- kpgeneralpage.moc: $(srcdir)/kpgeneralpage.h
-@@ -1541,11 +1544,11 @@
- mocs: kpgeneralpage.moc
- 
- #>+ 3
--driverview.moc: $(srcdir)/driverview.h
--	$(MOC) $(srcdir)/driverview.h -o driverview.moc
-+kdeprintd.moc: $(srcdir)/kdeprintd.h
-+	$(MOC) $(srcdir)/kdeprintd.h -o kdeprintd.moc
- 
- #>+ 2
--mocs: driverview.moc
-+mocs: kdeprintd.moc
- 
- #>+ 3
- kpfilterpage.moc: $(srcdir)/kpfilterpage.h
-@@ -1555,18 +1558,18 @@
- mocs: kpfilterpage.moc
- 
- #>+ 3
--kprinterpropertydialog.moc: $(srcdir)/kprinterpropertydialog.h
--	$(MOC) $(srcdir)/kprinterpropertydialog.h -o kprinterpropertydialog.moc
-+kmfactory.moc: $(srcdir)/kmfactory.h
-+	$(MOC) $(srcdir)/kmfactory.h -o kmfactory.moc
- 
- #>+ 2
--mocs: kprinterpropertydialog.moc
-+mocs: kmfactory.moc
- 
- #>+ 3
--kmfactory.moc: $(srcdir)/kmfactory.h
--	$(MOC) $(srcdir)/kmfactory.h -o kmfactory.moc
-+kprinterpropertydialog.moc: $(srcdir)/kprinterpropertydialog.h
-+	$(MOC) $(srcdir)/kprinterpropertydialog.h -o kprinterpropertydialog.moc
- 
- #>+ 2
--mocs: kmfactory.moc
-+mocs: kprinterpropertydialog.moc
- 
- #>+ 3
- kprintprocess.moc: $(srcdir)/kprintprocess.h
-@@ -1583,18 +1586,18 @@
- mocs: kfilelist.moc
- 
- #>+ 3
--marginwidget.moc: $(srcdir)/marginwidget.h
--	$(MOC) $(srcdir)/marginwidget.h -o marginwidget.moc
-+droptionview.moc: $(srcdir)/droptionview.h
-+	$(MOC) $(srcdir)/droptionview.h -o droptionview.moc
- 
- #>+ 2
--mocs: marginwidget.moc
-+mocs: droptionview.moc
- 
- #>+ 3
--droptionview.moc: $(srcdir)/droptionview.h
--	$(MOC) $(srcdir)/droptionview.h -o droptionview.moc
-+marginwidget.moc: $(srcdir)/marginwidget.h
-+	$(MOC) $(srcdir)/marginwidget.h -o marginwidget.moc
- 
- #>+ 2
--mocs: droptionview.moc
-+mocs: marginwidget.moc
- 
- #>+ 3
- kprinterimpl.moc: $(srcdir)/kprinterimpl.h
-@@ -1632,18 +1635,18 @@
- mocs: kmuimanager.moc
- 
- #>+ 3
--marginvaluewidget.moc: $(srcdir)/marginvaluewidget.h
--	$(MOC) $(srcdir)/marginvaluewidget.h -o marginvaluewidget.moc
-+kmmanager.moc: $(srcdir)/kmmanager.h
-+	$(MOC) $(srcdir)/kmmanager.h -o kmmanager.moc
- 
- #>+ 2
--mocs: marginvaluewidget.moc
-+mocs: kmmanager.moc
- 
- #>+ 3
--kmmanager.moc: $(srcdir)/kmmanager.h
--	$(MOC) $(srcdir)/kmmanager.h -o kmmanager.moc
-+marginvaluewidget.moc: $(srcdir)/marginvaluewidget.h
-+	$(MOC) $(srcdir)/marginvaluewidget.h -o marginvaluewidget.moc
- 
- #>+ 2
--mocs: kmmanager.moc
-+mocs: marginvaluewidget.moc
- 
- #>+ 3
- kprintaction.moc: $(srcdir)/kprintaction.h
-@@ -1654,7 +1657,7 @@
- 
- #>+ 3
- clean-metasources:
--	-rm -f  kprintdialog.moc posterpreview.moc kpposterpage.moc marginpreview.moc kmjobmanager.moc kpcopiespage.moc messagewindow.moc plugincombobox.moc kdeprintd.moc kpgeneralpage.moc driverview.moc kpfilterpage.moc kprinterpropertydialog.moc kmfactory.moc kprintprocess.moc kfilelist.moc marginwidget.moc droptionview.moc kprinterimpl.moc kprintdialogpage.moc kprintpreview.moc kpqtpage.moc kmuimanager.moc marginvaluewidget.moc kmmanager.moc kprintaction.moc
-+	-rm -f  posterpreview.moc kprintdialog.moc marginpreview.moc kpposterpage.moc kmjobmanager.moc kpcopiespage.moc messagewindow.moc plugincombobox.moc driverview.moc kpgeneralpage.moc kdeprintd.moc kpfilterpage.moc kmfactory.moc kprinterpropertydialog.moc kprintprocess.moc kfilelist.moc droptionview.moc marginwidget.moc kprinterimpl.moc kprintdialogpage.moc kprintpreview.moc kpqtpage.moc kmuimanager.moc kmmanager.moc marginvaluewidget.moc kprintaction.moc
- 
- #>+ 2
- KDE_DIST=ppdparser.y testprint.ps kdeprintrc.upd Makefile.in specials.desktop fooparser.cpp.h kdeprintrc configure.in.in kdeprintd.desktop signal_proc.c ppdscanner.l ppdparser.cpp.h Makefile.am 
 --- kdeprint/management/Makefile.in
 +++ kdeprint/management/Makefile.in
 @@ -347,6 +347,9 @@
@@ -16911,9 +16936,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  clean-checkPROGRAMS:
---- kdeprint/tools/escputil/Makefile.in
-+++ kdeprint/tools/escputil/Makefile.in
-@@ -271,6 +271,9 @@
+--- kdeprint/tools/Makefile.in
++++ kdeprint/tools/Makefile.in
+@@ -240,6 +240,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -16923,16 +16948,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -527,7 +530,7 @@
+@@ -485,7 +488,7 @@
+ all: docs-am  all-recursive
  
  .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -565,9 +568,9 @@
+@@ -523,9 +526,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -16942,11 +16967,11 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
- 	@$(NORMAL_INSTALL)
---- kdeprint/tools/Makefile.in
-+++ kdeprint/tools/Makefile.in
-@@ -240,6 +240,9 @@
+ 
+ mostlyclean-libtool:
+--- kdeprint/tools/escputil/Makefile.in
++++ kdeprint/tools/escputil/Makefile.in
+@@ -271,6 +271,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -16956,16 +16981,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -485,7 +488,7 @@
- all: docs-am  all-recursive
+@@ -527,7 +530,7 @@
  
  .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -523,9 +526,9 @@
+@@ -565,9 +568,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -16975,8 +17000,8 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
 --- kdesu/Makefile.in
 +++ kdesu/Makefile.in
 @@ -290,6 +290,9 @@
@@ -17010,105 +17035,6 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kdeui/about/Makefile.in
-+++ kdeui/about/Makefile.in
-@@ -234,6 +234,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -487,7 +490,7 @@
- all: docs-am  all-am
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -525,9 +528,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
---- kdeui/colors/Makefile.in
-+++ kdeui/colors/Makefile.in
-@@ -224,6 +224,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -468,7 +471,7 @@
- all: docs-am  all-am
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -506,9 +509,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
---- kdeui/kdetrayproxy/Makefile.in
-+++ kdeui/kdetrayproxy/Makefile.in
-@@ -274,6 +274,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -530,7 +533,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -568,9 +571,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
- 	@$(NORMAL_INSTALL)
 --- kdeui/Makefile.in
 +++ kdeui/Makefile.in
 @@ -385,6 +385,9 @@
@@ -17474,6 +17400,105 @@
  	@echo 'creating libkdeui_la.all_cpp.cpp ...'; \
  	rm -f libkdeui_la.all_cpp.files libkdeui_la.all_cpp.final; \
  	echo "#define KDE_USE_FINAL 1" >> libkdeui_la.all_cpp.final; \
+--- kdeui/about/Makefile.in
++++ kdeui/about/Makefile.in
+@@ -234,6 +234,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -487,7 +490,7 @@
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -525,9 +528,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+--- kdeui/colors/Makefile.in
++++ kdeui/colors/Makefile.in
+@@ -224,6 +224,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -468,7 +471,7 @@
+ all: docs-am  all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -506,9 +509,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+--- kdeui/kdetrayproxy/Makefile.in
++++ kdeui/kdetrayproxy/Makefile.in
+@@ -274,6 +274,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -530,7 +533,7 @@
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -568,9 +571,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
 --- kdeui/tests/Makefile.in
 +++ kdeui/tests/Makefile.in
 @@ -698,6 +698,9 @@
@@ -17785,6 +17810,48 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  checkXML: $(top_builddir)/config.status $(srcdir)/checkXML.in
  	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+@@ -1154,7 +1158,7 @@
+ 
+ 
+ #>+ 2
+-KDE_DIST=kio_help.upd move_kio_help_cache.sh Makefile.in man-template.docbook LICENSE configure.in.in kbuildsycoca.man.docbook kbuildsycoca.refentry.docbook template.docbook xslt.h help.protocol ghelp.protocol checkXML.in Makefile.am 
++KDE_DIST=kio_help.upd move_kio_help_cache.sh Makefile.in man-template.docbook LICENSE configure.in.in template.docbook xslt.h help.protocol ghelp.protocol checkXML.in Makefile.am 
+ 
+ #>+ 3
+ clean-closures:
+--- khtml/Makefile.in
++++ khtml/Makefile.in
+@@ -369,6 +369,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -689,7 +692,7 @@
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -727,9 +730,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
 --- khtml/css/Makefile.in
 +++ khtml/css/Makefile.in
 @@ -293,6 +293,9 @@
@@ -17926,39 +17993,6 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  clean-noinstLTLIBRARIES:
---- khtml/java/dummy/Makefile.in
-+++ khtml/java/dummy/Makefile.in
-@@ -262,6 +262,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -510,7 +513,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -548,9 +551,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-libLTLIBRARIES: $(lib_LTLIBRARIES)
- 	@$(NORMAL_INSTALL)
 --- khtml/java/Makefile.in
 +++ khtml/java/Makefile.in
 @@ -304,6 +304,9 @@
@@ -18072,9 +18106,9 @@
  kjavadownloader.lo: kjavadownloader.moc 
  kjavaapplet.lo: kjavaapplet.moc 
  nmcheck: 
---- khtml/java/tests/Makefile.in
-+++ khtml/java/tests/Makefile.in
-@@ -253,6 +253,9 @@
+--- khtml/java/dummy/Makefile.in
++++ khtml/java/dummy/Makefile.in
+@@ -262,6 +262,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -18084,7 +18118,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -504,7 +507,7 @@
+@@ -510,7 +513,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -18093,7 +18127,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -542,9 +545,9 @@
+@@ -548,9 +551,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -18103,11 +18137,11 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- clean-checkPROGRAMS:
---- khtml/kmultipart/Makefile.in
-+++ khtml/kmultipart/Makefile.in
-@@ -266,6 +266,9 @@
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+--- khtml/java/tests/Makefile.in
++++ khtml/java/tests/Makefile.in
+@@ -253,6 +253,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -18117,7 +18151,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -526,7 +529,7 @@
+@@ -504,7 +507,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -18126,7 +18160,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -564,9 +567,9 @@
+@@ -542,9 +545,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -18136,11 +18170,11 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
- 	@$(NORMAL_INSTALL)
---- khtml/Makefile.in
-+++ khtml/Makefile.in
-@@ -369,6 +369,9 @@
+ 
+ clean-checkPROGRAMS:
+--- khtml/kmultipart/Makefile.in
++++ khtml/kmultipart/Makefile.in
+@@ -266,6 +266,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -18150,16 +18184,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -689,7 +692,7 @@
+@@ -526,7 +529,7 @@
  
  .SUFFIXES:
- .SUFFIXES: .cc .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -727,9 +730,9 @@
+@@ -564,9 +567,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -18512,6 +18546,39 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  clean-checkPROGRAMS:
+--- kio/Makefile.in
++++ kio/Makefile.in
+@@ -316,6 +316,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -595,7 +598,7 @@
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -633,9 +636,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
 --- kio/bookmarks/Makefile.in
 +++ kio/bookmarks/Makefile.in
 @@ -296,6 +296,9 @@
@@ -19019,9 +19086,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kio/kssl/kssl/caroot/Makefile.in
-+++ kio/kssl/kssl/caroot/Makefile.in
-@@ -234,6 +234,9 @@
+--- kio/kssl/Makefile.in
++++ kio/kssl/Makefile.in
+@@ -296,6 +296,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -19031,16 +19098,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -480,7 +483,7 @@
- all: docs-am  all-am
+@@ -635,7 +638,7 @@
  
  .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ .SUFFIXES: .cc .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -518,9 +521,9 @@
+@@ -673,9 +676,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -19051,7 +19118,16 @@
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
- mostlyclean-libtool:
+ ksslconfig.h: stamp-h4
+@@ -687,7 +690,7 @@
+ stamp-h4: $(srcdir)/ksslconfig.h.in $(top_builddir)/config.status
+ 	@rm -f stamp-h4
+ 	cd $(top_builddir) && $(SHELL) ./config.status kio/kssl/ksslconfig.h
+-$(srcdir)/ksslconfig.h.in:  $(am__configure_deps) 
++$(srcdir)/ksslconfig.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
+ 	cd $(top_srcdir) && $(AUTOHEADER)
+ 	rm -f stamp-h4
+ 	touch $@
 --- kio/kssl/kssl/Makefile.in
 +++ kio/kssl/kssl/Makefile.in
 @@ -250,6 +250,9 @@
@@ -19085,9 +19161,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
---- kio/kssl/Makefile.in
-+++ kio/kssl/Makefile.in
-@@ -296,6 +296,9 @@
+--- kio/kssl/kssl/caroot/Makefile.in
++++ kio/kssl/kssl/caroot/Makefile.in
+@@ -234,6 +234,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -19097,16 +19173,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -635,7 +638,7 @@
+@@ -480,7 +483,7 @@
+ all: docs-am  all-am
  
  .SUFFIXES:
- .SUFFIXES: .cc .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -673,9 +676,9 @@
+@@ -518,9 +521,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -19117,19 +19193,10 @@
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
- ksslconfig.h: stamp-h4
-@@ -687,7 +690,7 @@
- stamp-h4: $(srcdir)/ksslconfig.h.in $(top_builddir)/config.status
- 	@rm -f stamp-h4
- 	cd $(top_builddir) && $(SHELL) ./config.status kio/kssl/ksslconfig.h
--$(srcdir)/ksslconfig.h.in:  $(am__configure_deps) 
-+$(srcdir)/ksslconfig.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
- 	cd $(top_srcdir) && $(AUTOHEADER)
- 	rm -f stamp-h4
- 	touch $@
---- kio/Makefile.in
-+++ kio/Makefile.in
-@@ -316,6 +316,9 @@
+ mostlyclean-libtool:
+--- kio/misc/Makefile.in
++++ kio/misc/Makefile.in
+@@ -339,6 +339,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -19139,16 +19206,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -595,7 +598,7 @@
+@@ -615,7 +618,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -633,9 +636,9 @@
+@@ -653,9 +656,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -19158,7 +19225,7 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
 --- kio/misc/kdesasl/Makefile.in
 +++ kio/misc/kdesasl/Makefile.in
@@ -19391,9 +19458,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kio/misc/Makefile.in
-+++ kio/misc/Makefile.in
-@@ -339,6 +339,9 @@
+--- kio/pics/Makefile.in
++++ kio/pics/Makefile.in
+@@ -224,6 +224,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -19403,16 +19470,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -615,7 +618,7 @@
+@@ -470,7 +473,7 @@
+ all: docs-am  all-am
  
  .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -653,9 +656,9 @@
+@@ -508,9 +511,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -19422,11 +19489,11 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-kdeinitLTLIBRARIES: $(kdeinit_LTLIBRARIES)
- 	@$(NORMAL_INSTALL)
---- kio/pics/Makefile.in
-+++ kio/pics/Makefile.in
-@@ -224,6 +224,9 @@
+ 
+ mostlyclean-libtool:
+--- kio/tests/Makefile.in
++++ kio/tests/Makefile.in
+@@ -507,6 +507,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -19436,16 +19503,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -470,7 +473,7 @@
- all: docs-am  all-am
+@@ -789,7 +792,7 @@
  
  .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -508,9 +511,9 @@
+@@ -827,9 +830,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -19455,11 +19522,20 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+@@ -1371,7 +1374,7 @@
+ 	-rm -f  kdcopcheck.moc kdirlistertest.moc kruntest.moc jobtest.moc kdirwatchtest.moc kioslavetest.moc previewtest.moc speed.moc dummymeta.moc
  
- mostlyclean-libtool:
---- kio/tests/Makefile.in
-+++ kio/tests/Makefile.in
-@@ -507,6 +507,9 @@
+ #>+ 2
+-KDE_DIST=kdirwatchtest.h dummymeta.desktop kacltest.h Makefile.in wronglocalsizes.zip speed.h kdcopcheck.h jobtest.h kruntest.h kioslavetest.h previewtest.h dummymeta.h kdirlistertest.h Makefile.am 
++KDE_DIST=kdirwatchtest.h kacltest.h dummymeta.desktop Makefile.in wronglocalsizes.zip speed.h kdcopcheck.h jobtest.h kruntest.h kioslavetest.h previewtest.h dummymeta.h kdirlistertest.h Makefile.am 
+ 
+ #>+ 2
+ docs-am:
+--- kioslave/Makefile.in
++++ kioslave/Makefile.in
+@@ -259,6 +259,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -19469,16 +19545,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -789,7 +792,7 @@
+@@ -505,7 +508,7 @@
+ all: docs-am  all-recursive
  
  .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -827,9 +830,9 @@
+@@ -543,9 +546,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -19488,17 +19564,8 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-binPROGRAMS: $(bin_PROGRAMS)
- 	@$(NORMAL_INSTALL)
-@@ -1371,7 +1374,7 @@
- 	-rm -f  kdcopcheck.moc kdirlistertest.moc kruntest.moc jobtest.moc kdirwatchtest.moc kioslavetest.moc previewtest.moc speed.moc dummymeta.moc
  
- #>+ 2
--KDE_DIST=kdirwatchtest.h dummymeta.desktop kacltest.h Makefile.in wronglocalsizes.zip speed.h kdcopcheck.h jobtest.h kruntest.h kioslavetest.h previewtest.h dummymeta.h kdirlistertest.h Makefile.am 
-+KDE_DIST=kdirwatchtest.h kacltest.h dummymeta.desktop Makefile.in wronglocalsizes.zip speed.h kdcopcheck.h jobtest.h kruntest.h kioslavetest.h previewtest.h dummymeta.h kdirlistertest.h Makefile.am 
- 
- #>+ 2
- docs-am:
+ mostlyclean-libtool:
 --- kioslave/bzip2/Makefile.in
 +++ kioslave/bzip2/Makefile.in
 @@ -268,6 +268,9 @@
@@ -19631,6 +19698,39 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
+--- kioslave/http/Makefile.in
++++ kioslave/http/Makefile.in
+@@ -316,6 +316,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -583,7 +586,7 @@
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cc .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -621,9 +624,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
 --- kioslave/http/kcookiejar/Makefile.in
 +++ kioslave/http/kcookiejar/Makefile.in
 @@ -316,6 +316,9 @@
@@ -19747,9 +19847,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  clean-checkPROGRAMS:
---- kioslave/http/Makefile.in
-+++ kioslave/http/Makefile.in
-@@ -316,6 +316,9 @@
+--- kioslave/metainfo/Makefile.in
++++ kioslave/metainfo/Makefile.in
+@@ -270,6 +270,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -19759,16 +19859,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -583,7 +586,7 @@
+@@ -525,7 +528,7 @@
  
  .SUFFIXES:
- .SUFFIXES: .cc .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -621,9 +624,9 @@
+@@ -563,9 +566,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -19780,9 +19880,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kioslave/Makefile.in
-+++ kioslave/Makefile.in
-@@ -259,6 +259,9 @@
+--- kjs/Makefile.in
++++ kjs/Makefile.in
+@@ -316,6 +316,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -19792,16 +19892,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -505,7 +508,7 @@
- all: docs-am  all-recursive
+@@ -606,7 +609,7 @@
  
  .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -543,9 +546,9 @@
+@@ -644,9 +647,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -19812,10 +19912,19 @@
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
- mostlyclean-libtool:
---- kioslave/metainfo/Makefile.in
-+++ kioslave/metainfo/Makefile.in
-@@ -270,6 +270,9 @@
+ global.h: stamp-h5
+@@ -658,7 +661,7 @@
+ stamp-h5: $(srcdir)/global.h.in $(top_builddir)/config.status
+ 	@rm -f stamp-h5
+ 	cd $(top_builddir) && $(SHELL) ./config.status kjs/global.h
+-$(srcdir)/global.h.in:  $(am__configure_deps) 
++$(srcdir)/global.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
+ 	cd $(top_srcdir) && $(AUTOHEADER)
+ 	rm -f stamp-h5
+ 	touch $@
+--- kmdi/Makefile.in
++++ kmdi/Makefile.in
+@@ -291,6 +291,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -19825,16 +19934,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -525,7 +528,7 @@
+@@ -551,7 +554,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -563,9 +566,9 @@
+@@ -589,9 +592,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -19844,50 +19953,51 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kjs/Makefile.in
-+++ kjs/Makefile.in
-@@ -316,6 +316,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -606,7 +609,7 @@
+@@ -1090,18 +1093,18 @@
+ mocs: kmdichildfrm.moc
  
- .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -644,9 +647,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ #>+ 3
+-kmdidocumentviewtabwidget.moc: $(srcdir)/kmdidocumentviewtabwidget.h
+-	$(MOC) $(srcdir)/kmdidocumentviewtabwidget.h -o kmdidocumentviewtabwidget.moc
++kmdichildarea.moc: $(srcdir)/kmdichildarea.h
++	$(MOC) $(srcdir)/kmdichildarea.h -o kmdichildarea.moc
  
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ #>+ 2
+-mocs: kmdidocumentviewtabwidget.moc
++mocs: kmdichildarea.moc
  
- global.h: stamp-h5
-@@ -658,7 +661,7 @@
- stamp-h5: $(srcdir)/global.h.in $(top_builddir)/config.status
- 	@rm -f stamp-h5
- 	cd $(top_builddir) && $(SHELL) ./config.status kjs/global.h
--$(srcdir)/global.h.in:  $(am__configure_deps) 
-+$(srcdir)/global.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
- 	cd $(top_srcdir) && $(AUTOHEADER)
- 	rm -f stamp-h5
- 	touch $@
+ #>+ 3
+-kmdichildarea.moc: $(srcdir)/kmdichildarea.h
+-	$(MOC) $(srcdir)/kmdichildarea.h -o kmdichildarea.moc
++kmdidocumentviewtabwidget.moc: $(srcdir)/kmdidocumentviewtabwidget.h
++	$(MOC) $(srcdir)/kmdidocumentviewtabwidget.h -o kmdidocumentviewtabwidget.moc
+ 
+ #>+ 2
+-mocs: kmdichildarea.moc
++mocs: kmdidocumentviewtabwidget.moc
+ 
+ #>+ 3
+ kmdifocuslist.moc: $(srcdir)/kmdifocuslist.h
+@@ -1147,7 +1150,7 @@
+ 
+ #>+ 3
+ clean-metasources:
+-	-rm -f  kmdichildview.moc kmdiguiclient.moc kmdichildfrm.moc kmdidocumentviewtabwidget.moc kmdichildarea.moc kmdifocuslist.moc kmditaskbar.moc kmdidockcontainer.moc kmdimainfrm.moc kmdichildfrmcaption.moc kmditoolviewaccessor.moc
++	-rm -f  kmdichildview.moc kmdiguiclient.moc kmdichildfrm.moc kmdichildarea.moc kmdidocumentviewtabwidget.moc kmdifocuslist.moc kmditaskbar.moc kmdidockcontainer.moc kmdimainfrm.moc kmdichildfrmcaption.moc kmditoolviewaccessor.moc
+ 
+ #>+ 2
+ KDE_DIST=kmdiguiclient.h Makefile.in kmdidockcontainer.h kmdidocumentviewtabwidget.h kmdifocuslist.h Makefile.am kmditoolviewaccessor_p.h 
+@@ -1194,7 +1197,7 @@
+ 
+ 
+ #>+ 11
+-libkmdi_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kmdichildarea.cpp $(srcdir)/kmdichildfrm.cpp $(srcdir)/kmdichildfrmcaption.cpp $(srcdir)/kmdichildview.cpp $(srcdir)/kmdimainfrm.cpp $(srcdir)/kmditaskbar.cpp $(srcdir)/kmdidockcontainer.cpp $(srcdir)/kmditoolviewaccessor.cpp $(srcdir)/kmdiguiclient.cpp $(srcdir)/kmdidocumentviewtabwidget.cpp $(srcdir)/kmdifocuslist.cpp  kmdichildview.moc kmdiguiclient.moc kmdichildfrm.moc kmdidocumentviewtabwidget.moc kmdichildarea.moc kmdifocuslist.moc kmditaskbar.moc kmdidockcontainer.moc kmdimainfrm.moc kmditoolviewaccessor.moc kmdichildfrmcaption.moc
++libkmdi_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kmdichildarea.cpp $(srcdir)/kmdichildfrm.cpp $(srcdir)/kmdichildfrmcaption.cpp $(srcdir)/kmdichildview.cpp $(srcdir)/kmdimainfrm.cpp $(srcdir)/kmditaskbar.cpp $(srcdir)/kmdidockcontainer.cpp $(srcdir)/kmditoolviewaccessor.cpp $(srcdir)/kmdiguiclient.cpp $(srcdir)/kmdidocumentviewtabwidget.cpp $(srcdir)/kmdifocuslist.cpp  kmdichildview.moc kmdiguiclient.moc kmdichildfrm.moc kmdichildarea.moc kmdidocumentviewtabwidget.moc kmdifocuslist.moc kmditaskbar.moc kmdidockcontainer.moc kmdimainfrm.moc kmditoolviewaccessor.moc kmdichildfrmcaption.moc
+ 	@echo 'creating libkmdi_la.all_cpp.cpp ...'; \
+ 	rm -f libkmdi_la.all_cpp.files libkmdi_la.all_cpp.final; \
+ 	echo "#define KDE_USE_FINAL 1" >> libkmdi_la.all_cpp.final; \
 --- kmdi/kmdi/Makefile.in
 +++ kmdi/kmdi/Makefile.in
 @@ -273,6 +273,9 @@
@@ -19981,82 +20091,6 @@
 +mainwindow.o: mainwindow.moc 
  toolviewaccessor.lo: toolviewaccessor.moc 
  dockcontainer.o: dockcontainer.moc 
---- kmdi/Makefile.in
-+++ kmdi/Makefile.in
-@@ -291,6 +291,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -551,7 +554,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -589,9 +592,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-libLTLIBRARIES: $(lib_LTLIBRARIES)
- 	@$(NORMAL_INSTALL)
-@@ -1090,18 +1093,18 @@
- mocs: kmdichildfrm.moc
- 
- #>+ 3
--kmdidocumentviewtabwidget.moc: $(srcdir)/kmdidocumentviewtabwidget.h
--	$(MOC) $(srcdir)/kmdidocumentviewtabwidget.h -o kmdidocumentviewtabwidget.moc
-+kmdichildarea.moc: $(srcdir)/kmdichildarea.h
-+	$(MOC) $(srcdir)/kmdichildarea.h -o kmdichildarea.moc
- 
- #>+ 2
--mocs: kmdidocumentviewtabwidget.moc
-+mocs: kmdichildarea.moc
- 
- #>+ 3
--kmdichildarea.moc: $(srcdir)/kmdichildarea.h
--	$(MOC) $(srcdir)/kmdichildarea.h -o kmdichildarea.moc
-+kmdidocumentviewtabwidget.moc: $(srcdir)/kmdidocumentviewtabwidget.h
-+	$(MOC) $(srcdir)/kmdidocumentviewtabwidget.h -o kmdidocumentviewtabwidget.moc
- 
- #>+ 2
--mocs: kmdichildarea.moc
-+mocs: kmdidocumentviewtabwidget.moc
- 
- #>+ 3
- kmdifocuslist.moc: $(srcdir)/kmdifocuslist.h
-@@ -1147,7 +1150,7 @@
- 
- #>+ 3
- clean-metasources:
--	-rm -f  kmdichildview.moc kmdiguiclient.moc kmdichildfrm.moc kmdidocumentviewtabwidget.moc kmdichildarea.moc kmdifocuslist.moc kmditaskbar.moc kmdidockcontainer.moc kmdimainfrm.moc kmdichildfrmcaption.moc kmditoolviewaccessor.moc
-+	-rm -f  kmdichildview.moc kmdiguiclient.moc kmdichildfrm.moc kmdichildarea.moc kmdidocumentviewtabwidget.moc kmdifocuslist.moc kmditaskbar.moc kmdidockcontainer.moc kmdimainfrm.moc kmdichildfrmcaption.moc kmditoolviewaccessor.moc
- 
- #>+ 2
- KDE_DIST=kmdiguiclient.h Makefile.in kmdidockcontainer.h kmdidocumentviewtabwidget.h kmdifocuslist.h Makefile.am kmditoolviewaccessor_p.h 
-@@ -1194,7 +1197,7 @@
- 
- 
- #>+ 11
--libkmdi_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kmdichildarea.cpp $(srcdir)/kmdichildfrm.cpp $(srcdir)/kmdichildfrmcaption.cpp $(srcdir)/kmdichildview.cpp $(srcdir)/kmdimainfrm.cpp $(srcdir)/kmditaskbar.cpp $(srcdir)/kmdidockcontainer.cpp $(srcdir)/kmditoolviewaccessor.cpp $(srcdir)/kmdiguiclient.cpp $(srcdir)/kmdidocumentviewtabwidget.cpp $(srcdir)/kmdifocuslist.cpp  kmdichildview.moc kmdiguiclient.moc kmdichildfrm.moc kmdidocumentviewtabwidget.moc kmdichildarea.moc kmdifocuslist.moc kmditaskbar.moc kmdidockcontainer.moc kmdimainfrm.moc kmditoolviewaccessor.moc kmdichildfrmcaption.moc
-+libkmdi_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kmdichildarea.cpp $(srcdir)/kmdichildfrm.cpp $(srcdir)/kmdichildfrmcaption.cpp $(srcdir)/kmdichildview.cpp $(srcdir)/kmdimainfrm.cpp $(srcdir)/kmditaskbar.cpp $(srcdir)/kmdidockcontainer.cpp $(srcdir)/kmditoolviewaccessor.cpp $(srcdir)/kmdiguiclient.cpp $(srcdir)/kmdidocumentviewtabwidget.cpp $(srcdir)/kmdifocuslist.cpp  kmdichildview.moc kmdiguiclient.moc kmdichildfrm.moc kmdichildarea.moc kmdidocumentviewtabwidget.moc kmdifocuslist.moc kmditaskbar.moc kmdidockcontainer.moc kmdimainfrm.moc kmditoolviewaccessor.moc kmdichildfrmcaption.moc
- 	@echo 'creating libkmdi_la.all_cpp.cpp ...'; \
- 	rm -f libkmdi_la.all_cpp.files libkmdi_la.all_cpp.final; \
- 	echo "#define KDE_USE_FINAL 1" >> libkmdi_la.all_cpp.final; \
 --- kmdi/test/Makefile.in
 +++ kmdi/test/Makefile.in
 @@ -258,6 +258,9 @@
@@ -20412,9 +20446,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  clean-noinstLTLIBRARIES:
---- kspell2/plugins/aspell/Makefile.in
-+++ kspell2/plugins/aspell/Makefile.in
-@@ -271,6 +271,9 @@
+--- kspell2/plugins/Makefile.in
++++ kspell2/plugins/Makefile.in
+@@ -240,6 +240,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -20424,16 +20458,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -530,7 +533,7 @@
+@@ -487,7 +490,7 @@
+ all: docs-am  all-recursive
  
  .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -568,9 +571,9 @@
+@@ -525,9 +528,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -20443,10 +20477,10 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
- 	@$(NORMAL_INSTALL)
---- kspell2/plugins/hspell/Makefile.in
-+++ kspell2/plugins/hspell/Makefile.in
+ 
+ mostlyclean-libtool:
+--- kspell2/plugins/aspell/Makefile.in
++++ kspell2/plugins/aspell/Makefile.in
 @@ -271,6 +271,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
@@ -20478,9 +20512,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kspell2/plugins/ispell/Makefile.in
-+++ kspell2/plugins/ispell/Makefile.in
-@@ -273,6 +273,9 @@
+--- kspell2/plugins/hspell/Makefile.in
++++ kspell2/plugins/hspell/Makefile.in
+@@ -271,6 +271,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -20490,7 +20524,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -540,7 +543,7 @@
+@@ -530,7 +533,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -20499,7 +20533,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -578,9 +581,9 @@
+@@ -568,9 +571,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -20511,9 +20545,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kspell2/plugins/Makefile.in
-+++ kspell2/plugins/Makefile.in
-@@ -240,6 +240,9 @@
+--- kspell2/plugins/ispell/Makefile.in
++++ kspell2/plugins/ispell/Makefile.in
+@@ -273,6 +273,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -20523,16 +20557,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -487,7 +490,7 @@
- all: docs-am  all-recursive
+@@ -540,7 +543,7 @@
  
  .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -525,9 +528,9 @@
+@@ -578,9 +581,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -20542,8 +20576,8 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
 --- kspell2/tests/Makefile.in
 +++ kspell2/tests/Makefile.in
 @@ -71,7 +71,8 @@
@@ -20660,6 +20694,39 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
+--- kstyles/Makefile.in
++++ kstyles/Makefile.in
+@@ -240,6 +240,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -485,7 +488,7 @@
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -523,9 +526,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
 --- kstyles/highcolor/Makefile.in
 +++ kstyles/highcolor/Makefile.in
 @@ -284,6 +284,9 @@
@@ -20693,9 +20760,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kstyles/highcontrast/config/Makefile.in
-+++ kstyles/highcontrast/config/Makefile.in
-@@ -267,6 +267,9 @@
+--- kstyles/highcontrast/Makefile.in
++++ kstyles/highcontrast/Makefile.in
+@@ -301,6 +301,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -20705,7 +20772,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -519,7 +522,7 @@
+@@ -560,7 +563,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -20714,7 +20781,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -557,9 +560,9 @@
+@@ -598,9 +601,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -20724,11 +20791,11 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
+ install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kstyles/highcontrast/Makefile.in
-+++ kstyles/highcontrast/Makefile.in
-@@ -301,6 +301,9 @@
+--- kstyles/highcontrast/config/Makefile.in
++++ kstyles/highcontrast/config/Makefile.in
+@@ -267,6 +267,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -20738,7 +20805,7 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -560,7 +563,7 @@
+@@ -519,7 +522,7 @@
  
  .SUFFIXES:
  .SUFFIXES: .cpp .lo .o .obj
@@ -20747,7 +20814,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -598,9 +601,9 @@
+@@ -557,9 +560,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -20757,7 +20824,7 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES)
+ install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
 --- kstyles/keramik/Makefile.in
 +++ kstyles/keramik/Makefile.in
@@ -20891,9 +20958,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kstyles/Makefile.in
-+++ kstyles/Makefile.in
-@@ -240,6 +240,9 @@
+--- kstyles/plastik/Makefile.in
++++ kstyles/plastik/Makefile.in
+@@ -286,6 +286,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -20903,16 +20970,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -485,7 +488,7 @@
- all: docs-am  all-recursive
+@@ -545,7 +548,7 @@
  
  .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -523,9 +526,9 @@
+@@ -583,9 +586,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -20922,8 +20989,8 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
+ install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
 --- kstyles/plastik/config/Makefile.in
 +++ kstyles/plastik/config/Makefile.in
 @@ -267,6 +267,9 @@
@@ -20957,39 +21024,6 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kstyles/plastik/Makefile.in
-+++ kstyles/plastik/Makefile.in
-@@ -286,6 +286,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -545,7 +548,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -583,9 +586,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-kde_styleLTLIBRARIES: $(kde_style_LTLIBRARIES)
- 	@$(NORMAL_INSTALL)
 --- kstyles/riscos/Makefile.in
 +++ kstyles/riscos/Makefile.in
 @@ -235,6 +235,9 @@
@@ -21065,9 +21099,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
---- kstyles/utils/installtheme/Makefile.in
-+++ kstyles/utils/installtheme/Makefile.in
-@@ -258,6 +258,9 @@
+--- kstyles/utils/Makefile.in
++++ kstyles/utils/Makefile.in
+@@ -240,6 +240,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -21077,16 +21111,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -516,7 +519,7 @@
+@@ -485,7 +488,7 @@
+ all: docs-am  all-recursive
  
  .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -554,9 +557,9 @@
+@@ -523,9 +526,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -21096,11 +21130,11 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-binPROGRAMS: $(bin_PROGRAMS)
- 	@$(NORMAL_INSTALL)
---- kstyles/utils/Makefile.in
-+++ kstyles/utils/Makefile.in
-@@ -240,6 +240,9 @@
+ 
+ mostlyclean-libtool:
+--- kstyles/utils/installtheme/Makefile.in
++++ kstyles/utils/installtheme/Makefile.in
+@@ -258,6 +258,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -21110,16 +21144,16 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -485,7 +488,7 @@
- all: docs-am  all-recursive
+@@ -516,7 +519,7 @@
  
  .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
 -$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -523,9 +526,9 @@
+@@ -554,9 +557,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -21129,8 +21163,8 @@
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
 --- kstyles/web/Makefile.in
 +++ kstyles/web/Makefile.in
 @@ -273,6 +273,9 @@
@@ -21197,39 +21231,6 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  clean-checkLTLIBRARIES:
---- kutils/ksettings/Makefile.in
-+++ kutils/ksettings/Makefile.in
-@@ -270,6 +270,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -521,7 +524,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -559,9 +562,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- clean-noinstLTLIBRARIES:
 --- kutils/Makefile.in
 +++ kutils/Makefile.in
 @@ -296,6 +296,9 @@
@@ -21327,6 +21328,39 @@
  	@echo 'creating libkutils_la.all_cpp.cpp ...'; \
  	rm -f libkutils_la.all_cpp.files libkutils_la.all_cpp.final; \
  	echo "#define KDE_USE_FINAL 1" >> libkutils_la.all_cpp.final; \
+--- kutils/ksettings/Makefile.in
++++ kutils/ksettings/Makefile.in
+@@ -270,6 +270,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -521,7 +524,7 @@
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -559,9 +562,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
 --- kutils/tests/Makefile.in
 +++ kutils/tests/Makefile.in
 @@ -258,6 +258,9 @@
@@ -21360,6 +21394,39 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  clean-checkPROGRAMS:
+--- kwallet/Makefile.in
++++ kwallet/Makefile.in
+@@ -241,6 +241,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -488,7 +491,7 @@
+ all: docs-am  all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -526,9 +529,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
 --- kwallet/backend/Makefile.in
 +++ kwallet/backend/Makefile.in
 @@ -272,6 +272,9 @@
@@ -21459,39 +21526,6 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  	@$(NORMAL_INSTALL)
---- kwallet/Makefile.in
-+++ kwallet/Makefile.in
-@@ -241,6 +241,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -488,7 +491,7 @@
- all: docs-am  all-recursive
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -526,9 +529,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
 --- kwallet/tests/Makefile.in
 +++ kwallet/tests/Makefile.in
 @@ -274,6 +274,9 @@
@@ -21690,9 +21724,9 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
---- Makefile.in
-+++ Makefile.in
-@@ -286,6 +286,9 @@
+--- mimetypes/Makefile.in
++++ mimetypes/Makefile.in
+@@ -250,6 +250,9 @@
  LUA = @LUA@
  LUA_INCLUDES = @LUA_INCLUDES@
  LUA_LIBS = @LUA_LIBS@
@@ -21702,48 +21736,27 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -544,7 +547,7 @@
+@@ -497,7 +500,7 @@
+ all: docs-am  all-recursive
+ 
  .SUFFIXES:
- am--refresh:
- 	@:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/admin/Doxyfile.am $(srcdir)/admin/deps.am $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/admin/Doxyfile.am $(srcdir)/admin/deps.am $(am__configure_deps)
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -586,12 +589,12 @@
+@@ -535,9 +538,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	$(SHELL) ./config.status --recheck
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
 -$(top_srcdir)/configure:  $(am__configure_deps)
 +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- #>- 	cd $(srcdir) && $(AUTOCONF)
- #>+ 2
- 	cd $(srcdir) && rm -f configure
- 	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 -$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
- config.h: stamp-h1
-@@ -603,7 +606,7 @@
- stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
- 	@rm -f stamp-h1
- 	cd $(top_builddir) && $(SHELL) ./config.status config.h
--$(srcdir)/config.h.in:  $(am__configure_deps) 
-+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
- 	cd $(top_srcdir) && $(AUTOHEADER)
- 	rm -f stamp-h1
- 	touch $@
-@@ -1215,7 +1218,7 @@
- .NOEXPORT:
- 
- #>+ 2
--KDE_DIST=Mainpage.dox configure.files Makefile.am.in.wo aclocal.m4 Makefile.am.in subdirs Makefile.in KDE3PORTING.html config.h.in configure.in Makefile.cvs acinclude.m4 Makefile.am 
-+KDE_DIST=Mainpage.dox configure.files Makefile.am.in.wo aclocal.m4 Makefile.am.in stamp-h.in subdirs Makefile.in KDE3PORTING.html config.h.in configure.in Makefile.cvs Makefile.am configure acinclude.m4 
- 
- #>+ 2
- docs-am:
+ mostlyclean-libtool:
 --- mimetypes/application/Makefile.in
 +++ mimetypes/application/Makefile.in
 @@ -234,6 +234,9 @@
@@ -21756,6 +21769,15 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
+@@ -504,7 +507,7 @@
+ 	x-kspread.desktop x-kugar.desktop x-kword.desktop \
+ 	x-quattropro.desktop x-amipro.desktop x-tgif.desktop \
+ 	x-lyx.desktop x-zerosize.desktop x-kpovmodeler.desktop x-cda.desktop \
+-	pkcs7-mime.desktop pkcs10.desktop sieve.desktop \
++	pkcs7-mime.desktop pkcs10.desktop sieve.desktop mbox.desktop \
+ 	x-hancomword.desktop \
+ 	x-font-bdf.desktop x-font-pcf.desktop x-font-speedo.desktop x-font-type1.desktop \
+ 	x-font-ghostscript.desktop x-font-snf.desktop x-font-ttf.desktop \
 @@ -549,7 +552,7 @@
  all: docs-am  all-am
  
@@ -21782,7 +21804,7 @@
  
  #>+ 2
 -KDE_DIST=x-karbon.desktop vnd.rn-realmedia.desktop x-tbz.desktop x-gnumeric.desktop x-ruby.desktop pdf.desktop x-kontour.desktop x-compress.desktop x-sharedlib.desktop x-zip-compressed.desktop msexcel.desktop x-tgif.desktop x-x509-ca-cert.desktop java.desktop x-font-bdf.desktop x-javascript.desktop x-font-ttc.desktop pkcs7-signature.desktop x-abiword.desktop vnd.sun.xml.impress.desktop x-kugar.desktop pkcs7-mime.desktop vnd.sun.xml.impress.template.desktop vnd.stardivision.impress.desktop x-kspread.desktop ogg.desktop x-troff-man.desktop x-dvi.desktop x-arj.desktop Makefile.in x-lha.desktop x-bzip.desktop x-archive.desktop x-debian-package.desktop x-kformula.desktop uninstall.desktop x-kde-wallet.desktop x-rpm.desktop pgp.desktop msword.desktop x-sqlite2.desktop x-mswrite.desktop x-java.desktop x-executable-script.desktop x-afm.desktop x-pkcs12.desktop x-gzip.desktop vnd.sun.xml.base.desktop mathml+xml.desktop x-font-snf.desktop x-msdos-program.desktop x-kcsrc.desktop smil.desktop x-kivio.desktop x-applixword.desktop x-pw.desktop pgp-keys.desktop x-font-ttf.desktop vnd.mozilla.xul+xml.desktop x-egon.desktop x-rar.desktop x-object.desktop x-executable.desktop x-shockwave-flash.desktop x-trash.desktop x-perl-module.desktop x-perl.desktop x-kchart.desktop xml-dtd.desktop x-cue.desktop x-python.desktop x-font-ghostscript.desktop x-lyx.desktop vnd.ms-powerpoint.desktop vnd.sun.xml.calc.desktop x-bzip2.desktop illustrator.desktop chm.desktop vnd.sun.xml.calc.template.desktop vnd.sun.xml.draw.template.desktop x-kword.desktop vnd.stardivision.math.desktop x-java-jnlp-file.desktop x-core.desktop x-zoo.desktop pkcs10.desktop x-designer.desktop mspowerpoint.desktop x-troff.desktop x-kpresenter.desktop x-krita.desktop vnd.palm.desktop postscript.desktop vnd.sun.xml.writer.desktop vnd.stardivision.chart.desktop x-desktop.desktop x-cpio.desktop x-sqlite3.desktop x-ace.desktop x-quattropro.desktop x-applixspread.desktop x-tex-gf.desktop x-7z.desktop x-xliff.desktop x-java-applet.desktop pgp-encrypted.desktop x-tar.desktop x-arc.desktop x-font-otf.desktop x-webarchive.desktop vnd.ms-excel.desktop x-applixgraphics.desktop vnd.stardivision.writer-global.desktop x-zip.desktop x-msmetafile.desktop fits.desktop vnd.sun.xml.draw.desktop x-ogg.desktop xsd.desktop x-dbase.desktop x-awk.desktop vnd.sun.xml.writer.master.desktop x-ica.desktop x-kudesigner.desktop x-gzdvi.desktop x-bz2dvi.desktop wordperfect.desktop x-python-bytecode.desktop x-msaccess.desktop x-tgz.desktop x-font-pcf.desktop x-zerosize.desktop x-gettext.desktop x-iso.desktop x-mimearchive.desktop vnd.stardivision.draw.desktop x-cda.desktop x-bittorrent.desktop xml.desktop x-jar.desktop x-rar-compressed.desktop x-magicpoint.desktop octet-stream.desktop x-siag.desktop x-font-type1.desktop x-tarz.desktop vnd.stardivision.writer.desktop sieve.desktop vnd.sun.xml.writer.template.desktop x-tex-pk.desktop x-php.desktop x-gzpostscript.desktop x-pak.desktop x-vnd.kde.kugar.mixed.desktop x-lzop.desktop x-amipro.desktop x-vnd.kde.kplato.desktop x-vnd.kde.kexi.desktop x-hancomword.desktop x-deb.desktop x-shellscript.desktop xhtml+xml.desktop pgp-signature.desktop x-tzo.desktop vnd.ms-word.desktop x-kpovmodeler.desktop relaxng.desktop x-graphite.desktop vnd.stardivision.calc.desktop vnd.ms-asf.desktop Makefile.am x-linguist.desktop x-font-speedo.desktop 
-+KDE_DIST=x-karbon.desktop vnd.rn-realmedia.desktop x-tbz.desktop x-gnumeric.desktop x-ruby.desktop pdf.desktop x-kontour.desktop x-sharedlib.desktop x-compress.desktop x-zip-compressed.desktop msexcel.desktop x-tgif.desktop x-x509-ca-cert.desktop java.desktop x-font-bdf.desktop x-javascript.desktop x-font-ttc.desktop pkcs7-signature.desktop x-abiword.desktop vnd.sun.xml.impress.desktop x-kugar.desktop pkcs7-mime.desktop vnd.sun.xml.impress.template.desktop vnd.stardivision.impress.desktop x-kspread.desktop ogg.desktop x-troff-man.desktop x-dvi.desktop x-arj.desktop x-lha.desktop Makefile.in x-bzip.desktop x-archive.desktop x-debian-package.desktop x-kformula.desktop uninstall.desktop x-kde-wallet.desktop x-rpm.desktop pgp.desktop msword.desktop x-sqlite2.desktop x-java.desktop x-mswrite.desktop x-afm.desktop x-executable-script.desktop x-pkcs12.desktop x-gzip.desktop vnd.sun.xml.base.desktop mathml+xml.desktop x-font-snf.desktop smil.desktop x-kcsrc.desktop x-msdos-program.desktop x-kivio.desktop x-applixword.desktop x-pw.desktop pgp-keys.desktop x-font-ttf.desktop vnd.mozilla.xul+xml.desktop x-egon.desktop x-rar.desktop x-object.desktop x-executable.desktop x-trash.desktop x-shockwave-flash.desktop x-perl-module.desktop x-perl.desktop x-kchart.desktop xml-dtd.desktop x-cue.desktop x-python.desktop x-font-ghostscript.desktop x-lyx.desktop vnd.ms-powerpoint.desktop vnd.sun.xml.calc.desktop x-bzip2.desktop illustrator.desktop chm.desktop vnd.sun.xml.calc.template.desktop vnd.sun.xml.draw.template.desktop x-kword.desktop vnd.stardivision.math.desktop x-java-jnlp-file.desktop x-zoo.desktop x-core.desktop x-designer.desktop pkcs10.desktop mspowerpoint.desktop x-troff.desktop x-kpresenter.desktop x-krita.desktop vnd.palm.desktop postscript.desktop vnd.sun.xml.writer.desktop vnd.stardivision.chart.desktop x-desktop.desktop x-cpio.desktop x-sqlite3.desktop x-ace.desktop x-quattropro.desktop x-applixspread.desktop x-7z.desktop x-tex-gf.desktop x-xliff.desktop x-java-applet.desktop pgp-encrypted.desktop x-tar.desktop x-arc.desktop x-font-otf.desktop x-webarchive.desktop vnd.ms-excel.desktop vnd.stardivision.writer-global.desktop x-applixgraphics.desktop x-zip.desktop x-msmetafile.desktop fits.desktop vnd.sun.xml.draw.desktop x-ogg.desktop xsd.desktop x-dbase.desktop x-awk.desktop vnd.sun.xml.writer.master.desktop x-ica.desktop x-kudesigner.desktop x-gzdvi.desktop x-bz2dvi.desktop wordperfect.desktop x-python-bytecode.desktop x-msaccess.desktop x-tgz.desktop x-font-pcf.desktop x-zerosize.desktop x-gettext.desktop x-iso.desktop x-mimearchive.desktop vnd.stardivision.draw.desktop x-bittorrent.desktop x-cda.desktop xml.desktop x-jar.desktop x-magicpoint.desktop octet-stream.desktop x-rar-compressed.desktop x-siag.desktop x-font-type1.desktop x-tarz.desktop vnd.stardivision.writer.desktop sieve.desktop vnd.sun.xml.writer.template.desktop x-tex-pk.desktop x-php.desktop x-gzpostscript.desktop x-pak.desktop x-vnd.kde.kugar.mixed.desktop x-lzop.desktop x-amipro.desktop x-vnd.kde.kplato.desktop x-vnd.kde.kexi.desktop x-hancomword.desktop x-deb.desktop xhtml+xml.desktop x-shellscript.desktop pgp-signature.desktop x-tzo.desktop vnd.ms-word.desktop x-kpovmodeler.desktop relaxng.desktop x-graphite.desktop vnd.stardivision.calc.desktop vnd.ms-asf.desktop Makefile.am x-font-speedo.desktop x-linguist.desktop 
++KDE_DIST=x-karbon.desktop vnd.rn-realmedia.desktop x-tbz.desktop x-gnumeric.desktop x-ruby.desktop pdf.desktop x-kontour.desktop x-sharedlib.desktop x-compress.desktop x-zip-compressed.desktop msexcel.desktop x-tgif.desktop x-x509-ca-cert.desktop java.desktop x-font-bdf.desktop x-javascript.desktop x-font-ttc.desktop pkcs7-signature.desktop x-abiword.desktop vnd.sun.xml.impress.desktop x-kugar.desktop pkcs7-mime.desktop vnd.sun.xml.impress.template.desktop vnd.stardivision.impress.desktop x-kspread.desktop ogg.desktop x-troff-man.desktop x-dvi.desktop x-arj.desktop x-lha.desktop Makefile.in x-bzip.desktop x-archive.desktop x-debian-package.desktop x-kformula.desktop uninstall.desktop x-kde-wallet.desktop x-rpm.desktop pgp.desktop msword.desktop x-sqlite2.desktop x-java.desktop x-mswrite.desktop x-afm.desktop x-executable-script.desktop x-pkcs12.desktop x-gzip.desktop vnd.sun.xml.base.desktop mathml+xml.desktop x-font-snf.desktop smil.desktop x-kcsrc.desktop x-msdos-program.desktop x-kivio.desktop x-applixword.desktop x-pw.desktop pgp-keys.desktop x-font-ttf.desktop vnd.mozilla.xul+xml.desktop x-egon.desktop x-rar.desktop x-object.desktop x-executable.desktop x-trash.desktop x-shockwave-flash.desktop x-perl-module.desktop x-perl.desktop x-kchart.desktop xml-dtd.desktop x-cue.desktop x-python.desktop x-font-ghostscript.desktop x-lyx.desktop vnd.ms-powerpoint.desktop vnd.sun.xml.calc.desktop x-bzip2.desktop illustrator.desktop chm.desktop vnd.sun.xml.calc.template.desktop vnd.sun.xml.draw.template.desktop x-kword.desktop vnd.stardivision.math.desktop x-java-jnlp-file.desktop x-zoo.desktop x-core.desktop x-designer.desktop pkcs10.desktop mspowerpoint.desktop x-troff.desktop x-kpresenter.desktop x-krita.desktop vnd.palm.desktop postscript.desktop vnd.sun.xml.writer.desktop vnd.stardivision.chart.desktop x-desktop.desktop x-cpio.desktop x-sqlite3.desktop x-ace.desktop x-quattropro.desktop x-applixspread.desktop x-7z.desktop x-tex-gf.desktop x-xliff.desktop x-java-applet.desktop pgp-encrypted.desktop x-tar.desktop x-arc.desktop x-font-otf.desktop x-webarchive.desktop vnd.ms-excel.desktop vnd.stardivision.writer-global.desktop x-applixgraphics.desktop x-zip.desktop x-msmetafile.desktop fits.desktop vnd.sun.xml.draw.desktop x-ogg.desktop xsd.desktop x-dbase.desktop x-awk.desktop vnd.sun.xml.writer.master.desktop x-ica.desktop x-kudesigner.desktop x-gzdvi.desktop x-bz2dvi.desktop wordperfect.desktop x-python-bytecode.desktop x-msaccess.desktop x-tgz.desktop x-font-pcf.desktop x-zerosize.desktop x-gettext.desktop x-iso.desktop x-mimearchive.desktop mbox.desktop vnd.stardivision.draw.desktop x-bittorrent.desktop x-cda.desktop xml.desktop x-jar.desktop x-magicpoint.desktop octet-stream.desktop x-rar-compressed.desktop x-siag.desktop x-font-type1.desktop x-tarz.desktop vnd.stardivision.writer.desktop sieve.desktop vnd.sun.xml.writer.template.desktop x-tex-pk.desktop x-php.desktop x-gzpostscript.desktop x-pak.desktop x-vnd.kde.kugar.mixed.desktop x-lzop.desktop x-amipro.desktop x-vnd.kde.kplato.desktop x-vnd.kde.kexi.desktop x-hancomword.desktop x-deb.desktop xhtml+xml.desktop x-shellscript.desktop pgp-signature.desktop x-tzo.desktop vnd.ms-word.desktop x-kpovmodeler.desktop relaxng.desktop x-graphite.desktop vnd.stardivision.calc.desktop vnd.ms-asf.desktop Makefile.am x-font-speedo.desktop x-linguist.desktop 
  
  #>+ 2
  docs-am:
@@ -21840,7 +21862,17 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -490,7 +493,7 @@
+@@ -481,7 +484,8 @@
+     x-portable-pixmap.desktop x-pcx.desktop x-targa.desktop jp2.desktop \
+     x-vnd.trolltech.qpicture.desktop x-vnd.adobe.photoshop.desktop \
+     x-xcursor.desktop pjpeg.desktop x-exr.desktop \
+-    x-rgb.desktop x-dds.desktop x-djvu.desktop x-hdr.desktop fits.desktop
++    x-rgb.desktop x-dds.desktop x-djvu.desktop x-djvu-2.desktop x-hdr.desktop \
++    fits.desktop
+ 
+ mimetypeimagedatadir = $(kde_mimedir)/image
+ EXTRA_DIST = $(mimetypeimagedata_DATA)
+@@ -490,7 +494,7 @@
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -21849,7 +21881,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -528,9 +531,9 @@
+@@ -528,9 +532,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -21861,6 +21893,15 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
+@@ -694,7 +698,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=fax-g3.desktop x-ico.desktop jpg.desktop x-photo-cd.desktop x-vnd.trolltech.qpicture.desktop x-portable-pixmap.desktop tiff.desktop x-xcf-gimp.desktop x-msod.desktop Makefile.in x-djvu.desktop x-wmf.desktop x-bmp.desktop svg+xml.desktop x-xcursor.desktop uninstall.desktop x-pcx.desktop x-xpm.desktop x-hdr.desktop svg-xml.desktop x-portable-greymap.desktop png.desktop x-exr.desktop x-eps.desktop pjpeg.desktop x-rgb.desktop fits.desktop x-targa.desktop x-jng.desktop x-portable-bitmap.desktop x-xbm.desktop jpeg.desktop x-vnd.adobe.photoshop.desktop gif.desktop x-xfig.desktop x-dds.desktop cgm.desktop jp2.desktop Makefile.am 
++KDE_DIST=fax-g3.desktop x-ico.desktop jpg.desktop x-photo-cd.desktop x-vnd.trolltech.qpicture.desktop x-portable-pixmap.desktop tiff.desktop x-xcf-gimp.desktop x-msod.desktop Makefile.in x-djvu.desktop x-wmf.desktop x-bmp.desktop svg+xml.desktop x-xcursor.desktop uninstall.desktop x-pcx.desktop x-xpm.desktop x-hdr.desktop svg-xml.desktop x-portable-greymap.desktop png.desktop x-exr.desktop x-djvu-2.desktop x-eps.desktop pjpeg.desktop x-rgb.desktop fits.desktop x-targa.desktop x-jng.desktop x-portable-bitmap.desktop x-xbm.desktop jpeg.desktop x-vnd.adobe.photoshop.desktop gif.desktop x-xfig.desktop x-dds.desktop cgm.desktop jp2.desktop Makefile.am 
+ 
+ #>+ 2
+ docs-am:
 --- mimetypes/inode/Makefile.in
 +++ mimetypes/inode/Makefile.in
 @@ -234,6 +234,9 @@
@@ -21894,39 +21935,6 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
---- mimetypes/Makefile.in
-+++ mimetypes/Makefile.in
-@@ -250,6 +250,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -497,7 +500,7 @@
- all: docs-am  all-recursive
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -535,9 +538,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
- mostlyclean-libtool:
 --- mimetypes/message/Makefile.in
 +++ mimetypes/message/Makefile.in
 @@ -234,6 +234,9 @@
@@ -22134,6 +22142,48 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
+--- pics/Makefile.in
++++ pics/Makefile.in
+@@ -274,6 +274,9 @@
+ LUA = @LUA@
+ LUA_INCLUDES = @LUA_INCLUDES@
+ LUA_LIBS = @LUA_LIBS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+ MCOPIDL = @MCOPIDL@
+@@ -525,7 +528,7 @@
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ #>- 	@for dep in $?; do \
+ #>- 	  case '$(am__configure_deps)' in \
+ #>- 	    *$$dep*) \
+@@ -563,9 +566,9 @@
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+@@ -925,7 +928,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=Makefile.in LICENSE.crystalsvg Makefile.am 
++KDE_DIST=LICENSE.crystalsvg Makefile.in Makefile.am 
+ 
+ #>+ 2
+ docs-am:
 --- pics/crystalsvg/Makefile.in
 +++ pics/crystalsvg/Makefile.in
 @@ -234,6 +234,9 @@
@@ -29832,7 +29882,13 @@
  MAKEINFO = @MAKEINFO@
  MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
  MCOPIDL = @MCOPIDL@
-@@ -481,7 +484,7 @@
+@@ -475,13 +478,12 @@
+ xdg_menudir = @xdg_menudir@
+ hicolordir = $(kde_icondir)/hicolor
+ hicolor_DATA = index.theme
+-KDE_ICON = AUTO
+ #>- all: all-am
+ #>+ 1
  all: docs-am  all-am
  
  .SUFFIXES:
@@ -29841,7 +29897,7 @@
  #>- 	@for dep in $?; do \
  #>- 	  case '$(am__configure_deps)' in \
  #>- 	    *$$dep*) \
-@@ -519,9 +522,9 @@
+@@ -519,9 +521,9 @@
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
@@ -29853,45 +29909,3 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  mostlyclean-libtool:
---- pics/Makefile.in
-+++ pics/Makefile.in
-@@ -274,6 +274,9 @@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_LIBS = @LUA_LIBS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
- MAKEINFO = @MAKEINFO@
- MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
- MCOPIDL = @MCOPIDL@
-@@ -525,7 +528,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .cpp .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- #>- 	@for dep in $?; do \
- #>- 	  case '$(am__configure_deps)' in \
- #>- 	    *$$dep*) \
-@@ -563,9 +566,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-binPROGRAMS: $(bin_PROGRAMS)
- 	@$(NORMAL_INSTALL)
-@@ -925,7 +928,7 @@
- .NOEXPORT:
- 
- #>+ 2
--KDE_DIST=Makefile.in LICENSE.crystalsvg Makefile.am 
-+KDE_DIST=LICENSE.crystalsvg Makefile.in Makefile.am 
- 
- #>+ 2
- docs-am:




More information about the pkg-kde-commits mailing list