diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2010-05-03 23:50:54 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2010-05-03 23:50:54 +0000 |
commit | 19993becee07ce5d44a8d48fd7b9a8c1956d2e53 (patch) | |
tree | c608487049013e364298f6fcb7beb9425bf516d4 /finance | |
parent | 6c017c69f0dc8765444dfd78bf7bacc27e76d978 (diff) | |
download | ports-19993becee07ce5d44a8d48fd7b9a8c1956d2e53.tar.gz ports-19993becee07ce5d44a8d48fd7b9a8c1956d2e53.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/kmymoney-kde4/Makefile | 88 | ||||
-rw-r--r-- | finance/kmymoney-kde4/distinfo | 6 | ||||
-rw-r--r-- | finance/kmymoney-kde4/files/extra-patch-Makefile.in | 11 | ||||
-rw-r--r-- | finance/kmymoney-kde4/files/extra-patch-doc__en__Makefile.in | 32 | ||||
-rw-r--r-- | finance/kmymoney-kde4/files/patch-admin__install-sh | 28 | ||||
-rw-r--r-- | finance/kmymoney-kde4/files/patch-configure | 30 | ||||
-rw-r--r-- | finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.am | 10 | ||||
-rw-r--r-- | finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.in | 18 | ||||
-rw-r--r-- | finance/kmymoney-kde4/files/patch-doc__en__Makefile.am | 20 | ||||
-rw-r--r-- | finance/kmymoney-kde4/files/patch-doc__en__Makefile.in | 28 | ||||
-rw-r--r-- | finance/kmymoney-kde4/pkg-descr | 14 | ||||
-rw-r--r-- | finance/kmymoney-kde4/pkg-plist | 2246 |
12 files changed, 1134 insertions, 1397 deletions
diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index 2f29aed4cdfa..dd18da338876 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -5,59 +5,69 @@ # $FreeBSD$ # -PORTNAME= kmymoney2 -PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTNAME= kmymoney +PORTVERSION= 3.97.2 CATEGORIES= finance -MASTER_SITES= SF/${PORTNAME}/KMyMoney/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}2/KMyMoney-KDE4/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= KDE-based personal finance assistant +MAINTAINER= bsdkaffee@gmail.com +COMMENT= KDE 4.x-based personal finance manager -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ +LIB_DEPENDS= boost_graph.4:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= osp.5:${PORTSDIR}/textproc/opensp - -LIB_DEPENDS+= ofx.4:${PORTSDIR}/finance/libofx - -USE_KDELIBS_VER=3 -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool:22 -USE_PERL5= yes USE_BZIP2= yes +USE_CMAKE= yes +USE_QT_VER= 4 +QT_COMPONENTS= gui dbus network phonon qt3support sql svg xml \ + moc_build rcc_build uic_build +USE_KDE4= kdehier kdeprefix automoc4 kdelibs pimlibs sharedmime USE_LDCONFIG= yes USE_GETTEXT= yes -USE_XORG= xext +MAKE_JOBS_SAFE= yes -INSTALLS_ICONS= yes +MAN1= kmymoney.1 -MAN1= kmymoney2.1 -MANCOMPRESSED= yes +OPTIONS= CALENDAR "Enable Calendar plugin" on \ + KBANKING "Enable KBanking plugin" off \ + OFX "Enable OFX plugin" off \ + QUOTES "Enable online price quotes" off -DATADIR= ${PREFIX}/share/apps/${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} +.include <bsd.port.options.mk> -.include <bsd.port.pre.mk> +.if defined(WITH_CALENDAR) +LIB_DEPENDS+= ical.43:${PORTSDIR}/devel/libical +CMAKE_ARGS+= -DENABLE_LIBICAL:BOOL=ON +PLIST_SUB+= WITH_CALENDAR="" +.else +CMAKE_ARGS+= -DENABLE_LIBICAL:BOOL=OFF +PLIST_SUB+= WITH_CALENDAR="@comment " +.endif -.if !defined(NOPORTDOCS) -CONFIGURE_ARGS= --enable-ofxplugin --enable-ofxbanking --enable-pdf-docs +.if defined(WITH_KBANKING) +LIB_DEPENDS+= aqbanking.31:${PORTSDIR}/finance/aqbanking +CMAKE_ARGS+= -DENABLE_KBANKING:BOOL=ON +PLIST_SUB+= WITH_KBANKING="" +.else +CMAKE_ARGS+= -DENABLE_KBANKING:BOOL=OFF +PLIST_SUB+= WITH_KBANKING="@comment " +.endif -# Add more build-time dependencies to generate the PDF docs -BUILD_DEPENDS+= jade:${PORTSDIR}/textproc/jade \ - pdfjadetex:${PORTSDIR}/print/jadetex \ - html2ps:${PORTSDIR}/print/html2ps-letter \ - dsssl-docbook-modular>=0:${PORTSDIR}/textproc/dsssl-docbook-modular \ - cppunit-config:${PORTSDIR}/devel/cppunit \ - recode:${PORTSDIR}/converters/recode +.if defined(WITH_OFX) +LIB_DEPENDS+= ofx.4:${PORTSDIR}/finance/libofx +CMAKE_ARGS+= -DENABLE_LIBOFX:BOOL=ON +PLIST_SUB+= WITH_OFX="" .else -CONFIGURE_ARGS= --enable-ofxplugin --enable-ofxbanking -EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in \ - ${FILESDIR}/extra-patch-doc__en__Makefile.in +CMAKE_ARGS+= -DENABLE_LIBOFX:BOOL=OFF +PLIST_SUB+= WITH_OFX="@comment " .endif -post-patch: - @${REINPLACE_CMD} -e 's|%%LIBTOOL%%|${LIBTOOL}|g ; \ - s|%%LTMAIN%%|${LTMAIN}|g' ${WRKSRC}/configure +.if defined(WITH_QUOTES) +USE_PERL5= yes +RUN_DEPENDS+= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ + ${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/finance/p5-Finance-Quote \ + ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \ + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/finance/kmymoney-kde4/distinfo b/finance/kmymoney-kde4/distinfo index c96f967d9b42..d6d06a91486d 100644 --- a/finance/kmymoney-kde4/distinfo +++ b/finance/kmymoney-kde4/distinfo @@ -1,3 +1,3 @@ -MD5 (kmymoney2-1.0.3.tar.bz2) = f131bdf4d2c9f2f5778126fe2ade7c1e -SHA256 (kmymoney2-1.0.3.tar.bz2) = d2d15448626e8446ec8156af8da18f0618f82171e1928951baf912e349d7dc97 -SIZE (kmymoney2-1.0.3.tar.bz2) = 12245425 +MD5 (kmymoney-3.97.2.tar.bz2) = 3a58c497840d7d5f276415ff0657e384 +SHA256 (kmymoney-3.97.2.tar.bz2) = 2e5f33594ba1c125f9ad627119e68695d850f25a145ff07443425980677e5df5 +SIZE (kmymoney-3.97.2.tar.bz2) = 14793343 diff --git a/finance/kmymoney-kde4/files/extra-patch-Makefile.in b/finance/kmymoney-kde4/files/extra-patch-Makefile.in deleted file mode 100644 index 38cac64d43af..000000000000 --- a/finance/kmymoney-kde4/files/extra-patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2010-02-23 22:14:08.000000000 -0300 -+++ Makefile.in 2010-02-12 12:02:37.000000000 -0200 -@@ -342,7 +342,7 @@ - xdg_menudir = @xdg_menudir@ - - # just make sure, we don't ship the sqlite subdirectory with the tarball --SOURCEDIRS = libkgpgfile libkdchart kmymoney2 po doc developer-doc -+SOURCEDIRS = libkgpgfile libkdchart kmymoney2 po doc - SUBDIRS = @SQLITE3@ $(SOURCEDIRS) - DIST_SUBDIRS = $(SOURCEDIRS) contrib - diff --git a/finance/kmymoney-kde4/files/extra-patch-doc__en__Makefile.in b/finance/kmymoney-kde4/files/extra-patch-doc__en__Makefile.in deleted file mode 100644 index daf0663bdcce..000000000000 --- a/finance/kmymoney-kde4/files/extra-patch-doc__en__Makefile.in +++ /dev/null @@ -1,32 +0,0 @@ ---- doc/en/Makefile.in.orig 2010-02-12 12:02:37.000000000 -0200 -+++ doc/en/Makefile.in 2010-02-23 22:20:32.000000000 -0300 -@@ -338,9 +338,9 @@ - select_database.png budgets_view.png forecast_view.png \ - newfile-2.png newfile-3.png newfile-4.png newfile-5.png \ - newfile-6.png --EXTRA_DIST = kmymoney2.1 $(DOCBOOK_FILES) -+EXTRA_DIST = kmymoney2.1 - MOSTLYCLEANFILES = index.cache.bz2 kmymoney2.1.gz index.xml *.aux *.tex *.log **.out *.pdf errorlog *.ps *.html online-manual.tar.bz2 --BUILT_SOURCES = index.cache.bz2 kmymoney2.1.gz $(PDF_TARGET) -+BUILT_SOURCES = kmymoney2.1.gz - CHARSET = - KDE_LANG = en - KDE_DOCS = kmymoney2 - $(DOCBOOK_FILES) $(SCREENSHOT_FILES) -@@ -492,7 +492,7 @@ - - #>- install-data-am: - #>+ 1 --install-data-am: install-nls -+install-data-am: - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook - -@@ -652,7 +652,7 @@ - # Also install the man pages on this system - .PHONY: install-docs uninstall-docs - --install-data-hook: kmymoney2.1.gz install-docs -+install-data-hook: kmymoney2.1.gz - -rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmymoney2/kmymoney2.1 - $(mkinstalldirs) $(DESTDIR)$(mandir)/man1/ - $(INSTALL_DATA) kmymoney2.1.gz $(DESTDIR)$(mandir)/man1/kmymoney2.1.gz diff --git a/finance/kmymoney-kde4/files/patch-admin__install-sh b/finance/kmymoney-kde4/files/patch-admin__install-sh deleted file mode 100644 index c8dd2746d86d..000000000000 --- a/finance/kmymoney-kde4/files/patch-admin__install-sh +++ /dev/null @@ -1,28 +0,0 @@ ---- ./admin/install-sh.orig 2004-12-28 15:10:08.000000000 -0500 -+++ ./admin/install-sh 2008-10-10 09:39:06.000000000 -0400 -@@ -50,6 +50,7 @@ - stripcmd="" - rmcmd="$rmprog -f" - mvcmd="$mvprog" -+mkdircmd="$mkdirprog -p" - src="" - dst="" - dir_arg="" -@@ -120,7 +121,7 @@ - instcmd=: - chmodcmd="" - else -- instcmd=$mkdirprog -+ instcmd=$mkdircmd - fi - else - -@@ -181,7 +182,7 @@ - - if [ ! -d "$pathcomp" ] ; - then -- $mkdirprog "$pathcomp" -+ $mkdircmd "$pathcomp" - else - : - fi diff --git a/finance/kmymoney-kde4/files/patch-configure b/finance/kmymoney-kde4/files/patch-configure deleted file mode 100644 index 6742f191b5e5..000000000000 --- a/finance/kmymoney-kde4/files/patch-configure +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig 2010-02-12 12:02:25.000000000 -0200 -+++ configure 2010-03-06 21:40:16.000000000 -0300 -@@ -1,4 +1,4 @@ --#! /bin/sh -+#! /usr/local/bin/bash - # Guess values for system-dependent variables and create Makefiles. - # Generated by GNU Autoconf 2.61. - # -@@ -22548,10 +22548,10 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS=" %%LTMAIN%%" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent' -+LIBTOOL='$(SHELL) %%LIBTOOL%% --silent' - - # Prevent multiple expansion - -@@ -34605,7 +34605,7 @@ - fi - { echo "$as_me:$LINENO: result: $QTDIR" >&5 - echo "${ECHO_T}$QTDIR" >&6; } -- ac_qmake=${QTDIR}/bin/qmake -+ ac_qmake="${QTDIR}/bin/qmake -spec freebsd-g++" - - # Check whether --with-qmake was given. - if test "${with_qmake+set}" = set; then diff --git a/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.am b/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.am deleted file mode 100644 index 3f7517e2c5b3..000000000000 --- a/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- developer-doc/phb/Makefile.am.orig 2010-02-17 20:01:44.000000000 -0200 -+++ developer-doc/phb/Makefile.am 2010-02-17 21:42:28.000000000 -0200 -@@ -106,7 +106,6 @@ - kmymoney-phb.pdf: $(DOCBOOK_FILES) - $(MAKE) get-files - $(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/phb.docbook -o index.html -- recode utf8..latin1 index.html - html2ps -o kmymoney-phb.ps -n index.html - ps2pdf kmymoney-phb.ps kmymoney-phb.pdf - rm index.html kmymoney-phb.ps diff --git a/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.in b/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.in deleted file mode 100644 index a509e0ad8e22..000000000000 --- a/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- developer-doc/phb/Makefile.in.orig 2010-02-17 20:02:33.000000000 -0200 -+++ developer-doc/phb/Makefile.in 2010-02-17 21:43:06.000000000 -0200 -@@ -238,7 +238,6 @@ - exec_prefix = @exec_prefix@ - found_html2ps = @found_html2ps@ - found_ps2pdf = @found_ps2pdf@ --found_recode = @found_recode@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ -@@ -583,7 +582,6 @@ - @GENERATE_PDF_TRUE@kmymoney-phb.pdf: $(DOCBOOK_FILES) - @GENERATE_PDF_TRUE@ $(MAKE) get-files - @GENERATE_PDF_TRUE@ $(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/phb.docbook -o index.html --@GENERATE_PDF_TRUE@ recode utf8..latin1 index.html - @GENERATE_PDF_TRUE@ html2ps -o kmymoney-phb.ps -n index.html - @GENERATE_PDF_TRUE@ ps2pdf kmymoney-phb.ps kmymoney-phb.pdf - @GENERATE_PDF_TRUE@ rm index.html kmymoney-phb.ps diff --git a/finance/kmymoney-kde4/files/patch-doc__en__Makefile.am b/finance/kmymoney-kde4/files/patch-doc__en__Makefile.am deleted file mode 100644 index b9e0432a9cd4..000000000000 --- a/finance/kmymoney-kde4/files/patch-doc__en__Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ ---- doc/en/Makefile.am.orig 2010-02-17 20:04:44.000000000 -0200 -+++ doc/en/Makefile.am 2010-02-17 21:47:06.000000000 -0200 -@@ -87,9 +87,6 @@ - for file in $(DOCBOOK_FILES); do \ - cp $(srcdir)/$$file .; \ - chmod +w $$file; \ -- if test -n $(CHARSET); then \ -- recode utf-8..$(CHARSET) $$file; \ -- fi \ - done; \ - for file in $(SCREENSHOT_FILES); do \ - cp $(srcdir)/$$file .; \ -@@ -111,7 +108,6 @@ - kmymoney-user.pdf: $(DOCBOOK_FILES) $(SCREENSHOT_FILES) - $(MAKE) get-files - $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/index.docbook -o index.html; -- recode utf8..latin1 index.html - html2ps -o kmymoney-user.ps -n index.html - ps2pdf kmymoney-user.ps kmymoney-user.pdf - rm index.html kmymoney-user.ps diff --git a/finance/kmymoney-kde4/files/patch-doc__en__Makefile.in b/finance/kmymoney-kde4/files/patch-doc__en__Makefile.in deleted file mode 100644 index 9aecdde1321f..000000000000 --- a/finance/kmymoney-kde4/files/patch-doc__en__Makefile.in +++ /dev/null @@ -1,28 +0,0 @@ ---- doc/en/Makefile.in.orig 2010-02-17 20:06:19.000000000 -0200 -+++ doc/en/Makefile.in 2010-02-17 21:46:14.000000000 -0200 -@@ -238,7 +238,6 @@ - exec_prefix = @exec_prefix@ - found_html2ps = @found_html2ps@ - found_ps2pdf = @found_ps2pdf@ --found_recode = @found_recode@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ -@@ -620,9 +619,6 @@ - for file in $(DOCBOOK_FILES); do \ - cp $(srcdir)/$$file .; \ - chmod +w $$file; \ -- if test -n $(CHARSET); then \ -- recode utf-8..$(CHARSET) $$file; \ -- fi \ - done; \ - for file in $(SCREENSHOT_FILES); do \ - cp $(srcdir)/$$file .; \ -@@ -641,7 +637,6 @@ - @GENERATE_PDF_TRUE@kmymoney-user.pdf: $(DOCBOOK_FILES) $(SCREENSHOT_FILES) - @GENERATE_PDF_TRUE@ $(MAKE) get-files - @GENERATE_PDF_TRUE@ $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/index.docbook -o index.html; --@GENERATE_PDF_TRUE@ recode utf8..latin1 index.html - @GENERATE_PDF_TRUE@ html2ps -o kmymoney-user.ps -n index.html - @GENERATE_PDF_TRUE@ ps2pdf kmymoney-user.ps kmymoney-user.pdf - @GENERATE_PDF_TRUE@ rm index.html kmymoney-user.ps diff --git a/finance/kmymoney-kde4/pkg-descr b/finance/kmymoney-kde4/pkg-descr index e909d7014ab2..0520b2ab6d6d 100644 --- a/finance/kmymoney-kde4/pkg-descr +++ b/finance/kmymoney-kde4/pkg-descr @@ -1,5 +1,11 @@ -KMyMoney is striving to be a full-featured replacement for your -Windows-based finance software. We are a KDE-based full double-entry -accounting software package, for personal or small-business use. +WARNING!!! This is a beta release. More conservative users may want to use the +KDE3 version (finance/kmymoney2). -WWW: http://kmymoney2.sourceforge.net/ +KMyMoney is a personal finance manager for KDE 4.x. + +It operates similar to MS-Money, supports different account types, +categorization of expenses and incomes, reconciliation of bank accounts and QIF +import/export. Online banking support (statement download) is also provided for +the OFX and HBCI protocols. + +WWW: http://kmymoney2.sourceforge.net/index-home.html diff --git a/finance/kmymoney-kde4/pkg-plist b/finance/kmymoney-kde4/pkg-plist index 9eee91c8ab75..0050a138d6ad 100644 --- a/finance/kmymoney-kde4/pkg-plist +++ b/finance/kmymoney-kde4/pkg-plist @@ -1,7 +1,6 @@ bin/kmymoney -bin/kmymoney2 -include/kmymoney/export.h include/kmymoney/importinterface.h +include/kmymoney/imymoneyprocessingcalendar.h include/kmymoney/imymoneyserialize.h include/kmymoney/imymoneystorage.h include/kmymoney/imymoneystorageformat.h @@ -9,8 +8,10 @@ include/kmymoney/investtransactioneditor.h include/kmymoney/kaccounttemplateselector.h include/kmymoney/kbudgetvalues.h include/kmymoney/kcurrencycalculator.h -include/kmymoney/kgpgfile.h include/kmymoney/kguiutils.h +include/kmymoney/kmm_mymoney_export.h +include/kmymoney/kmm_plugin_export.h +include/kmymoney/kmymoney_export.h include/kmymoney/kmymoneyaccountcombo.h include/kmymoney/kmymoneyaccountcompletion.h include/kmymoney/kmymoneyaccountselector.h @@ -25,11 +26,13 @@ include/kmymoney/kmymoneycompletion.h include/kmymoney/kmymoneycurrencyselector.h include/kmymoney/kmymoneydateinput.h include/kmymoney/kmymoneyedit.h -include/kmymoney/kmymoneyforecastlistviewitem.h include/kmymoney/kmymoneyglobalsettings.h include/kmymoney/kmymoneylineedit.h include/kmymoney/kmymoneylistviewitem.h +include/kmymoney/kmymoneymvccombo.h include/kmymoney/kmymoneyplugin.h +include/kmymoney/kmymoneyreportconfigtabimpl.h +include/kmymoney/kmymoneyreportcontrolimpl.h include/kmymoney/kmymoneyselector.h include/kmymoney/kmymoneytitlelabel.h include/kmymoney/kmymoneyutils.h @@ -48,7 +51,6 @@ include/kmymoney/mymoneykeyvaluecontainer.h include/kmymoney/mymoneymoney.h include/kmymoney/mymoneyobject.h include/kmymoney/mymoneyobjectcontainer.h -include/kmymoney/mymoneyobserver.h include/kmymoney/mymoneypayee.h include/kmymoney/mymoneyprice.h include/kmymoney/mymoneyreport.h @@ -56,7 +58,6 @@ include/kmymoney/mymoneyscheduled.h include/kmymoney/mymoneysecurity.h include/kmymoney/mymoneysplit.h include/kmymoney/mymoneystatement.h -include/kmymoney/mymoneysubject.h include/kmymoney/mymoneytemplate.h include/kmymoney/mymoneytransaction.h include/kmymoney/mymoneytransactionfilter.h @@ -73,1176 +74,1073 @@ include/kmymoney/transaction.h include/kmymoney/transactioneditor.h include/kmymoney/transactioneditorcontainer.h include/kmymoney/transactionform.h -include/kmymoney/transactionsortoption.h +include/kmymoney/transactionsortoptionimpl.h include/kmymoney/viewinterface.h -lib/kde3/kmm_ofximport.a -lib/kde3/kmm_ofximport.la -lib/kde3/kmm_ofximport.so -lib/libkmm_kdchart.a -lib/libkmm_kdchart.la +%%WITH_CALENDAR%%lib/kde4/kcm_kmm_icalendarexport.so +lib/kde4/kcm_kmm_printcheck.so +%%WITH_CALENDAR%%lib/kde4/kmm_icalendarexport.so +%%WITH_KBANKING%%lib/kde4/kmm_kbanking.so +%%WITH_OFX%%lib/kde4/kmm_ofximport.so +lib/kde4/kmm_printcheck.so +lib/kde4/kmm_reconciliationreport.so lib/libkmm_kdchart.so -lib/libkmm_kdchart.so.0 -lib/libkmm_mymoney.a -lib/libkmm_mymoney.la +lib/libkmm_kdchart.so.5 +lib/libkmm_kdchart.so.5.0.1 lib/libkmm_mymoney.so lib/libkmm_mymoney.so.5 -lib/libkmm_plugin.a -lib/libkmm_plugin.la +lib/libkmm_mymoney.so.5.0.1 lib/libkmm_plugin.so -lib/libkmm_plugin.so.0 -share/applications/kde/kmymoney2.desktop -share/apps/kmm_ofximport/kmm_ofximport.rc -share/config.kcfg/kmymoney2.kcfg -share/icons/Tango/128x128/apps/account-types_asset.png -share/icons/Tango/128x128/apps/account-types_cash.png -share/icons/Tango/128x128/apps/account-types_checking.png -share/icons/Tango/128x128/apps/account-types_closed.png -share/icons/Tango/128x128/apps/account-types_credit-card.png -share/icons/Tango/128x128/apps/account-types_expense.png -share/icons/Tango/128x128/apps/account-types_income.png -share/icons/Tango/128x128/apps/account-types_investments.png -share/icons/Tango/128x128/apps/account-types_liability.png -share/icons/Tango/128x128/apps/account-types_loan.png -share/icons/Tango/128x128/apps/account-types_savings.png -share/icons/Tango/128x128/apps/account.png -share/icons/Tango/128x128/apps/account_add.png -share/icons/Tango/128x128/apps/accounts.png -share/icons/Tango/128x128/apps/budget.png -share/icons/Tango/128x128/apps/categories.png -share/icons/Tango/128x128/apps/forcast.png -share/icons/Tango/128x128/apps/institution_add.png -share/icons/Tango/128x128/apps/institutions.png -share/icons/Tango/128x128/apps/investments.png -share/icons/Tango/128x128/apps/ledger.png -share/icons/Tango/128x128/apps/onlinebanking.png -share/icons/Tango/128x128/apps/payee.png -share/icons/Tango/128x128/apps/reconcile.png -share/icons/Tango/128x128/apps/report.png -share/icons/Tango/128x128/apps/schedule.png -share/icons/Tango/128x128/apps/transaction_find.png -share/icons/Tango/16x16/actions/account-types_asset.png -share/icons/Tango/16x16/actions/account-types_cash.png -share/icons/Tango/16x16/actions/account-types_checking.png -share/icons/Tango/16x16/actions/account-types_closed.png -share/icons/Tango/16x16/actions/account-types_credit-card.png -share/icons/Tango/16x16/actions/account-types_expense.png -share/icons/Tango/16x16/actions/account-types_income.png -share/icons/Tango/16x16/actions/account-types_investments.png -share/icons/Tango/16x16/actions/account-types_liability.png -share/icons/Tango/16x16/actions/account-types_loan.png -share/icons/Tango/16x16/actions/account-types_savings.png -share/icons/Tango/16x16/actions/account.png -share/icons/Tango/16x16/actions/account_add.png -share/icons/Tango/16x16/actions/accounts.png -share/icons/Tango/16x16/actions/backup.png -share/icons/Tango/16x16/actions/bank.png -share/icons/Tango/16x16/actions/budget.png -share/icons/Tango/16x16/actions/categories.png -share/icons/Tango/16x16/actions/close_window.png -share/icons/Tango/16x16/actions/delete.png -share/icons/Tango/16x16/actions/forcast.png -share/icons/Tango/16x16/actions/hide_categories.png -share/icons/Tango/16x16/actions/hide_reconciled.png -share/icons/Tango/16x16/actions/institution_add.png -share/icons/Tango/16x16/actions/institutions.png -share/icons/Tango/16x16/actions/investments.png -share/icons/Tango/16x16/actions/ledger.png -share/icons/Tango/16x16/actions/onlinebanking.png -share/icons/Tango/16x16/actions/payee.png -share/icons/Tango/16x16/actions/personal_data.png -share/icons/Tango/16x16/actions/reconcile.png -share/icons/Tango/16x16/actions/report.png -share/icons/Tango/16x16/actions/schedule.png -share/icons/Tango/16x16/actions/split_transaction.png -share/icons/Tango/16x16/actions/transaction_find.png -share/icons/Tango/16x16/actions/view_info.png -share/icons/Tango/22x22/actions/account-types_asset.png -share/icons/Tango/22x22/actions/account-types_cash.png -share/icons/Tango/22x22/actions/account-types_checking.png -share/icons/Tango/22x22/actions/account-types_closed.png -share/icons/Tango/22x22/actions/account-types_credit-card.png -share/icons/Tango/22x22/actions/account-types_expense.png -share/icons/Tango/22x22/actions/account-types_income.png -share/icons/Tango/22x22/actions/account-types_investments.png -share/icons/Tango/22x22/actions/account-types_liability.png -share/icons/Tango/22x22/actions/account-types_loan.png -share/icons/Tango/22x22/actions/account-types_savings.png -share/icons/Tango/22x22/actions/account.png -share/icons/Tango/22x22/actions/account_add.png -share/icons/Tango/22x22/actions/accounts.png -share/icons/Tango/22x22/actions/attention.png -share/icons/Tango/22x22/actions/backup.png -share/icons/Tango/22x22/actions/bank.png -share/icons/Tango/22x22/actions/budget.png -share/icons/Tango/22x22/actions/categories.png -share/icons/Tango/22x22/actions/close_window.png -share/icons/Tango/22x22/actions/delete.png -share/icons/Tango/22x22/actions/forcast.png -share/icons/Tango/22x22/actions/hide_categories.png -share/icons/Tango/22x22/actions/hide_reconciled.png -share/icons/Tango/22x22/actions/institution_add.png -share/icons/Tango/22x22/actions/institutions.png -share/icons/Tango/22x22/actions/investments.png -share/icons/Tango/22x22/actions/ledger.png -share/icons/Tango/22x22/actions/onlinebanking.png -share/icons/Tango/22x22/actions/payee.png -share/icons/Tango/22x22/actions/personal_data.png -share/icons/Tango/22x22/actions/reconcile.png -share/icons/Tango/22x22/actions/report.png -share/icons/Tango/22x22/actions/schedule.png -share/icons/Tango/22x22/actions/transaction_find.png -share/icons/Tango/22x22/actions/view_info.png -share/icons/Tango/32x32/apps/account-types_asset.png -share/icons/Tango/32x32/apps/account-types_cash.png -share/icons/Tango/32x32/apps/account-types_checking.png -share/icons/Tango/32x32/apps/account-types_closed.png -share/icons/Tango/32x32/apps/account-types_credit-card.png -share/icons/Tango/32x32/apps/account-types_expense.png -share/icons/Tango/32x32/apps/account-types_income.png -share/icons/Tango/32x32/apps/account-types_investments.png -share/icons/Tango/32x32/apps/account-types_liability.png -share/icons/Tango/32x32/apps/account-types_loan.png -share/icons/Tango/32x32/apps/account-types_savings.png -share/icons/Tango/32x32/apps/account.png -share/icons/Tango/32x32/apps/account_add.png -share/icons/Tango/32x32/apps/accounts.png -share/icons/Tango/32x32/apps/budget.png -share/icons/Tango/32x32/apps/categories.png -share/icons/Tango/32x32/apps/forcast.png -share/icons/Tango/32x32/apps/institution_add.png -share/icons/Tango/32x32/apps/institutions.png -share/icons/Tango/32x32/apps/investments.png -share/icons/Tango/32x32/apps/ledger.png -share/icons/Tango/32x32/apps/onlinebanking.png -share/icons/Tango/32x32/apps/payee.png -share/icons/Tango/32x32/apps/reconcile.png -share/icons/Tango/32x32/apps/report.png -share/icons/Tango/32x32/apps/schedule.png -share/icons/Tango/32x32/apps/transaction_find.png -share/icons/Tango/48x48/apps/account-types_asset.png -share/icons/Tango/48x48/apps/account-types_cash.png -share/icons/Tango/48x48/apps/account-types_checking.png -share/icons/Tango/48x48/apps/account-types_closed.png -share/icons/Tango/48x48/apps/account-types_credit-card.png -share/icons/Tango/48x48/apps/account-types_expense.png -share/icons/Tango/48x48/apps/account-types_income.png -share/icons/Tango/48x48/apps/account-types_investments.png -share/icons/Tango/48x48/apps/account-types_liability.png -share/icons/Tango/48x48/apps/account-types_loan.png -share/icons/Tango/48x48/apps/account-types_savings.png -share/icons/Tango/48x48/apps/account.png -share/icons/Tango/48x48/apps/account_add.png -share/icons/Tango/48x48/apps/accounts.png -share/icons/Tango/48x48/apps/budget.png -share/icons/Tango/48x48/apps/categories.png -share/icons/Tango/48x48/apps/forcast.png -share/icons/Tango/48x48/apps/institution_add.png -share/icons/Tango/48x48/apps/institutions.png -share/icons/Tango/48x48/apps/investments.png -share/icons/Tango/48x48/apps/ledger.png -share/icons/Tango/48x48/apps/onlinebanking.png -share/icons/Tango/48x48/apps/payee.png -share/icons/Tango/48x48/apps/reconcile.png -share/icons/Tango/48x48/apps/report.png -share/icons/Tango/48x48/apps/schedule.png -share/icons/Tango/48x48/apps/transaction_find.png -share/icons/Tango/64x64/apps/account-types_asset.png -share/icons/Tango/64x64/apps/account-types_cash.png -share/icons/Tango/64x64/apps/account-types_checking.png -share/icons/Tango/64x64/apps/account-types_closed.png -share/icons/Tango/64x64/apps/account-types_credit-card.png -share/icons/Tango/64x64/apps/account-types_expense.png -share/icons/Tango/64x64/apps/account-types_income.png -share/icons/Tango/64x64/apps/account-types_investments.png -share/icons/Tango/64x64/apps/account-types_liability.png -share/icons/Tango/64x64/apps/account-types_loan.png -share/icons/Tango/64x64/apps/account-types_savings.png -share/icons/Tango/64x64/apps/account.png -share/icons/Tango/64x64/apps/account_add.png -share/icons/Tango/64x64/apps/accounts.png -share/icons/Tango/64x64/apps/budget.png -share/icons/Tango/64x64/apps/categories.png -share/icons/Tango/64x64/apps/forcast.png -share/icons/Tango/64x64/apps/institution_add.png -share/icons/Tango/64x64/apps/institutions.png -share/icons/Tango/64x64/apps/investments.png -share/icons/Tango/64x64/apps/ledger.png -share/icons/Tango/64x64/apps/onlinebanking.png -share/icons/Tango/64x64/apps/payee.png -share/icons/Tango/64x64/apps/reconcile.png -share/icons/Tango/64x64/apps/report.png -share/icons/Tango/64x64/apps/schedule.png -share/icons/Tango/64x64/apps/transaction_find.png -share/icons/Tango/scalable/account-types_asset.svgz -share/icons/Tango/scalable/account-types_cash.svgz -share/icons/Tango/scalable/account-types_checking.svgz -share/icons/Tango/scalable/account-types_closed.svgz -share/icons/Tango/scalable/account-types_credit-card.svgz -share/icons/Tango/scalable/account-types_expense.svgz -share/icons/Tango/scalable/account-types_income.svgz -share/icons/Tango/scalable/account-types_investments.svgz -share/icons/Tango/scalable/account-types_liability.svgz -share/icons/Tango/scalable/account-types_loan.svgz -share/icons/Tango/scalable/account-types_savings.svgz -share/icons/Tango/scalable/account.svgz -share/icons/Tango/scalable/account_add.svgz -share/icons/Tango/scalable/accounts.svgz -share/icons/Tango/scalable/backup.svgz -share/icons/Tango/scalable/bank.svgz -share/icons/Tango/scalable/budget.svgz -share/icons/Tango/scalable/categories.svgz -share/icons/Tango/scalable/forcast.svgz -share/icons/Tango/scalable/hide_categories.svgz -share/icons/Tango/scalable/hide_reconciled.svgz -share/icons/Tango/scalable/institution_add.svgz -share/icons/Tango/scalable/institutions.svgz -share/icons/Tango/scalable/investments.svgz -share/icons/Tango/scalable/ledger.svgz -share/icons/Tango/scalable/onlinebanking.svgz -share/icons/Tango/scalable/payee.svgz -share/icons/Tango/scalable/personal_data.svgz -share/icons/Tango/scalable/reconcile.svgz -share/icons/Tango/scalable/report.svgz -share/icons/Tango/scalable/schedule.svgz -share/icons/Tango/scalable/transaction_find.svgz -share/icons/Tango/scalable/view_info.svgz -share/icons/hicolor/128x128/apps/kmymoney2.png -share/icons/hicolor/128x128/mimetypes/kmy.png -share/icons/hicolor/16x16/apps/kmymoney2.png -share/icons/hicolor/16x16/mimetypes/kmy.png -share/icons/hicolor/32x32/apps/kmymoney2.png -share/icons/hicolor/32x32/mimetypes/kmy.png -share/icons/hicolor/48x48/apps/kmymoney2.png -share/icons/hicolor/48x48/mimetypes/kmy.png -share/icons/hicolor/64x64/apps/kmymoney2.png -share/icons/hicolor/64x64/mimetypes/kmy.png -share/icons/locolor/16x16/apps/kmymoney2.png -share/icons/locolor/32x32/apps/kmymoney2.png -share/icons/oxygen/128x128/apps/account-add.png -share/icons/oxygen/128x128/apps/account-types_asset.png -share/icons/oxygen/128x128/apps/account-types_cash.png -share/icons/oxygen/128x128/apps/account-types_checking.png -share/icons/oxygen/128x128/apps/account-types_closed.png -share/icons/oxygen/128x128/apps/account-types_credit-card.png -share/icons/oxygen/128x128/apps/account-types_investments.png -share/icons/oxygen/128x128/apps/account-types_liability.png -share/icons/oxygen/128x128/apps/account-types_loan.png -share/icons/oxygen/128x128/apps/accounts.png -share/icons/oxygen/128x128/apps/budget.png -share/icons/oxygen/128x128/apps/categories.png -share/icons/oxygen/128x128/apps/forcast.png -share/icons/oxygen/128x128/apps/institutions.png -share/icons/oxygen/128x128/apps/investments.png -share/icons/oxygen/128x128/apps/ledger.png -share/icons/oxygen/128x128/apps/onlinebanking.png -share/icons/oxygen/128x128/apps/payee.png -share/icons/oxygen/128x128/apps/reconcile.png -share/icons/oxygen/128x128/apps/report.png -share/icons/oxygen/128x128/apps/schedule.png -share/icons/oxygen/128x128/apps/transaction_find.png -share/icons/oxygen/16x16/actions/account-types_asset.png -share/icons/oxygen/16x16/actions/account-types_cash.png -share/icons/oxygen/16x16/actions/account-types_checking.png -share/icons/oxygen/16x16/actions/account-types_closed.png -share/icons/oxygen/16x16/actions/account-types_credit-card.png -share/icons/oxygen/16x16/actions/account-types_expense.png -share/icons/oxygen/16x16/actions/account-types_income.png -share/icons/oxygen/16x16/actions/account-types_investments.png -share/icons/oxygen/16x16/actions/account-types_liability.png -share/icons/oxygen/16x16/actions/account-types_loan.png -share/icons/oxygen/16x16/actions/account-types_savings.png -share/icons/oxygen/16x16/actions/accounts.png -share/icons/oxygen/16x16/actions/budget.png -share/icons/oxygen/16x16/actions/forcast.png -share/icons/oxygen/16x16/actions/institutions.png -share/icons/oxygen/16x16/actions/investments.png -share/icons/oxygen/16x16/actions/ledger.png -share/icons/oxygen/16x16/actions/onlinebanking.png -share/icons/oxygen/16x16/actions/payee.png -share/icons/oxygen/16x16/actions/report.png -share/icons/oxygen/16x16/actions/schedule.png -share/icons/oxygen/22x22/actions/account-types_cash.png -share/icons/oxygen/22x22/actions/account-types_checking.png -share/icons/oxygen/22x22/actions/account-types_credit-card.png -share/icons/oxygen/22x22/actions/account-types_investments.png -share/icons/oxygen/22x22/actions/account-types_loan.png -share/icons/oxygen/22x22/actions/account-types_savings.png -share/icons/oxygen/22x22/actions/accounts.png -share/icons/oxygen/22x22/actions/budget.png -share/icons/oxygen/22x22/actions/forcast.png -share/icons/oxygen/22x22/actions/institutions.png -share/icons/oxygen/22x22/actions/investments.png -share/icons/oxygen/22x22/actions/ledger.png -share/icons/oxygen/22x22/actions/onlinebanking.png -share/icons/oxygen/22x22/actions/payee.png -share/icons/oxygen/22x22/actions/report.png -share/icons/oxygen/22x22/actions/schedule.png -share/icons/oxygen/32x32/apps/account-types_closed.png -share/icons/oxygen/32x32/apps/account-types_expense.png -share/icons/oxygen/32x32/apps/account-types_income.png -share/icons/oxygen/32x32/apps/account_add.png -share/icons/oxygen/32x32/apps/accounts.png -share/icons/oxygen/32x32/apps/budget.png -share/icons/oxygen/32x32/apps/categories.png -share/icons/oxygen/32x32/apps/forcast.png -share/icons/oxygen/32x32/apps/institution_add.png -share/icons/oxygen/32x32/apps/institutions.png -share/icons/oxygen/32x32/apps/investments.png -share/icons/oxygen/32x32/apps/ledger.png -share/icons/oxygen/32x32/apps/onlinebanking.png -share/icons/oxygen/32x32/apps/payee.png -share/icons/oxygen/32x32/apps/reconcile.png -share/icons/oxygen/32x32/apps/report.png -share/icons/oxygen/32x32/apps/schedule.png -share/icons/oxygen/32x32/apps/transaction_find.png -share/icons/oxygen/48x48/apps/account-types_closed.png -share/icons/oxygen/48x48/apps/account-types_expense.png -share/icons/oxygen/48x48/apps/account-types_income.png -share/icons/oxygen/48x48/apps/account_add.png -share/icons/oxygen/48x48/apps/accounts.png -share/icons/oxygen/48x48/apps/budget.png -share/icons/oxygen/48x48/apps/categories.png -share/icons/oxygen/48x48/apps/forcast.png -share/icons/oxygen/48x48/apps/institution_add.png -share/icons/oxygen/48x48/apps/institutions.png -share/icons/oxygen/48x48/apps/investments.png -share/icons/oxygen/48x48/apps/ledger.png -share/icons/oxygen/48x48/apps/onlinebanking.png -share/icons/oxygen/48x48/apps/payee.png -share/icons/oxygen/48x48/apps/reconcile.png -share/icons/oxygen/48x48/apps/report.png -share/icons/oxygen/48x48/apps/schedule.png -share/icons/oxygen/48x48/apps/transaction_find.png -share/icons/oxygen/64x64/apps/account-add.png -share/icons/oxygen/64x64/apps/account-types_closed.png -share/icons/oxygen/64x64/apps/accounts.png -share/icons/oxygen/64x64/apps/budget.png -share/icons/oxygen/64x64/apps/categories.png -share/icons/oxygen/64x64/apps/forcast.png -share/icons/oxygen/64x64/apps/institutions.png -share/icons/oxygen/64x64/apps/investments.png -share/icons/oxygen/64x64/apps/ledger.png -share/icons/oxygen/64x64/apps/onlinebanking.png -share/icons/oxygen/64x64/apps/payee.png -share/icons/oxygen/64x64/apps/reconcile.png -share/icons/oxygen/64x64/apps/report.png -share/icons/oxygen/64x64/apps/schedule.png -share/icons/oxygen/64x64/apps/transaction_find.png -share/icons/oxygen/scalable/account-add.svgz -share/icons/oxygen/scalable/account-types_asset.svgz -share/icons/oxygen/scalable/account-types_cash.svgz -share/icons/oxygen/scalable/account-types_checking.svgz -share/icons/oxygen/scalable/account-types_closed.svgz -share/icons/oxygen/scalable/account-types_credit-card.svgz -share/icons/oxygen/scalable/account-types_expense.svgz -share/icons/oxygen/scalable/account-types_income.svgz -share/icons/oxygen/scalable/account-types_investments.svgz -share/icons/oxygen/scalable/account-types_liability.svgz -share/icons/oxygen/scalable/account-types_loan.svgz -share/icons/oxygen/scalable/account-types_savings.svgz -share/icons/oxygen/scalable/accounts.svgz -share/icons/oxygen/scalable/budget.svgz -share/icons/oxygen/scalable/categories.svgz -share/icons/oxygen/scalable/forcast.svgz -share/icons/oxygen/scalable/hide_categories.svgz -share/icons/oxygen/scalable/hide_reconciled.svgz -share/icons/oxygen/scalable/institution_add.svgz -share/icons/oxygen/scalable/institutions.svgz -share/icons/oxygen/scalable/investments.svgz -share/icons/oxygen/scalable/ledger.svgz -share/icons/oxygen/scalable/onlinebanking.svgz -share/icons/oxygen/scalable/payee.svgz -share/icons/oxygen/scalable/personal_data.svgz -share/icons/oxygen/scalable/reconcile.svgz -share/icons/oxygen/scalable/report.svgz -share/icons/oxygen/scalable/schedule.svgz -share/icons/oxygen/scalable/transaction_find.svgz -share/locale/ca/LC_MESSAGES/kmymoney2.mo -share/locale/cs/LC_MESSAGES/kmymoney2.mo -share/locale/da/LC_MESSAGES/kmymoney2.mo -share/locale/de/LC_MESSAGES/kmymoney2.mo -share/locale/en_GB/LC_MESSAGES/kmymoney2.mo -share/locale/es/LC_MESSAGES/kmymoney2.mo -share/locale/es_AR/LC_MESSAGES/kmymoney2.mo -share/locale/fi/LC_MESSAGES/kmymoney2.mo -share/locale/fr/LC_MESSAGES/kmymoney2.mo -share/locale/gl/LC_MESSAGES/kmymoney2.mo -share/locale/it/LC_MESSAGES/kmymoney2.mo -share/locale/lt/LC_MESSAGES/kmymoney2.mo -share/locale/nl/LC_MESSAGES/kmymoney2.mo -share/locale/pl/LC_MESSAGES/kmymoney2.mo -share/locale/pt/LC_MESSAGES/kmymoney2.mo -share/locale/pt_BR/LC_MESSAGES/kmymoney2.mo -share/locale/ro/LC_MESSAGES/kmymoney2.mo -share/locale/ru/LC_MESSAGES/kmymoney2.mo -share/locale/sk/LC_MESSAGES/kmymoney2.mo -share/locale/sv/LC_MESSAGES/kmymoney2.mo -share/locale/tr/LC_MESSAGES/kmymoney2.mo -share/locale/zh_CN/LC_MESSAGES/kmymoney2.mo -share/mimelnk/application/x-kmymoney2.desktop -share/services/kmm_ofximport.desktop -share/servicetypes/kmymoneyimporterplugin.desktop -share/servicetypes/kmymoneyplugin.desktop -%%DATADIR%%/html/home.html -%%DATADIR%%/html/home_de.html -%%DATADIR%%/html/home_es.html -%%DATADIR%%/html/home_fr.html -%%DATADIR%%/html/home_gl.html -%%DATADIR%%/html/home_it.html -%%DATADIR%%/html/home_nl.html -%%DATADIR%%/html/home_pt.html -%%DATADIR%%/html/home_pt_BR.html -%%DATADIR%%/html/home_ro.html -%%DATADIR%%/html/home_ru.html -%%DATADIR%%/html/home_tr.html -%%DATADIR%%/html/images/about_kde.png -%%DATADIR%%/html/images/arrow.png -%%DATADIR%%/html/images/backarrow.png -%%DATADIR%%/html/images/background.png -%%DATADIR%%/html/images/bc.png -%%DATADIR%%/html/images/bg-texture.png -%%DATADIR%%/html/images/bl.png -%%DATADIR%%/html/images/bottomleft.png -%%DATADIR%%/html/images/bottomright.png -%%DATADIR%%/html/images/br.png -%%DATADIR%%/html/images/center.png -%%DATADIR%%/html/images/currencyflourish.png -%%DATADIR%%/html/images/filenew.png -%%DATADIR%%/html/images/kmymoneydata.png -%%DATADIR%%/html/images/konqueror.png -%%DATADIR%%/html/images/lc.png -%%DATADIR%%/html/images/manual.png -%%DATADIR%%/html/images/messagebox_info.png -%%DATADIR%%/html/images/original-trans_logo.png -%%DATADIR%%/html/images/rc.png -%%DATADIR%%/html/images/rightborder.png -%%DATADIR%%/html/images/shadow.png -%%DATADIR%%/html/images/spacer.gif -%%DATADIR%%/html/images/spacer.png -%%DATADIR%%/html/images/tc.png -%%DATADIR%%/html/images/title-center.png -%%DATADIR%%/html/images/title-left.png -%%DATADIR%%/html/images/title-right.png -%%DATADIR%%/html/images/tl.png -%%DATADIR%%/html/images/top-shadow.png -%%DATADIR%%/html/images/topleft.png -%%DATADIR%%/html/images/topright.png -%%DATADIR%%/html/images/tr.png -%%DATADIR%%/html/images/trans_logo.png -%%DATADIR%%/html/kmymoney2.css -%%DATADIR%%/html/welcome.css -%%DATADIR%%/html/whats_new.html -%%DATADIR%%/html/whats_new_de.html -%%DATADIR%%/html/whats_new_es.html -%%DATADIR%%/html/whats_new_fr.html -%%DATADIR%%/html/whats_new_gl.html -%%DATADIR%%/html/whats_new_it.html -%%DATADIR%%/html/whats_new_nl.html -%%DATADIR%%/html/whats_new_pt_BR.html -%%DATADIR%%/html/whats_new_ro.html -%%DATADIR%%/html/whats_new_ru.html -%%DATADIR%%/html/whats_new_tr.html -%%DATADIR%%/icons/hicolor/16x16/actions/account-type_asset.png -%%DATADIR%%/icons/hicolor/16x16/actions/account-type_expense.png -%%DATADIR%%/icons/hicolor/16x16/actions/account-type_income.png -%%DATADIR%%/icons/hicolor/16x16/actions/account-type_liability.png -%%DATADIR%%/icons/hicolor/16x16/actions/account_add.png -%%DATADIR%%/icons/hicolor/16x16/actions/account_open.png -%%DATADIR%%/icons/hicolor/16x16/actions/backup.png -%%DATADIR%%/icons/hicolor/16x16/actions/bank.png -%%DATADIR%%/icons/hicolor/16x16/actions/categories.png -%%DATADIR%%/icons/hicolor/16x16/actions/close_window.png -%%DATADIR%%/icons/hicolor/16x16/actions/delete.png -%%DATADIR%%/icons/hicolor/16x16/actions/hide_categories.png -%%DATADIR%%/icons/hicolor/16x16/actions/hide_reconciled.png -%%DATADIR%%/icons/hicolor/16x16/actions/institution_add.png -%%DATADIR%%/icons/hicolor/16x16/actions/ledger.png -%%DATADIR%%/icons/hicolor/16x16/actions/pay_edit.png -%%DATADIR%%/icons/hicolor/16x16/actions/personal_data.png -%%DATADIR%%/icons/hicolor/16x16/actions/reconcile.png -%%DATADIR%%/icons/hicolor/16x16/actions/split_transaction.png -%%DATADIR%%/icons/hicolor/16x16/actions/transaction.png -%%DATADIR%%/icons/hicolor/16x16/actions/transaction_export.png -%%DATADIR%%/icons/hicolor/16x16/actions/transaction_find.png -%%DATADIR%%/icons/hicolor/16x16/actions/transaction_import.png -%%DATADIR%%/icons/hicolor/16x16/actions/unreconciled.png -%%DATADIR%%/icons/hicolor/16x16/actions/update_prices.png -%%DATADIR%%/icons/hicolor/16x16/actions/view_info.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-types_asset.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-types_closed.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-types_expense.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-types_income.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-types_liability.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-types_online.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-types_reconcile.png -%%DATADIR%%/icons/hicolor/22x22/actions/account_add.png -%%DATADIR%%/icons/hicolor/22x22/actions/account_open.png -%%DATADIR%%/icons/hicolor/22x22/actions/attention.png -%%DATADIR%%/icons/hicolor/22x22/actions/backup.png -%%DATADIR%%/icons/hicolor/22x22/actions/bank.png -%%DATADIR%%/icons/hicolor/22x22/actions/categories.png -%%DATADIR%%/icons/hicolor/22x22/actions/close_window.png -%%DATADIR%%/icons/hicolor/22x22/actions/delete.png -%%DATADIR%%/icons/hicolor/22x22/actions/hide_categories.png -%%DATADIR%%/icons/hicolor/22x22/actions/hide_reconciled.png -%%DATADIR%%/icons/hicolor/22x22/actions/institution_add.png -%%DATADIR%%/icons/hicolor/22x22/actions/ledger.png -%%DATADIR%%/icons/hicolor/22x22/actions/pay_edit.png -%%DATADIR%%/icons/hicolor/22x22/actions/personal_data.png -%%DATADIR%%/icons/hicolor/22x22/actions/reconcile.png -%%DATADIR%%/icons/hicolor/22x22/actions/transaction.png -%%DATADIR%%/icons/hicolor/22x22/actions/transaction_export.png -%%DATADIR%%/icons/hicolor/22x22/actions/transaction_find.png -%%DATADIR%%/icons/hicolor/22x22/actions/transaction_import.png -%%DATADIR%%/icons/hicolor/22x22/actions/unreconciled.png -%%DATADIR%%/icons/hicolor/22x22/actions/update_prices.png -%%DATADIR%%/icons/hicolor/22x22/actions/view_info.png -%%DATADIR%%/icons/hicolor/32x32/apps/account-types_asset.png -%%DATADIR%%/icons/hicolor/32x32/apps/account-types_cash.png -%%DATADIR%%/icons/hicolor/32x32/apps/account-types_checking.png -%%DATADIR%%/icons/hicolor/32x32/apps/account-types_credit-card.png -%%DATADIR%%/icons/hicolor/32x32/apps/account-types_investments.png -%%DATADIR%%/icons/hicolor/32x32/apps/account-types_liability.png -%%DATADIR%%/icons/hicolor/32x32/apps/account-types_loan.png -%%DATADIR%%/icons/hicolor/32x32/apps/account-types_reconciled.png -%%DATADIR%%/icons/hicolor/32x32/apps/account-types_savings.png -%%DATADIR%%/icons/hicolor/32x32/apps/accounts.png -%%DATADIR%%/icons/hicolor/32x32/apps/budget.png -%%DATADIR%%/icons/hicolor/32x32/apps/categories.png -%%DATADIR%%/icons/hicolor/32x32/apps/forcast.png -%%DATADIR%%/icons/hicolor/32x32/apps/home.png -%%DATADIR%%/icons/hicolor/32x32/apps/institutions.png -%%DATADIR%%/icons/hicolor/32x32/apps/investments.png -%%DATADIR%%/icons/hicolor/32x32/apps/ledger.png -%%DATADIR%%/icons/hicolor/32x32/apps/onlinebanking.png -%%DATADIR%%/icons/hicolor/32x32/apps/payee.png -%%DATADIR%%/icons/hicolor/32x32/apps/report.png -%%DATADIR%%/icons/hicolor/32x32/apps/schedule.png -%%DATADIR%%/icons/hicolor/48x48/apps/account-types_asset.png -%%DATADIR%%/icons/hicolor/48x48/apps/account-types_cash.png -%%DATADIR%%/icons/hicolor/48x48/apps/account-types_checking.png -%%DATADIR%%/icons/hicolor/48x48/apps/account-types_credit-card.png -%%DATADIR%%/icons/hicolor/48x48/apps/account-types_investment.png -%%DATADIR%%/icons/hicolor/48x48/apps/account-types_liability.png -%%DATADIR%%/icons/hicolor/48x48/apps/account-types_loan.png -%%DATADIR%%/icons/hicolor/48x48/apps/account-types_savings.png -%%DATADIR%%/icons/hicolor/48x48/apps/accounts.png -%%DATADIR%%/icons/hicolor/48x48/apps/budget.png -%%DATADIR%%/icons/hicolor/48x48/apps/categories.png -%%DATADIR%%/icons/hicolor/48x48/apps/forcast.png -%%DATADIR%%/icons/hicolor/48x48/apps/home.png -%%DATADIR%%/icons/hicolor/48x48/apps/institutions.png -%%DATADIR%%/icons/hicolor/48x48/apps/investments.png -%%DATADIR%%/icons/hicolor/48x48/apps/ledger.png -%%DATADIR%%/icons/hicolor/48x48/apps/onlinebanking.png -%%DATADIR%%/icons/hicolor/48x48/apps/payee.png -%%DATADIR%%/icons/hicolor/48x48/apps/report.png -%%DATADIR%%/icons/hicolor/48x48/apps/schedule.png -%%DATADIR%%/icons/hicolor/64x64/apps/account-types_asset.png -%%DATADIR%%/icons/hicolor/64x64/apps/account-types_cash.png -%%DATADIR%%/icons/hicolor/64x64/apps/account-types_checking.png -%%DATADIR%%/icons/hicolor/64x64/apps/account-types_credit-card.png -%%DATADIR%%/icons/hicolor/64x64/apps/account-types_investments.png -%%DATADIR%%/icons/hicolor/64x64/apps/account-types_liability.png -%%DATADIR%%/icons/hicolor/64x64/apps/account-types_loan.png -%%DATADIR%%/icons/hicolor/64x64/apps/account-types_savings.png -%%DATADIR%%/icons/hicolor/64x64/apps/accounts.png -%%DATADIR%%/icons/hicolor/64x64/apps/budget.png -%%DATADIR%%/icons/hicolor/64x64/apps/categories.png -%%DATADIR%%/icons/hicolor/64x64/apps/forcast.png -%%DATADIR%%/icons/hicolor/64x64/apps/home.png -%%DATADIR%%/icons/hicolor/64x64/apps/institutions.png -%%DATADIR%%/icons/hicolor/64x64/apps/investments.png -%%DATADIR%%/icons/hicolor/64x64/apps/ledger.png -%%DATADIR%%/icons/hicolor/64x64/apps/onlinebanking.png -%%DATADIR%%/icons/hicolor/64x64/apps/payee.png -%%DATADIR%%/icons/hicolor/64x64/apps/report.png -%%DATADIR%%/icons/hicolor/64x64/apps/schedule.png -%%DATADIR%%/kmymoney2ui.rc -%%DATADIR%%/misc/financequote.pl -%%DATADIR%%/pics/startlogo.png -%%DATADIR%%/pics/titlelabel_background.png -%%DATADIR%%/templates/C/brokerage.kmt -%%DATADIR%%/templates/C/business.kmt -%%DATADIR%%/templates/C/carloan.kmt -%%DATADIR%%/templates/C/cdmoneymkt.kmt -%%DATADIR%%/templates/C/checkbook.kmt -%%DATADIR%%/templates/C/childcare.kmt -%%DATADIR%%/templates/C/common.kmt -%%DATADIR%%/templates/C/default_categories-template.kmt -%%DATADIR%%/templates/C/eduloan.kmt -%%DATADIR%%/templates/C/fixedassets.kmt -%%DATADIR%%/templates/C/full.kmt -%%DATADIR%%/templates/C/homeloan.kmt -%%DATADIR%%/templates/C/homeown.kmt -%%DATADIR%%/templates/C/old-default_accounts.kmt -%%DATADIR%%/templates/C/otherloan.kmt -%%DATADIR%%/templates/C/renter.kmt -%%DATADIR%%/templates/C/retiremt.kmt -%%DATADIR%%/templates/C/spouseinc.kmt -%%DATADIR%%/templates/C/spouseretire.kmt -%%DATADIR%%/templates/de_AT/auto.kmt -%%DATADIR%%/templates/de_AT/autoloan.kmt -%%DATADIR%%/templates/de_AT/brokerage.kmt -%%DATADIR%%/templates/de_AT/business.kmt -%%DATADIR%%/templates/de_AT/common.kmt -%%DATADIR%%/templates/de_AT/houseown.kmt -%%DATADIR%%/templates/de_AT/investment.kmt -%%DATADIR%%/templates/de_AT/kids.kmt -%%DATADIR%%/templates/de_CH/brokerage.kmt -%%DATADIR%%/templates/de_CH/chkmu.kmt -%%DATADIR%%/templates/de_CH/common.kmt -%%DATADIR%%/templates/de_CH/kids.kmt -%%DATADIR%%/templates/de_CH/otherasset.kmt -%%DATADIR%%/templates/de_CH/otherloan.kmt -%%DATADIR%%/templates/de_DE/auto.kmt -%%DATADIR%%/templates/de_DE/autoloan.kmt -%%DATADIR%%/templates/de_DE/brokerage.kmt -%%DATADIR%%/templates/de_DE/common.kmt -%%DATADIR%%/templates/de_DE/default_accounts.kmt -%%DATADIR%%/templates/de_DE/full.kmt -%%DATADIR%%/templates/de_DE/houseown.kmt -%%DATADIR%%/templates/de_DE/investment.kmt -%%DATADIR%%/templates/de_DE/kids.kmt -%%DATADIR%%/templates/de_DE/otherasset.kmt -%%DATADIR%%/templates/de_DE/otherloan.kmt -%%DATADIR%%/templates/de_DE/skr03.kmt -%%DATADIR%%/templates/de_DE/skr04.kmt -%%DATADIR%%/templates/de_DE/studium.kmt -%%DATADIR%%/templates/dk/car.kmt -%%DATADIR%%/templates/dk/common.kmt -%%DATADIR%%/templates/dk/homeloan.kmt -%%DATADIR%%/templates/dk/homeown.kmt -%%DATADIR%%/templates/el_GR/brokerage.kmt -%%DATADIR%%/templates/el_GR/carloan.kmt -%%DATADIR%%/templates/el_GR/common.kmt -%%DATADIR%%/templates/en_GB/brokerage.kmt -%%DATADIR%%/templates/en_GB/business.kmt -%%DATADIR%%/templates/en_GB/carloan.kmt -%%DATADIR%%/templates/en_GB/cdmoneymkt.kmt -%%DATADIR%%/templates/en_GB/checkbook.kmt -%%DATADIR%%/templates/en_GB/childcare.kmt -%%DATADIR%%/templates/en_GB/common.kmt -%%DATADIR%%/templates/en_GB/default_accounts.kmt -%%DATADIR%%/templates/en_GB/eduloan.kmt -%%DATADIR%%/templates/en_GB/fixedassets.kmt -%%DATADIR%%/templates/en_GB/full.kmt -%%DATADIR%%/templates/en_GB/homeloan.kmt -%%DATADIR%%/templates/en_GB/homeown.kmt -%%DATADIR%%/templates/en_GB/otherloan.kmt -%%DATADIR%%/templates/en_GB/renter.kmt -%%DATADIR%%/templates/en_GB/retiremt.kmt -%%DATADIR%%/templates/en_GB/spouseinc.kmt -%%DATADIR%%/templates/en_GB/spouseretire.kmt -%%DATADIR%%/templates/en_GB/uk-vat.kmt -%%DATADIR%%/templates/en_US/0.6-default_accounts.kmt -%%DATADIR%%/templates/en_US/0.8-default_accounts.kmt -%%DATADIR%%/templates/en_US/Base-Blank.kmt -%%DATADIR%%/templates/en_US/Base-Detailed.kmt -%%DATADIR%%/templates/en_US/Base-Simple.kmt -%%DATADIR%%/templates/en_US/House.kmt -%%DATADIR%%/templates/en_US/Pets.kmt -%%DATADIR%%/templates/en_US/Retirement.kmt -%%DATADIR%%/templates/en_US/ScheduleA_itemized-deductions.kmt -%%DATADIR%%/templates/en_US/ScheduleBandD.kmt -%%DATADIR%%/templates/en_US/ScheduleC_business.kmt -%%DATADIR%%/templates/en_US/ScheduleE_rental-property.kmt -%%DATADIR%%/templates/en_US/ScheduleF_farming.kmt -%%DATADIR%%/templates/en_US/kids.kmt -%%DATADIR%%/templates/es_AR/brokerage.kmt -%%DATADIR%%/templates/es_AR/carloan.kmt -%%DATADIR%%/templates/es_AR/cdmoneymkt.kmt -%%DATADIR%%/templates/es_AR/childcare.kmt -%%DATADIR%%/templates/es_AR/common.kmt -%%DATADIR%%/templates/es_AR/currency.kmt -%%DATADIR%%/templates/es_AR/default_accounts.kmt -%%DATADIR%%/templates/es_AR/eduloan.kmt -%%DATADIR%%/templates/es_AR/fixedassets.kmt -%%DATADIR%%/templates/es_AR/homeloan.kmt -%%DATADIR%%/templates/es_AR/homeown.kmt -%%DATADIR%%/templates/es_AR/otherloan.kmt -%%DATADIR%%/templates/es_AR/renter.kmt -%%DATADIR%%/templates/es_AR/retiremt.kmt -%%DATADIR%%/templates/es_AR/spouseinc.kmt -%%DATADIR%%/templates/es_AR/spouseretire.kmt -%%DATADIR%%/templates/es_ES/brokerage.kmt -%%DATADIR%%/templates/es_ES/carloan.kmt -%%DATADIR%%/templates/es_ES/cdmoneymkt.kmt -%%DATADIR%%/templates/es_ES/childcare.kmt -%%DATADIR%%/templates/es_ES/common.kmt -%%DATADIR%%/templates/es_ES/currency.kmt -%%DATADIR%%/templates/es_ES/default_accounts.kmt -%%DATADIR%%/templates/es_ES/eduloan.kmt -%%DATADIR%%/templates/es_ES/fixedassets.kmt -%%DATADIR%%/templates/es_ES/homeloan.kmt -%%DATADIR%%/templates/es_ES/homeown.kmt -%%DATADIR%%/templates/es_ES/otherloan.kmt -%%DATADIR%%/templates/es_ES/renter.kmt -%%DATADIR%%/templates/es_ES/retiremt.kmt -%%DATADIR%%/templates/es_ES/spouseinc.kmt -%%DATADIR%%/templates/es_ES/spouseretire.kmt -%%DATADIR%%/templates/es_MX/brokerage.kmt -%%DATADIR%%/templates/es_MX/carloan.kmt -%%DATADIR%%/templates/es_MX/cdmoneymkt.kmt -%%DATADIR%%/templates/es_MX/childcare.kmt -%%DATADIR%%/templates/es_MX/common.kmt -%%DATADIR%%/templates/es_MX/currency.kmt -%%DATADIR%%/templates/es_MX/eduloan.kmt -%%DATADIR%%/templates/es_MX/fixedassets.kmt -%%DATADIR%%/templates/es_MX/homeloan.kmt -%%DATADIR%%/templates/es_MX/homeown.kmt -%%DATADIR%%/templates/es_MX/otherloan.kmt -%%DATADIR%%/templates/es_MX/renter.kmt -%%DATADIR%%/templates/es_MX/retiremt.kmt -%%DATADIR%%/templates/es_MX/spouseinc.kmt -%%DATADIR%%/templates/es_MX/spouseretire.kmt -%%DATADIR%%/templates/fr_CA/actifsfixes.kmt -%%DATADIR%%/templates/fr_CA/automobile.kmt -%%DATADIR%%/templates/fr_CA/basecommune.kmt -%%DATADIR%%/templates/fr_CA/cdmarchemon.kmt -%%DATADIR%%/templates/fr_CA/chequier.kmt -%%DATADIR%%/templates/fr_CA/conjointretraite.kmt -%%DATADIR%%/templates/fr_CA/conjointrev.kmt -%%DATADIR%%/templates/fr_CA/courtage.kmt -%%DATADIR%%/templates/fr_CA/etudeemprunt.kmt -%%DATADIR%%/templates/fr_CA/garderie.kmt -%%DATADIR%%/templates/fr_CA/locataire.kmt -%%DATADIR%%/templates/fr_CA/proprietaire.kmt -%%DATADIR%%/templates/fr_CA/retraite.kmt -%%DATADIR%%/templates/fr_CA/revenus.kmt -%%DATADIR%%/templates/fr_CH/brokerage.kmt -%%DATADIR%%/templates/fr_CH/business.kmt -%%DATADIR%%/templates/fr_CH/carloan.kmt -%%DATADIR%%/templates/fr_CH/cdmoneymkt.kmt -%%DATADIR%%/templates/fr_CH/childcare.kmt -%%DATADIR%%/templates/fr_CH/common.kmt -%%DATADIR%%/templates/fr_CH/currency.kmt -%%DATADIR%%/templates/fr_CH/eduloan.kmt -%%DATADIR%%/templates/fr_CH/fixedassets.kmt -%%DATADIR%%/templates/fr_CH/homeloan.kmt -%%DATADIR%%/templates/fr_CH/homeown.kmt -%%DATADIR%%/templates/fr_CH/otherloan.kmt -%%DATADIR%%/templates/fr_CH/renter.kmt -%%DATADIR%%/templates/fr_CH/retiremt.kmt -%%DATADIR%%/templates/fr_CH/spouseinc.kmt -%%DATADIR%%/templates/fr_CH/spouseretire.kmt -%%DATADIR%%/templates/fr_FR/brokerage.kmt -%%DATADIR%%/templates/fr_FR/business.kmt -%%DATADIR%%/templates/fr_FR/carloan.kmt -%%DATADIR%%/templates/fr_FR/cdmoneymkt.kmt -%%DATADIR%%/templates/fr_FR/childcare.kmt -%%DATADIR%%/templates/fr_FR/common.kmt -%%DATADIR%%/templates/fr_FR/comptes_par_default.kmt -%%DATADIR%%/templates/fr_FR/currency.kmt -%%DATADIR%%/templates/fr_FR/eduloan.kmt -%%DATADIR%%/templates/fr_FR/fixedassets.kmt -%%DATADIR%%/templates/fr_FR/homeloan.kmt -%%DATADIR%%/templates/fr_FR/homeown.kmt -%%DATADIR%%/templates/fr_FR/otherloan.kmt -%%DATADIR%%/templates/fr_FR/renter.kmt -%%DATADIR%%/templates/fr_FR/retiremt.kmt -%%DATADIR%%/templates/fr_FR/spouseinc.kmt -%%DATADIR%%/templates/fr_FR/spouseretire.kmt -%%DATADIR%%/templates/gl_ES/default_accounts.kmt -%%DATADIR%%/templates/hu_HU/brokerage.kmt -%%DATADIR%%/templates/hu_HU/business.kmt -%%DATADIR%%/templates/hu_HU/carloan.kmt -%%DATADIR%%/templates/hu_HU/cdmoneymkt.kmt -%%DATADIR%%/templates/hu_HU/checkbook.kmt -%%DATADIR%%/templates/hu_HU/childcare.kmt -%%DATADIR%%/templates/hu_HU/common.kmt -%%DATADIR%%/templates/hu_HU/eduloan.kmt -%%DATADIR%%/templates/hu_HU/fixedassets.kmt -%%DATADIR%%/templates/hu_HU/homeloan.kmt -%%DATADIR%%/templates/hu_HU/homeown.kmt -%%DATADIR%%/templates/hu_HU/otherloan.kmt -%%DATADIR%%/templates/hu_HU/renter.kmt -%%DATADIR%%/templates/hu_HU/retiremt.kmt -%%DATADIR%%/templates/hu_HU/spouseinc.kmt -%%DATADIR%%/templates/hu_HU/spouseretire.kmt -%%DATADIR%%/templates/it/brokerage.kmt -%%DATADIR%%/templates/it/carloan.kmt -%%DATADIR%%/templates/it/checkbook.kmt -%%DATADIR%%/templates/it/childcare.kmt -%%DATADIR%%/templates/it/common.kmt -%%DATADIR%%/templates/it/fixedassets.kmt -%%DATADIR%%/templates/it/homeloan.kmt -%%DATADIR%%/templates/it/homeown.kmt -%%DATADIR%%/templates/it/otherloan.kmt -%%DATADIR%%/templates/it/renter.kmt -%%DATADIR%%/templates/it/retiremt.kmt -%%DATADIR%%/templates/it/spouseinc.kmt -%%DATADIR%%/templates/it/spouseretire.kmt -%%DATADIR%%/templates/jp/brokerage.kmt -%%DATADIR%%/templates/jp/business.kmt -%%DATADIR%%/templates/jp/carloan.kmt -%%DATADIR%%/templates/jp/cdmoneymkt.kmt -%%DATADIR%%/templates/jp/checkbook.kmt -%%DATADIR%%/templates/jp/childcare.kmt -%%DATADIR%%/templates/jp/common.kmt -%%DATADIR%%/templates/jp/eduloan.kmt -%%DATADIR%%/templates/jp/fixedassets.kmt -%%DATADIR%%/templates/jp/homeloan.kmt -%%DATADIR%%/templates/jp/homeown.kmt -%%DATADIR%%/templates/jp/otherloan.kmt -%%DATADIR%%/templates/jp/renter.kmt -%%DATADIR%%/templates/jp/retiremt.kmt -%%DATADIR%%/templates/jp/spouseinc.kmt -%%DATADIR%%/templates/jp/spouseretire.kmt -%%DATADIR%%/templates/nl_NL/default_accounts.kmt -%%DATADIR%%/templates/pt_BR/brokerage.kmt -%%DATADIR%%/templates/pt_BR/carloan.kmt -%%DATADIR%%/templates/pt_BR/cdmoneymkt.kmt -%%DATADIR%%/templates/pt_BR/childcare.kmt -%%DATADIR%%/templates/pt_BR/common.kmt -%%DATADIR%%/templates/pt_BR/currency.kmt -%%DATADIR%%/templates/pt_BR/default_accounts.kmt -%%DATADIR%%/templates/pt_BR/eduloan.kmt -%%DATADIR%%/templates/pt_BR/fixedassets.kmt -%%DATADIR%%/templates/pt_BR/homeloan.kmt -%%DATADIR%%/templates/pt_BR/homeown.kmt -%%DATADIR%%/templates/pt_BR/otherloan.kmt -%%DATADIR%%/templates/pt_BR/renter.kmt -%%DATADIR%%/templates/pt_BR/retiremt.kmt -%%DATADIR%%/templates/pt_BR/spouseinc.kmt -%%DATADIR%%/templates/pt_BR/spouseretire.kmt -%%DATADIR%%/templates/pt_PT/brokerage.kmt -%%DATADIR%%/templates/pt_PT/carloan.kmt -%%DATADIR%%/templates/pt_PT/cdmoneymkt.kmt -%%DATADIR%%/templates/pt_PT/childcare.kmt -%%DATADIR%%/templates/pt_PT/common.kmt -%%DATADIR%%/templates/pt_PT/eduloan.kmt -%%DATADIR%%/templates/pt_PT/fixedassets.kmt -%%DATADIR%%/templates/pt_PT/homeloan.kmt -%%DATADIR%%/templates/pt_PT/homeown.kmt -%%DATADIR%%/templates/pt_PT/otherloan.kmt -%%DATADIR%%/templates/pt_PT/renter.kmt -%%DATADIR%%/templates/pt_PT/retiremt.kmt -%%DATADIR%%/templates/pt_PT/spouseinc.kmt -%%DATADIR%%/templates/pt_PT/spouseretire.kmt -%%DATADIR%%/templates/ro_RO/carloan.kmt -%%DATADIR%%/templates/ro_RO/common.kmt -%%DATADIR%%/templates/ro_RO/default_categories-template.kmt -%%DATADIR%%/templates/ro_RO/homeloan.kmt -%%DATADIR%%/templates/ru_RU/default_accounts.kmt -%%DATADIR%%/templates/sk/brokerage.kmt -%%DATADIR%%/templates/sk/carloan.kmt -%%DATADIR%%/templates/sk/cdmoneymkt.kmt -%%DATADIR%%/templates/sk/childcare.kmt -%%DATADIR%%/templates/sk/common.kmt -%%DATADIR%%/templates/sk/currency.kmt -%%DATADIR%%/templates/sk/eduloan.kmt -%%DATADIR%%/templates/sk/fixedassets.kmt -%%DATADIR%%/templates/sk/homeloan.kmt -%%DATADIR%%/templates/sk/homeown.kmt -%%DATADIR%%/templates/sk/otherloan.kmt -%%DATADIR%%/templates/sk/renter.kmt -%%DATADIR%%/templates/sk/retiremt.kmt -%%DATADIR%%/templates/sk/spouseinc.kmt -%%DATADIR%%/templates/sk/spouseretire.kmt -%%DATADIR%%/templates/tr_TR/TEKDUZ.kmt -%%DATADIR%%/templates/tr_TR/brokerage.kmt -%%DATADIR%%/templates/tr_TR/carloan.kmt -%%DATADIR%%/templates/tr_TR/cdmoneymkt.kmt -%%DATADIR%%/templates/tr_TR/checkbook.kmt -%%DATADIR%%/templates/tr_TR/common.kmt -%%DATADIR%%/templates/tr_TR/fixedassets.kmt -%%DATADIR%%/templates/tr_TR/homeloan.kmt -%%DATADIR%%/templates/zh_CN/brokerage.kmt -%%DATADIR%%/templates/zh_CN/business.kmt -%%DATADIR%%/templates/zh_CN/carloan.kmt -%%DATADIR%%/templates/zh_CN/cdmoneymkt.kmt -%%DATADIR%%/templates/zh_CN/checkbook.kmt -%%DATADIR%%/templates/zh_CN/childcare.kmt -%%DATADIR%%/templates/zh_CN/common.kmt -%%DATADIR%%/templates/zh_CN/default_accounts.kmt -%%DATADIR%%/templates/zh_CN/eduloan.kmt -%%DATADIR%%/templates/zh_CN/fixedassets.kmt -%%DATADIR%%/templates/zh_CN/full.kmt -%%DATADIR%%/templates/zh_CN/homeloan.kmt -%%DATADIR%%/templates/zh_CN/homeown.kmt -%%DATADIR%%/templates/zh_CN/otherloan.kmt -%%DATADIR%%/templates/zh_CN/renter.kmt -%%DATADIR%%/templates/zh_CN/retiremt.kmt -%%DATADIR%%/templates/zh_CN/spouseinc.kmt -%%DATADIR%%/templates/zh_CN/spouseretire.kmt -%%DATADIR%%/templates/zh_HK/business.kmt -%%DATADIR%%/templates/zh_TW/business.kmt -%%DATADIR%%/tips -%%PORTDOCS%%%%DOCSDIR%%/account_edit.png -%%PORTDOCS%%%%DOCSDIR%%/account_options.png -%%PORTDOCS%%%%DOCSDIR%%/accountdropdown.png -%%PORTDOCS%%%%DOCSDIR%%/accounts_view.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz1.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz10.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz2.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz3.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz4.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz5.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz6.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz7.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz8.1.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz8.2.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz8.3.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz8.4.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz8.5.png -%%PORTDOCS%%%%DOCSDIR%%/accwiz9.png -%%PORTDOCS%%%%DOCSDIR%%/budgets_view.png -%%PORTDOCS%%%%DOCSDIR%%/calendarview.png -%%PORTDOCS%%%%DOCSDIR%%/categories.png -%%PORTDOCS%%%%DOCSDIR%%/categories_view.png -%%PORTDOCS%%%%DOCSDIR%%/category_widget.png -%%PORTDOCS%%%%DOCSDIR%%/categoryedit.png -%%PORTDOCS%%%%DOCSDIR%%/cleared_state.png -%%PORTDOCS%%%%DOCSDIR%%/common -%%PORTDOCS%%%%DOCSDIR%%/confirmenter.png -%%PORTDOCS%%%%DOCSDIR%%/credits.docbook -%%PORTDOCS%%%%DOCSDIR%%/currency_newpriceentry.png -%%PORTDOCS%%%%DOCSDIR%%/currency_priceeditor.png -%%PORTDOCS%%%%DOCSDIR%%/date_widget.png -%%PORTDOCS%%%%DOCSDIR%%/default_prompt.png -%%PORTDOCS%%%%DOCSDIR%%/details-accounts.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-budgets.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-categories.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-currencies.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-database.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-files.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-forecast.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-formats.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-hbciofx.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-impexp.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-institutions.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-integrity.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-investments.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-ledgers.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-loans.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-payees.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-reconciliation.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-reports.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-schedules.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-search.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-settings.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-transactions.docbook -%%PORTDOCS%%%%DOCSDIR%%/details-widgets.docbook -%%PORTDOCS%%%%DOCSDIR%%/enterschedule.png -%%PORTDOCS%%%%DOCSDIR%%/find-account.png -%%PORTDOCS%%%%DOCSDIR%%/find-amount.png -%%PORTDOCS%%%%DOCSDIR%%/find-category.png -%%PORTDOCS%%%%DOCSDIR%%/find-date.png -%%PORTDOCS%%%%DOCSDIR%%/find-details.png -%%PORTDOCS%%%%DOCSDIR%%/find-payee.png -%%PORTDOCS%%%%DOCSDIR%%/find-text.png -%%PORTDOCS%%%%DOCSDIR%%/finddlg.png -%%PORTDOCS%%%%DOCSDIR%%/firsttime.docbook -%%PORTDOCS%%%%DOCSDIR%%/forecast_view.png -%%PORTDOCS%%%%DOCSDIR%%/gnucash-import_options.png -%%PORTDOCS%%%%DOCSDIR%%/gnucash-report.png -%%PORTDOCS%%%%DOCSDIR%%/gnucash-select_price_source.png -%%PORTDOCS%%%%DOCSDIR%%/home_view.png -%%PORTDOCS%%%%DOCSDIR%%/index.cache.bz2 -%%PORTDOCS%%%%DOCSDIR%%/index.docbook -%%PORTDOCS%%%%DOCSDIR%%/institution_options.png -%%PORTDOCS%%%%DOCSDIR%%/institution_view.png -%%PORTDOCS%%%%DOCSDIR%%/institutions_view.png -%%PORTDOCS%%%%DOCSDIR%%/introduction.docbook -%%PORTDOCS%%%%DOCSDIR%%/investment-currencywarning.png -%%PORTDOCS%%%%DOCSDIR%%/investment-exchangerateeditor.png -%%PORTDOCS%%%%DOCSDIR%%/investment-onlineupdate.png -%%PORTDOCS%%%%DOCSDIR%%/investment-transactionform.png -%%PORTDOCS%%%%DOCSDIR%%/investments_summarytab.png -%%PORTDOCS%%%%DOCSDIR%%/investments_view.png -%%PORTDOCS%%%%DOCSDIR%%/kmt.png -%%PORTDOCS%%%%DOCSDIR%%/ledger_more.png -%%PORTDOCS%%%%DOCSDIR%%/ledgers.png -%%PORTDOCS%%%%DOCSDIR%%/ledgers_view.png -%%PORTDOCS%%%%DOCSDIR%%/ledgerview-numbered.png -%%PORTDOCS%%%%DOCSDIR%%/mainwindow_numbered.png -%%PORTDOCS%%%%DOCSDIR%%/makemostof.docbook -%%PORTDOCS%%%%DOCSDIR%%/new.png -%%PORTDOCS%%%%DOCSDIR%%/newacct.png -%%PORTDOCS%%%%DOCSDIR%%/newfile-2.png -%%PORTDOCS%%%%DOCSDIR%%/newfile-3.png -%%PORTDOCS%%%%DOCSDIR%%/newfile-4.png -%%PORTDOCS%%%%DOCSDIR%%/newfile-5.png -%%PORTDOCS%%%%DOCSDIR%%/newfile-6.png -%%PORTDOCS%%%%DOCSDIR%%/newfile.png -%%PORTDOCS%%%%DOCSDIR%%/newinst.png -%%PORTDOCS%%%%DOCSDIR%%/newsched_numbered.png -%%PORTDOCS%%%%DOCSDIR%%/otherdoc.docbook -%%PORTDOCS%%%%DOCSDIR%%/outbox_view.png -%%PORTDOCS%%%%DOCSDIR%%/payee_history.png -%%PORTDOCS%%%%DOCSDIR%%/payee_info.png -%%PORTDOCS%%%%DOCSDIR%%/payee_match.png -%%PORTDOCS%%%%DOCSDIR%%/payee_widget.png -%%PORTDOCS%%%%DOCSDIR%%/payees_view.png -%%PORTDOCS%%%%DOCSDIR%%/payeeview.png -%%PORTDOCS%%%%DOCSDIR%%/qif_report.png -%%PORTDOCS%%%%DOCSDIR%%/qifimport-export.png -%%PORTDOCS%%%%DOCSDIR%%/qifimport-qifprofiledate.png -%%PORTDOCS%%%%DOCSDIR%%/qifimport-qifprofileeditor.png -%%PORTDOCS%%%%DOCSDIR%%/qifimportverify.png -%%PORTDOCS%%%%DOCSDIR%%/qifopen.png -%%PORTDOCS%%%%DOCSDIR%%/reconcile.png -%%PORTDOCS%%%%DOCSDIR%%/reconcile1.png -%%PORTDOCS%%%%DOCSDIR%%/reconcile2.png -%%PORTDOCS%%%%DOCSDIR%%/reconcile3.png -%%PORTDOCS%%%%DOCSDIR%%/reconcile4.png -%%PORTDOCS%%%%DOCSDIR%%/reference.docbook -%%PORTDOCS%%%%DOCSDIR%%/report_configuration-reporttab.png -%%PORTDOCS%%%%DOCSDIR%%/report_configuration-rowscolumns.png -%%PORTDOCS%%%%DOCSDIR%%/reports_view-all.png -%%PORTDOCS%%%%DOCSDIR%%/reports_view.png -%%PORTDOCS%%%%DOCSDIR%%/schedcaltypes.png -%%PORTDOCS%%%%DOCSDIR%%/schedmonthday.png -%%PORTDOCS%%%%DOCSDIR%%/schedpopup.png -%%PORTDOCS%%%%DOCSDIR%%/schedule_view.png -%%PORTDOCS%%%%DOCSDIR%%/scheduleview.png -%%PORTDOCS%%%%DOCSDIR%%/select_currency.png -%%PORTDOCS%%%%DOCSDIR%%/select_database.png -%%PORTDOCS%%%%DOCSDIR%%/split_transaction.png -%%PORTDOCS%%%%DOCSDIR%%/tipofday.png -%%PORTDOCS%%%%DOCSDIR%%/transaction_find.png -%%PORTDOCS%%%%DOCSDIR%%/transactionform-off.png -%%PORTDOCS%%%%DOCSDIR%%/transactionform.png -%%PORTDOCS%%%%DOCSDIR%%/translist.png -%%PORTDOCS%%%%DOCSDIR%%/value_widget.png -%%PORTDOCS%%%%DOCSDIR%%/views-accounts.docbook -%%PORTDOCS%%%%DOCSDIR%%/views-categories.docbook -%%PORTDOCS%%%%DOCSDIR%%/views-home.docbook -%%PORTDOCS%%%%DOCSDIR%%/views-institutions.docbook -%%PORTDOCS%%%%DOCSDIR%%/views-investments.docbook -%%PORTDOCS%%%%DOCSDIR%%/views-ledgers.docbook -%%PORTDOCS%%%%DOCSDIR%%/views-outbox.docbook -%%PORTDOCS%%%%DOCSDIR%%/views-payees.docbook -%%PORTDOCS%%%%DOCSDIR%%/views-reports.docbook -%%PORTDOCS%%%%DOCSDIR%%/views-schedules.docbook -%%PORTDOCS%%%%DOCSDIR%%/whatsnew.docbook -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/tr/LC_MESSAGES -@dirrmtry share/locale/tr -@dirrmtry share/locale/sv/LC_MESSAGES -@dirrmtry share/locale/sv -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ru/LC_MESSAGES -@dirrmtry share/locale/ru -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt_BR/LC_MESSAGES -@dirrmtry share/locale/pt_BR -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nl/LC_MESSAGES -@dirrmtry share/locale/nl -@dirrmtry share/locale/lt/LC_MESSAGES -@dirrmtry share/locale/lt/LC_MESSAGES -@dirrmtry share/locale/lt -@dirrmtry share/locale/lt -@dirrmtry share/locale/it/LC_MESSAGES -@dirrmtry share/locale/it -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fr/LC_MESSAGES -@dirrmtry share/locale/fr -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/es_AR/LC_MESSAGES -@dirrmtry share/locale/es_AR -@dirrmtry share/locale/es/LC_MESSAGES -@dirrmtry share/locale/es -@dirrmtry share/locale/en_GB/LC_MESSAGES -@dirrmtry share/locale/en_GB -@dirrmtry share/locale/de/LC_MESSAGES -@dirrmtry share/locale/de -@dirrmtry share/locale/da/LC_MESSAGES -@dirrmtry share/locale/da -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/config.kcfg -@dirrmtry share/apps/kmm_ofximport -@dirrmtry share/apps -@dirrmtry share/applications/kde -@dirrmtry share/applications -@dirrmtry lib/kde3 -@dirrmtry %%DATADIR%%/templates/zh_TW -@dirrmtry %%DATADIR%%/templates/zh_HK -@dirrmtry %%DATADIR%%/templates/zh_CN -@dirrmtry %%DATADIR%%/templates/tr_TR -@dirrmtry %%DATADIR%%/templates/sk -@dirrmtry %%DATADIR%%/templates/ru_RU -@dirrmtry %%DATADIR%%/templates/ro_RO -@dirrmtry %%DATADIR%%/templates/pt_PT -@dirrmtry %%DATADIR%%/templates/pt_BR -@dirrmtry %%DATADIR%%/templates/nl_NL -@dirrmtry %%DATADIR%%/templates/jp -@dirrmtry %%DATADIR%%/templates/it -@dirrmtry %%DATADIR%%/templates/hu_HU -@dirrmtry %%DATADIR%%/templates/gl_ES -@dirrmtry %%DATADIR%%/templates/fr_FR -@dirrmtry %%DATADIR%%/templates/fr_CH -@dirrmtry %%DATADIR%%/templates/fr_CA -@dirrmtry %%DATADIR%%/templates/es_MX -@dirrmtry %%DATADIR%%/templates/es_ES -@dirrmtry %%DATADIR%%/templates/es_AR -@dirrmtry %%DATADIR%%/templates/en_US -@dirrmtry %%DATADIR%%/templates/en_GB -@dirrmtry %%DATADIR%%/templates/el_GR -@dirrmtry %%DATADIR%%/templates/dk -@dirrmtry %%DATADIR%%/templates/de_DE -@dirrmtry %%DATADIR%%/templates/de_CH -@dirrmtry %%DATADIR%%/templates/de_AT -@dirrmtry %%DATADIR%%/templates/C -@dirrmtry %%DATADIR%%/templates -@dirrmtry %%DATADIR%%/pics -@dirrmtry %%DATADIR%%/misc -@dirrmtry %%DATADIR%%/icons/hicolor/64x64/apps -@dirrmtry %%DATADIR%%/icons/hicolor/64x64 -@dirrmtry %%DATADIR%%/icons/hicolor/48x48/apps -@dirrmtry %%DATADIR%%/icons/hicolor/48x48 -@dirrmtry %%DATADIR%%/icons/hicolor/32x32/apps -@dirrmtry %%DATADIR%%/icons/hicolor/32x32 -@dirrmtry %%DATADIR%%/icons/hicolor/22x22/actions -@dirrmtry %%DATADIR%%/icons/hicolor/22x22 -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/actions -@dirrmtry %%DATADIR%%/icons/hicolor/16x16 -@dirrmtry %%DATADIR%%/icons/hicolor -@dirrmtry %%DATADIR%%/icons -@dirrmtry %%DATADIR%%/html/images -@dirrmtry %%DATADIR%%/html -@dirrmtry %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/icons/oxygen/scalable -@dirrmtry share/icons/oxygen/64x64/apps -@dirrmtry share/icons/oxygen/64x64 -@dirrmtry share/icons/oxygen/48x48/apps -@dirrmtry share/icons/oxygen/48x48 -@dirrmtry share/icons/oxygen/32x32/apps -@dirrmtry share/icons/oxygen/32x32 -@dirrmtry share/icons/oxygen/22x22/actions -@dirrmtry share/icons/oxygen/22x22 -@dirrmtry share/icons/oxygen/16x16/actions -@dirrmtry share/icons/oxygen/16x16 -@dirrmtry share/icons/oxygen/128x128/apps -@dirrmtry share/icons/oxygen/128x128 -@dirrmtry share/icons/oxygen -@dirrmtry share/icons/Tango/scalable -@dirrmtry share/icons/Tango/64x64/apps -@dirrmtry share/icons/Tango/64x64 -@dirrmtry share/icons/Tango/48x48/apps -@dirrmtry share/icons/Tango/48x48 -@dirrmtry share/icons/Tango/32x32/apps -@dirrmtry share/icons/Tango/32x32 -@dirrmtry share/icons/Tango/22x22/actions -@dirrmtry share/icons/Tango/22x22 -@dirrmtry share/icons/Tango/16x16/actions -@dirrmtry share/icons/Tango/16x16 -@dirrmtry share/icons/Tango/128x128/apps -@dirrmtry share/icons/Tango/128x128 -@dirrmtry share/icons/Tango -@dirrmtry share/icons -@dirrmtry include/kmymoney +lib/libkmm_plugin.so.5 +lib/libkmm_plugin.so.5.0.1 +lib/libkmm_widgets.so +lib/libkmm_widgets.so.5 +lib/libkmm_widgets.so.5.0.1 +share/applications/kde4/kmymoney.desktop +%%WITH_CALENDAR%%share/apps/kmm_icalendarexport/kmm_icalendarexport.rc +%%WITH_KBANKING%%share/apps/kmm_kbanking/kmm_kbanking.rc +%%WITH_OFX%%share/apps/kmm_ofximport/kmm_ofximport.rc +share/apps/kmm_printcheck/check_template.html +share/apps/kmm_printcheck/kmm_printcheck.rc +share/apps/kmymoney/html/images/about_kde.png +share/apps/kmymoney/html/images/arrow.png +share/apps/kmymoney/html/images/backarrow.png +share/apps/kmymoney/html/images/background.png +share/apps/kmymoney/html/images/bc.png +share/apps/kmymoney/html/images/bg-texture.png +share/apps/kmymoney/html/images/bl.png +share/apps/kmymoney/html/images/bottomleft.png +share/apps/kmymoney/html/images/bottomright.png +share/apps/kmymoney/html/images/br.png +share/apps/kmymoney/html/images/center.png +share/apps/kmymoney/html/images/currencyflourish.png +share/apps/kmymoney/html/images/filenew.png +share/apps/kmymoney/html/images/kmymoneydata.png +share/apps/kmymoney/html/images/konqueror.png +share/apps/kmymoney/html/images/lc.png +share/apps/kmymoney/html/images/manual.png +share/apps/kmymoney/html/images/messagebox_info.png +share/apps/kmymoney/html/images/original-trans_logo.png +share/apps/kmymoney/html/images/rc.png +share/apps/kmymoney/html/images/rightborder.png +share/apps/kmymoney/html/images/shadow.png +share/apps/kmymoney/html/images/spacer.gif +share/apps/kmymoney/html/images/spacer.png +share/apps/kmymoney/html/images/tc.png +share/apps/kmymoney/html/images/title-center.png +share/apps/kmymoney/html/images/title-left.png +share/apps/kmymoney/html/images/title-right.png +share/apps/kmymoney/html/images/tl.png +share/apps/kmymoney/html/images/top-shadow.png +share/apps/kmymoney/html/images/topleft.png +share/apps/kmymoney/html/images/topright.png +share/apps/kmymoney/html/images/tr.png +share/apps/kmymoney/html/images/trans_logo.png +share/apps/kmymoney/html/kmymoney.css +share/apps/kmymoney/html/welcome.css +share/apps/kmymoney/icons/oxygen/128x128/actions/account-add.png +share/apps/kmymoney/icons/oxygen/128x128/actions/account-close.png +share/apps/kmymoney/icons/oxygen/128x128/actions/account-delete.png +share/apps/kmymoney/icons/oxygen/128x128/actions/institution-add.png +share/apps/kmymoney/icons/oxygen/128x128/actions/reconcile.png +share/apps/kmymoney/icons/oxygen/128x128/actions/transaction-find.png +share/apps/kmymoney/icons/oxygen/128x128/apps/account-types-asset.png +share/apps/kmymoney/icons/oxygen/128x128/apps/account-types-cash.png +share/apps/kmymoney/icons/oxygen/128x128/apps/account-types-checking.png +share/apps/kmymoney/icons/oxygen/128x128/apps/account-types-closed.png +share/apps/kmymoney/icons/oxygen/128x128/apps/account-types-credit-card.png +share/apps/kmymoney/icons/oxygen/128x128/apps/account-types-expense.png +share/apps/kmymoney/icons/oxygen/128x128/apps/account-types-income.png +share/apps/kmymoney/icons/oxygen/128x128/apps/account-types-investments.png +share/apps/kmymoney/icons/oxygen/128x128/apps/account-types-liability.png +share/apps/kmymoney/icons/oxygen/128x128/apps/account-types-loan.png +share/apps/kmymoney/icons/oxygen/128x128/apps/account-types-reconciled.png +share/apps/kmymoney/icons/oxygen/128x128/apps/account-types-savings.png +share/apps/kmymoney/icons/oxygen/128x128/apps/account.png +share/apps/kmymoney/icons/oxygen/128x128/apps/budget.png +share/apps/kmymoney/icons/oxygen/128x128/apps/categories.png +share/apps/kmymoney/icons/oxygen/128x128/apps/forecast.png +share/apps/kmymoney/icons/oxygen/128x128/apps/institution.png +share/apps/kmymoney/icons/oxygen/128x128/apps/investment.png +share/apps/kmymoney/icons/oxygen/128x128/apps/ledger.png +share/apps/kmymoney/icons/oxygen/128x128/apps/office-chart-tall-pie.png +share/apps/kmymoney/icons/oxygen/128x128/apps/online-banking.png +share/apps/kmymoney/icons/oxygen/128x128/apps/transaction-report.png +share/apps/kmymoney/icons/oxygen/128x128/apps/transaction.png +share/apps/kmymoney/icons/oxygen/16x16/actions/account-add.png +share/apps/kmymoney/icons/oxygen/16x16/actions/account-close.png +share/apps/kmymoney/icons/oxygen/16x16/actions/account-delete.png +share/apps/kmymoney/icons/oxygen/16x16/actions/account-edit.png +share/apps/kmymoney/icons/oxygen/16x16/actions/account-reopen.png +share/apps/kmymoney/icons/oxygen/16x16/actions/account-update-online-all.png +share/apps/kmymoney/icons/oxygen/16x16/actions/account-update-online.png +share/apps/kmymoney/icons/oxygen/16x16/actions/backup.png +share/apps/kmymoney/icons/oxygen/16x16/actions/budget-add.png +share/apps/kmymoney/icons/oxygen/16x16/actions/budget-delete.png +share/apps/kmymoney/icons/oxygen/16x16/actions/budget-edit.png +share/apps/kmymoney/icons/oxygen/16x16/actions/category-delete.png +share/apps/kmymoney/icons/oxygen/16x16/actions/category-edit.png +share/apps/kmymoney/icons/oxygen/16x16/actions/forecast.png +share/apps/kmymoney/icons/oxygen/16x16/actions/hide-categories.png +share/apps/kmymoney/icons/oxygen/16x16/actions/hide-reconciled.png +share/apps/kmymoney/icons/oxygen/16x16/actions/institution-add.png +share/apps/kmymoney/icons/oxygen/16x16/actions/institution-delete.png +share/apps/kmymoney/icons/oxygen/16x16/actions/institution-edit.png +share/apps/kmymoney/icons/oxygen/16x16/actions/investment-add.png +share/apps/kmymoney/icons/oxygen/16x16/actions/investment-delete.png +share/apps/kmymoney/icons/oxygen/16x16/actions/investment-edit.png +share/apps/kmymoney/icons/oxygen/16x16/actions/investment-update-online-all.png +share/apps/kmymoney/icons/oxygen/16x16/actions/investment-update-online.png +share/apps/kmymoney/icons/oxygen/16x16/actions/online-banking.png +share/apps/kmymoney/icons/oxygen/16x16/actions/payee-rename.png +share/apps/kmymoney/icons/oxygen/16x16/actions/reconcile-finish.png +share/apps/kmymoney/icons/oxygen/16x16/actions/reconcile.png +share/apps/kmymoney/icons/oxygen/16x16/actions/transaction-add.png +share/apps/kmymoney/icons/oxygen/16x16/actions/transaction-delete.png +share/apps/kmymoney/icons/oxygen/16x16/actions/transaction-edit.png +share/apps/kmymoney/icons/oxygen/16x16/actions/transaction-find.png +share/apps/kmymoney/icons/oxygen/16x16/actions/transaction-split.png +share/apps/kmymoney/icons/oxygen/16x16/apps/account-types-asset.png +share/apps/kmymoney/icons/oxygen/16x16/apps/account-types-cash.png +share/apps/kmymoney/icons/oxygen/16x16/apps/account-types-checking.png +share/apps/kmymoney/icons/oxygen/16x16/apps/account-types-closed.png +share/apps/kmymoney/icons/oxygen/16x16/apps/account-types-credit-card.png +share/apps/kmymoney/icons/oxygen/16x16/apps/account-types-expense.png +share/apps/kmymoney/icons/oxygen/16x16/apps/account-types-income.png +share/apps/kmymoney/icons/oxygen/16x16/apps/account-types-investments.png +share/apps/kmymoney/icons/oxygen/16x16/apps/account-types-liability.png +share/apps/kmymoney/icons/oxygen/16x16/apps/account-types-loan.png +share/apps/kmymoney/icons/oxygen/16x16/apps/account-types-reconciled.png +share/apps/kmymoney/icons/oxygen/16x16/apps/account-types-savings.png +share/apps/kmymoney/icons/oxygen/16x16/apps/account.png +share/apps/kmymoney/icons/oxygen/16x16/apps/bank.png +share/apps/kmymoney/icons/oxygen/16x16/apps/budget.png +share/apps/kmymoney/icons/oxygen/16x16/apps/categories.png +share/apps/kmymoney/icons/oxygen/16x16/apps/forecast.png +share/apps/kmymoney/icons/oxygen/16x16/apps/institution.png +share/apps/kmymoney/icons/oxygen/16x16/apps/investment.png +share/apps/kmymoney/icons/oxygen/16x16/apps/ledger.png +share/apps/kmymoney/icons/oxygen/16x16/apps/office-chart-tall-pie.png +share/apps/kmymoney/icons/oxygen/16x16/apps/transaction-report.png +share/apps/kmymoney/icons/oxygen/22x22/actions/account-add.png +share/apps/kmymoney/icons/oxygen/22x22/actions/account-close.png +share/apps/kmymoney/icons/oxygen/22x22/actions/account-delete.png +share/apps/kmymoney/icons/oxygen/22x22/actions/account-edit.png +share/apps/kmymoney/icons/oxygen/22x22/actions/account-reopen.png +share/apps/kmymoney/icons/oxygen/22x22/actions/account-update-online-all.png +share/apps/kmymoney/icons/oxygen/22x22/actions/account-update-online.png +share/apps/kmymoney/icons/oxygen/22x22/actions/attention.png +share/apps/kmymoney/icons/oxygen/22x22/actions/backup.png +share/apps/kmymoney/icons/oxygen/22x22/actions/budget-add.png +share/apps/kmymoney/icons/oxygen/22x22/actions/budget-delete.png +share/apps/kmymoney/icons/oxygen/22x22/actions/budget-edit.png +share/apps/kmymoney/icons/oxygen/22x22/actions/category-delete.png +share/apps/kmymoney/icons/oxygen/22x22/actions/category-edit.png +share/apps/kmymoney/icons/oxygen/22x22/actions/hide-categories.png +share/apps/kmymoney/icons/oxygen/22x22/actions/hide-reconciled.png +share/apps/kmymoney/icons/oxygen/22x22/actions/institution-delete.png +share/apps/kmymoney/icons/oxygen/22x22/actions/institution-edit.png +share/apps/kmymoney/icons/oxygen/22x22/actions/institution_add.png +share/apps/kmymoney/icons/oxygen/22x22/actions/investment-add.png +share/apps/kmymoney/icons/oxygen/22x22/actions/investment-delete.png +share/apps/kmymoney/icons/oxygen/22x22/actions/investment-edit.png +share/apps/kmymoney/icons/oxygen/22x22/actions/investment-update-online-all.png +share/apps/kmymoney/icons/oxygen/22x22/actions/investment-update-online.png +share/apps/kmymoney/icons/oxygen/22x22/actions/payee-rename.png +share/apps/kmymoney/icons/oxygen/22x22/actions/reconcile-finish.png +share/apps/kmymoney/icons/oxygen/22x22/actions/reconcile.png +share/apps/kmymoney/icons/oxygen/22x22/actions/transaction-add.png +share/apps/kmymoney/icons/oxygen/22x22/actions/transaction-delete.png +share/apps/kmymoney/icons/oxygen/22x22/actions/transaction-edit.png +share/apps/kmymoney/icons/oxygen/22x22/actions/transaction-find.png +share/apps/kmymoney/icons/oxygen/22x22/apps/account-types-asset.png +share/apps/kmymoney/icons/oxygen/22x22/apps/account-types-cash.png +share/apps/kmymoney/icons/oxygen/22x22/apps/account-types-checking.png +share/apps/kmymoney/icons/oxygen/22x22/apps/account-types-closed.png +share/apps/kmymoney/icons/oxygen/22x22/apps/account-types-credit-card.png +share/apps/kmymoney/icons/oxygen/22x22/apps/account-types-expense.png +share/apps/kmymoney/icons/oxygen/22x22/apps/account-types-income.png +share/apps/kmymoney/icons/oxygen/22x22/apps/account-types-investments.png +share/apps/kmymoney/icons/oxygen/22x22/apps/account-types-liability.png +share/apps/kmymoney/icons/oxygen/22x22/apps/account-types-loan.png +share/apps/kmymoney/icons/oxygen/22x22/apps/account-types-reconciled.png +share/apps/kmymoney/icons/oxygen/22x22/apps/account-types-savings.png +share/apps/kmymoney/icons/oxygen/22x22/apps/account.png +share/apps/kmymoney/icons/oxygen/22x22/apps/bank.png +share/apps/kmymoney/icons/oxygen/22x22/apps/budget.png +share/apps/kmymoney/icons/oxygen/22x22/apps/categories.png +share/apps/kmymoney/icons/oxygen/22x22/apps/forecast.png +share/apps/kmymoney/icons/oxygen/22x22/apps/institution.png +share/apps/kmymoney/icons/oxygen/22x22/apps/investment.png +share/apps/kmymoney/icons/oxygen/22x22/apps/ledger.png +share/apps/kmymoney/icons/oxygen/22x22/apps/office-chart-tall-pie.png +share/apps/kmymoney/icons/oxygen/22x22/apps/online-banking.png +share/apps/kmymoney/icons/oxygen/22x22/apps/transaction-report.png +share/apps/kmymoney/icons/oxygen/32x32/actions/account-add.png +share/apps/kmymoney/icons/oxygen/32x32/actions/account-close.png +share/apps/kmymoney/icons/oxygen/32x32/actions/account-delete.png +share/apps/kmymoney/icons/oxygen/32x32/actions/hide-reconciled.png +share/apps/kmymoney/icons/oxygen/32x32/actions/institution-add.png +share/apps/kmymoney/icons/oxygen/32x32/actions/reconcile.png +share/apps/kmymoney/icons/oxygen/32x32/actions/transaction-find.png +share/apps/kmymoney/icons/oxygen/32x32/apps/account-types-asset.png +share/apps/kmymoney/icons/oxygen/32x32/apps/account-types-cash.png +share/apps/kmymoney/icons/oxygen/32x32/apps/account-types-checking.png +share/apps/kmymoney/icons/oxygen/32x32/apps/account-types-closed.png +share/apps/kmymoney/icons/oxygen/32x32/apps/account-types-credit-card.png +share/apps/kmymoney/icons/oxygen/32x32/apps/account-types-expense.png +share/apps/kmymoney/icons/oxygen/32x32/apps/account-types-income.png +share/apps/kmymoney/icons/oxygen/32x32/apps/account-types-investments.png +share/apps/kmymoney/icons/oxygen/32x32/apps/account-types-liability.png +share/apps/kmymoney/icons/oxygen/32x32/apps/account-types-loan.png +share/apps/kmymoney/icons/oxygen/32x32/apps/account-types-reconciled.png +share/apps/kmymoney/icons/oxygen/32x32/apps/account-types-savings.png +share/apps/kmymoney/icons/oxygen/32x32/apps/account.png +share/apps/kmymoney/icons/oxygen/32x32/apps/budget.png +share/apps/kmymoney/icons/oxygen/32x32/apps/categories.png +share/apps/kmymoney/icons/oxygen/32x32/apps/forecast.png +share/apps/kmymoney/icons/oxygen/32x32/apps/institution.png +share/apps/kmymoney/icons/oxygen/32x32/apps/investment.png +share/apps/kmymoney/icons/oxygen/32x32/apps/ledger.png +share/apps/kmymoney/icons/oxygen/32x32/apps/office-chart-tall-pie.png +share/apps/kmymoney/icons/oxygen/32x32/apps/online-banking.png +share/apps/kmymoney/icons/oxygen/32x32/apps/transaction-report.png +share/apps/kmymoney/icons/oxygen/48x48/actions/account-add.png +share/apps/kmymoney/icons/oxygen/48x48/actions/account-close.png +share/apps/kmymoney/icons/oxygen/48x48/actions/account-delete.png +share/apps/kmymoney/icons/oxygen/48x48/actions/hide-reconciled.png +share/apps/kmymoney/icons/oxygen/48x48/actions/reconcile.png +share/apps/kmymoney/icons/oxygen/48x48/actions/transaction-find.png +share/apps/kmymoney/icons/oxygen/48x48/apps/account-types-asset.png +share/apps/kmymoney/icons/oxygen/48x48/apps/account-types-cash.png +share/apps/kmymoney/icons/oxygen/48x48/apps/account-types-checking.png +share/apps/kmymoney/icons/oxygen/48x48/apps/account-types-closed.png +share/apps/kmymoney/icons/oxygen/48x48/apps/account-types-credit-card.png +share/apps/kmymoney/icons/oxygen/48x48/apps/account-types-expense.png +share/apps/kmymoney/icons/oxygen/48x48/apps/account-types-income.png +share/apps/kmymoney/icons/oxygen/48x48/apps/account-types-investments.png +share/apps/kmymoney/icons/oxygen/48x48/apps/account-types-liability.png +share/apps/kmymoney/icons/oxygen/48x48/apps/account-types-loan.png +share/apps/kmymoney/icons/oxygen/48x48/apps/account-types-reconciled.png +share/apps/kmymoney/icons/oxygen/48x48/apps/account-types-savings.png +share/apps/kmymoney/icons/oxygen/48x48/apps/account.png +share/apps/kmymoney/icons/oxygen/48x48/apps/budget.png +share/apps/kmymoney/icons/oxygen/48x48/apps/categories.png +share/apps/kmymoney/icons/oxygen/48x48/apps/forecast.png +share/apps/kmymoney/icons/oxygen/48x48/apps/institution.png +share/apps/kmymoney/icons/oxygen/48x48/apps/investment.png +share/apps/kmymoney/icons/oxygen/48x48/apps/ledger.png +share/apps/kmymoney/icons/oxygen/48x48/apps/office-chart-tall-pie.png +share/apps/kmymoney/icons/oxygen/48x48/apps/online-banking.png +share/apps/kmymoney/icons/oxygen/48x48/apps/transaction-report.png +share/apps/kmymoney/icons/oxygen/64x64/actions/account-add.png +share/apps/kmymoney/icons/oxygen/64x64/actions/account-close.png +share/apps/kmymoney/icons/oxygen/64x64/actions/account-delete.png +share/apps/kmymoney/icons/oxygen/64x64/actions/institution-add.png +share/apps/kmymoney/icons/oxygen/64x64/actions/reconcile.png +share/apps/kmymoney/icons/oxygen/64x64/actions/transaction-find.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account-delete.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account-types-asset.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account-types-cash.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account-types-checking.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account-types-closed.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account-types-credit-card.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account-types-expense.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account-types-income.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account-types-investments.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account-types-liability.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account-types-loan.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account-types-reconciled.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account-types-savings.png +share/apps/kmymoney/icons/oxygen/64x64/apps/account.png +share/apps/kmymoney/icons/oxygen/64x64/apps/budget.png +share/apps/kmymoney/icons/oxygen/64x64/apps/categories.png +share/apps/kmymoney/icons/oxygen/64x64/apps/forecast.png +share/apps/kmymoney/icons/oxygen/64x64/apps/institution.png +share/apps/kmymoney/icons/oxygen/64x64/apps/investment.png +share/apps/kmymoney/icons/oxygen/64x64/apps/ledger.png +share/apps/kmymoney/icons/oxygen/64x64/apps/office-chart-tall-pie.png +share/apps/kmymoney/icons/oxygen/64x64/apps/online-banking.png +share/apps/kmymoney/icons/oxygen/64x64/apps/transaction-report.png +share/apps/kmymoney/icons/oxygen/scalable/actions/account-add.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/account-close.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/account-delete.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/account-edit.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/account-reopen.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/account-update-online-all.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/account-update-online.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/backup.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/budget-add.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/budget-delete.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/budget-edit.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/category-delete.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/category-edit.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/hide-categories.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/hide-reconciled.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/institution-add.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/institution-delete.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/institution-edit.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/investment-add.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/investment-delete.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/investment-edit.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/investment-update-online-all.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/investment-update-online.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/payee-rename.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/reconcile-finish.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/reconcile.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/transaction-add.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/transaction-delete.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/transaction-edit.svgz +share/apps/kmymoney/icons/oxygen/scalable/actions/transaction-find.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/account-types-asset.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/account-types-cash.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/account-types-checking.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/account-types-closed.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/account-types-credit-card.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/account-types-expense.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/account-types-income.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/account-types-investments.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/account-types-liability.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/account-types-loan.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/account-types-reconcile.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/account-types-savings.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/account.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/budget.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/categories.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/forecast.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/institution.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/investment.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/ledger.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/office-chart-tall-pie.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/online-banking.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/transaction-report.svgz +share/apps/kmymoney/icons/oxygen/scalable/apps/transaction.svgz +share/apps/kmymoney/kmymoneyui.rc +share/apps/kmymoney/misc/financequote.pl +share/apps/kmymoney/pics/l10n/de/.directory +share/apps/kmymoney/pics/l10n/de/startlogo.png +share/apps/kmymoney/pics/l10n/es/startlogo.png +share/apps/kmymoney/pics/l10n/ro/.directory +share/apps/kmymoney/pics/l10n/ro/startlogo.png +share/apps/kmymoney/pics/l10n/ru/startlogo.png +share/apps/kmymoney/pics/l10n/uk/startlogo.png +share/apps/kmymoney/pics/startlogo.png +share/apps/kmymoney/pics/titlelabel_background.png +share/apps/kmymoney/templates/C/brokerage.kmt +share/apps/kmymoney/templates/C/business.kmt +share/apps/kmymoney/templates/C/carloan.kmt +share/apps/kmymoney/templates/C/cdmoneymkt.kmt +share/apps/kmymoney/templates/C/checkbook.kmt +share/apps/kmymoney/templates/C/childcare.kmt +share/apps/kmymoney/templates/C/common.kmt +share/apps/kmymoney/templates/C/default_categories-template.kmt +share/apps/kmymoney/templates/C/eduloan.kmt +share/apps/kmymoney/templates/C/fixedassets.kmt +share/apps/kmymoney/templates/C/full.kmt +share/apps/kmymoney/templates/C/homeloan.kmt +share/apps/kmymoney/templates/C/homeown.kmt +share/apps/kmymoney/templates/C/old-default_accounts.kmt +share/apps/kmymoney/templates/C/otherloan.kmt +share/apps/kmymoney/templates/C/renter.kmt +share/apps/kmymoney/templates/C/retiremt.kmt +share/apps/kmymoney/templates/C/spouseinc.kmt +share/apps/kmymoney/templates/C/spouseretire.kmt +share/apps/kmymoney/templates/de_AT/auto.kmt +share/apps/kmymoney/templates/de_AT/autoloan.kmt +share/apps/kmymoney/templates/de_AT/brokerage.kmt +share/apps/kmymoney/templates/de_AT/business.kmt +share/apps/kmymoney/templates/de_AT/common.kmt +share/apps/kmymoney/templates/de_AT/houseown.kmt +share/apps/kmymoney/templates/de_AT/investment.kmt +share/apps/kmymoney/templates/de_AT/kids.kmt +share/apps/kmymoney/templates/de_CH/brokerage.kmt +share/apps/kmymoney/templates/de_CH/chkmu.kmt +share/apps/kmymoney/templates/de_CH/common.kmt +share/apps/kmymoney/templates/de_CH/kids.kmt +share/apps/kmymoney/templates/de_CH/otherasset.kmt +share/apps/kmymoney/templates/de_CH/otherloan.kmt +share/apps/kmymoney/templates/de_DE/auto.kmt +share/apps/kmymoney/templates/de_DE/autoloan.kmt +share/apps/kmymoney/templates/de_DE/brokerage.kmt +share/apps/kmymoney/templates/de_DE/common.kmt +share/apps/kmymoney/templates/de_DE/default_accounts.kmt +share/apps/kmymoney/templates/de_DE/full.kmt +share/apps/kmymoney/templates/de_DE/houseown.kmt +share/apps/kmymoney/templates/de_DE/investment.kmt +share/apps/kmymoney/templates/de_DE/kids.kmt +share/apps/kmymoney/templates/de_DE/otherasset.kmt +share/apps/kmymoney/templates/de_DE/otherloan.kmt +share/apps/kmymoney/templates/de_DE/skr03.kmt +share/apps/kmymoney/templates/de_DE/skr04.kmt +share/apps/kmymoney/templates/de_DE/studium.kmt +share/apps/kmymoney/templates/dk/car.kmt +share/apps/kmymoney/templates/dk/common.kmt +share/apps/kmymoney/templates/dk/homeloan.kmt +share/apps/kmymoney/templates/dk/homeown.kmt +share/apps/kmymoney/templates/el_GR/brokerage.kmt +share/apps/kmymoney/templates/el_GR/carloan.kmt +share/apps/kmymoney/templates/el_GR/common.kmt +share/apps/kmymoney/templates/en_GB/brokerage.kmt +share/apps/kmymoney/templates/en_GB/business.kmt +share/apps/kmymoney/templates/en_GB/carloan.kmt +share/apps/kmymoney/templates/en_GB/cdmoneymkt.kmt +share/apps/kmymoney/templates/en_GB/checkbook.kmt +share/apps/kmymoney/templates/en_GB/childcare.kmt +share/apps/kmymoney/templates/en_GB/common.kmt +share/apps/kmymoney/templates/en_GB/default_accounts.kmt +share/apps/kmymoney/templates/en_GB/eduloan.kmt +share/apps/kmymoney/templates/en_GB/fixedassets.kmt +share/apps/kmymoney/templates/en_GB/full.kmt +share/apps/kmymoney/templates/en_GB/homeloan.kmt +share/apps/kmymoney/templates/en_GB/homeown.kmt +share/apps/kmymoney/templates/en_GB/otherloan.kmt +share/apps/kmymoney/templates/en_GB/renter.kmt +share/apps/kmymoney/templates/en_GB/retiremt.kmt +share/apps/kmymoney/templates/en_GB/spouseinc.kmt +share/apps/kmymoney/templates/en_GB/spouseretire.kmt +share/apps/kmymoney/templates/en_GB/uk-vat.kmt +share/apps/kmymoney/templates/en_US/0.6-default_accounts.kmt +share/apps/kmymoney/templates/en_US/0.8-default_accounts.kmt +share/apps/kmymoney/templates/en_US/Base-Blank.kmt +share/apps/kmymoney/templates/en_US/Base-Detailed.kmt +share/apps/kmymoney/templates/en_US/Base-Simple.kmt +share/apps/kmymoney/templates/en_US/House.kmt +share/apps/kmymoney/templates/en_US/Pets.kmt +share/apps/kmymoney/templates/en_US/Retirement.kmt +share/apps/kmymoney/templates/en_US/ScheduleA_itemized-deductions.kmt +share/apps/kmymoney/templates/en_US/ScheduleBandD.kmt +share/apps/kmymoney/templates/en_US/ScheduleC_business.kmt +share/apps/kmymoney/templates/en_US/ScheduleE_rental-property.kmt +share/apps/kmymoney/templates/en_US/ScheduleF_farming.kmt +share/apps/kmymoney/templates/en_US/kids.kmt +share/apps/kmymoney/templates/es_AR/brokerage.kmt +share/apps/kmymoney/templates/es_AR/carloan.kmt +share/apps/kmymoney/templates/es_AR/cdmoneymkt.kmt +share/apps/kmymoney/templates/es_AR/childcare.kmt +share/apps/kmymoney/templates/es_AR/common.kmt +share/apps/kmymoney/templates/es_AR/currency.kmt +share/apps/kmymoney/templates/es_AR/default_accounts.kmt +share/apps/kmymoney/templates/es_AR/eduloan.kmt +share/apps/kmymoney/templates/es_AR/fixedassets.kmt +share/apps/kmymoney/templates/es_AR/homeloan.kmt +share/apps/kmymoney/templates/es_AR/homeown.kmt +share/apps/kmymoney/templates/es_AR/otherloan.kmt +share/apps/kmymoney/templates/es_AR/renter.kmt +share/apps/kmymoney/templates/es_AR/retiremt.kmt +share/apps/kmymoney/templates/es_AR/spouseinc.kmt +share/apps/kmymoney/templates/es_AR/spouseretire.kmt +share/apps/kmymoney/templates/es_ES/brokerage.kmt +share/apps/kmymoney/templates/es_ES/carloan.kmt +share/apps/kmymoney/templates/es_ES/cdmoneymkt.kmt +share/apps/kmymoney/templates/es_ES/childcare.kmt +share/apps/kmymoney/templates/es_ES/common.kmt +share/apps/kmymoney/templates/es_ES/currency.kmt +share/apps/kmymoney/templates/es_ES/default_accounts.kmt +share/apps/kmymoney/templates/es_ES/eduloan.kmt +share/apps/kmymoney/templates/es_ES/fixedassets.kmt +share/apps/kmymoney/templates/es_ES/homeloan.kmt +share/apps/kmymoney/templates/es_ES/homeown.kmt +share/apps/kmymoney/templates/es_ES/otherloan.kmt +share/apps/kmymoney/templates/es_ES/renter.kmt +share/apps/kmymoney/templates/es_ES/retiremt.kmt +share/apps/kmymoney/templates/es_ES/spouseinc.kmt +share/apps/kmymoney/templates/es_ES/spouseretire.kmt +share/apps/kmymoney/templates/es_MX/brokerage.kmt +share/apps/kmymoney/templates/es_MX/carloan.kmt +share/apps/kmymoney/templates/es_MX/cdmoneymkt.kmt +share/apps/kmymoney/templates/es_MX/childcare.kmt +share/apps/kmymoney/templates/es_MX/common.kmt +share/apps/kmymoney/templates/es_MX/currency.kmt +share/apps/kmymoney/templates/es_MX/eduloan.kmt +share/apps/kmymoney/templates/es_MX/fixedassets.kmt +share/apps/kmymoney/templates/es_MX/homeloan.kmt +share/apps/kmymoney/templates/es_MX/homeown.kmt +share/apps/kmymoney/templates/es_MX/otherloan.kmt +share/apps/kmymoney/templates/es_MX/renter.kmt +share/apps/kmymoney/templates/es_MX/retiremt.kmt +share/apps/kmymoney/templates/es_MX/spouseinc.kmt +share/apps/kmymoney/templates/es_MX/spouseretire.kmt +share/apps/kmymoney/templates/fr_CA/actifsfixes.kmt +share/apps/kmymoney/templates/fr_CA/automobile.kmt +share/apps/kmymoney/templates/fr_CA/basecommune.kmt +share/apps/kmymoney/templates/fr_CA/cdmarchemon.kmt +share/apps/kmymoney/templates/fr_CA/chequier.kmt +share/apps/kmymoney/templates/fr_CA/conjointretraite.kmt +share/apps/kmymoney/templates/fr_CA/conjointrev.kmt +share/apps/kmymoney/templates/fr_CA/courtage.kmt +share/apps/kmymoney/templates/fr_CA/etudeemprunt.kmt +share/apps/kmymoney/templates/fr_CA/garderie.kmt +share/apps/kmymoney/templates/fr_CA/locataire.kmt +share/apps/kmymoney/templates/fr_CA/proprietaire.kmt +share/apps/kmymoney/templates/fr_CA/retraite.kmt +share/apps/kmymoney/templates/fr_CA/revenus.kmt +share/apps/kmymoney/templates/fr_CH/brokerage.kmt +share/apps/kmymoney/templates/fr_CH/business.kmt +share/apps/kmymoney/templates/fr_CH/carloan.kmt +share/apps/kmymoney/templates/fr_CH/cdmoneymkt.kmt +share/apps/kmymoney/templates/fr_CH/childcare.kmt +share/apps/kmymoney/templates/fr_CH/common.kmt +share/apps/kmymoney/templates/fr_CH/currency.kmt +share/apps/kmymoney/templates/fr_CH/eduloan.kmt +share/apps/kmymoney/templates/fr_CH/fixedassets.kmt +share/apps/kmymoney/templates/fr_CH/homeloan.kmt +share/apps/kmymoney/templates/fr_CH/homeown.kmt +share/apps/kmymoney/templates/fr_CH/otherloan.kmt +share/apps/kmymoney/templates/fr_CH/renter.kmt +share/apps/kmymoney/templates/fr_CH/retiremt.kmt +share/apps/kmymoney/templates/fr_CH/spouseinc.kmt +share/apps/kmymoney/templates/fr_CH/spouseretire.kmt +share/apps/kmymoney/templates/fr_FR/brokerage.kmt +share/apps/kmymoney/templates/fr_FR/business.kmt +share/apps/kmymoney/templates/fr_FR/carloan.kmt +share/apps/kmymoney/templates/fr_FR/cdmoneymkt.kmt +share/apps/kmymoney/templates/fr_FR/childcare.kmt +share/apps/kmymoney/templates/fr_FR/common.kmt +share/apps/kmymoney/templates/fr_FR/comptes_par_default.kmt +share/apps/kmymoney/templates/fr_FR/currency.kmt +share/apps/kmymoney/templates/fr_FR/eduloan.kmt +share/apps/kmymoney/templates/fr_FR/fixedassets.kmt +share/apps/kmymoney/templates/fr_FR/homeloan.kmt +share/apps/kmymoney/templates/fr_FR/homeown.kmt +share/apps/kmymoney/templates/fr_FR/otherloan.kmt +share/apps/kmymoney/templates/fr_FR/renter.kmt +share/apps/kmymoney/templates/fr_FR/retiremt.kmt +share/apps/kmymoney/templates/fr_FR/spouseinc.kmt +share/apps/kmymoney/templates/fr_FR/spouseretire.kmt +share/apps/kmymoney/templates/gl_ES/default_accounts.kmt +share/apps/kmymoney/templates/hu_HU/brokerage.kmt +share/apps/kmymoney/templates/hu_HU/business.kmt +share/apps/kmymoney/templates/hu_HU/carloan.kmt +share/apps/kmymoney/templates/hu_HU/cdmoneymkt.kmt +share/apps/kmymoney/templates/hu_HU/checkbook.kmt +share/apps/kmymoney/templates/hu_HU/childcare.kmt +share/apps/kmymoney/templates/hu_HU/common.kmt +share/apps/kmymoney/templates/hu_HU/eduloan.kmt +share/apps/kmymoney/templates/hu_HU/fixedassets.kmt +share/apps/kmymoney/templates/hu_HU/homeloan.kmt +share/apps/kmymoney/templates/hu_HU/homeown.kmt +share/apps/kmymoney/templates/hu_HU/otherloan.kmt +share/apps/kmymoney/templates/hu_HU/renter.kmt +share/apps/kmymoney/templates/hu_HU/retiremt.kmt +share/apps/kmymoney/templates/hu_HU/spouseinc.kmt +share/apps/kmymoney/templates/hu_HU/spouseretire.kmt +share/apps/kmymoney/templates/it/brokerage.kmt +share/apps/kmymoney/templates/it/carloan.kmt +share/apps/kmymoney/templates/it/checkbook.kmt +share/apps/kmymoney/templates/it/childcare.kmt +share/apps/kmymoney/templates/it/common.kmt +share/apps/kmymoney/templates/it/fixedassets.kmt +share/apps/kmymoney/templates/it/homeloan.kmt +share/apps/kmymoney/templates/it/homeown.kmt +share/apps/kmymoney/templates/it/otherloan.kmt +share/apps/kmymoney/templates/it/renter.kmt +share/apps/kmymoney/templates/it/retiremt.kmt +share/apps/kmymoney/templates/it/spouseinc.kmt +share/apps/kmymoney/templates/it/spouseretire.kmt +share/apps/kmymoney/templates/jp/brokerage.kmt +share/apps/kmymoney/templates/jp/business.kmt +share/apps/kmymoney/templates/jp/carloan.kmt +share/apps/kmymoney/templates/jp/cdmoneymkt.kmt +share/apps/kmymoney/templates/jp/checkbook.kmt +share/apps/kmymoney/templates/jp/childcare.kmt +share/apps/kmymoney/templates/jp/common.kmt +share/apps/kmymoney/templates/jp/eduloan.kmt +share/apps/kmymoney/templates/jp/fixedassets.kmt +share/apps/kmymoney/templates/jp/homeloan.kmt +share/apps/kmymoney/templates/jp/homeown.kmt +share/apps/kmymoney/templates/jp/otherloan.kmt +share/apps/kmymoney/templates/jp/renter.kmt +share/apps/kmymoney/templates/jp/retiremt.kmt +share/apps/kmymoney/templates/jp/spouseinc.kmt +share/apps/kmymoney/templates/jp/spouseretire.kmt +share/apps/kmymoney/templates/nl_NL/default_accounts.kmt +share/apps/kmymoney/templates/pt_BR/brokerage.kmt +share/apps/kmymoney/templates/pt_BR/carloan.kmt +share/apps/kmymoney/templates/pt_BR/cdmoneymkt.kmt +share/apps/kmymoney/templates/pt_BR/childcare.kmt +share/apps/kmymoney/templates/pt_BR/common.kmt +share/apps/kmymoney/templates/pt_BR/currency.kmt +share/apps/kmymoney/templates/pt_BR/default_accounts.kmt +share/apps/kmymoney/templates/pt_BR/eduloan.kmt +share/apps/kmymoney/templates/pt_BR/fixedassets.kmt +share/apps/kmymoney/templates/pt_BR/homeloan.kmt +share/apps/kmymoney/templates/pt_BR/homeown.kmt +share/apps/kmymoney/templates/pt_BR/otherloan.kmt +share/apps/kmymoney/templates/pt_BR/renter.kmt +share/apps/kmymoney/templates/pt_BR/retiremt.kmt +share/apps/kmymoney/templates/pt_BR/spouseinc.kmt +share/apps/kmymoney/templates/pt_BR/spouseretire.kmt +share/apps/kmymoney/templates/pt_PT/brokerage.kmt +share/apps/kmymoney/templates/pt_PT/carloan.kmt +share/apps/kmymoney/templates/pt_PT/cdmoneymkt.kmt +share/apps/kmymoney/templates/pt_PT/childcare.kmt +share/apps/kmymoney/templates/pt_PT/common.kmt +share/apps/kmymoney/templates/pt_PT/eduloan.kmt +share/apps/kmymoney/templates/pt_PT/fixedassets.kmt +share/apps/kmymoney/templates/pt_PT/homeloan.kmt +share/apps/kmymoney/templates/pt_PT/homeown.kmt +share/apps/kmymoney/templates/pt_PT/otherloan.kmt +share/apps/kmymoney/templates/pt_PT/renter.kmt +share/apps/kmymoney/templates/pt_PT/retiremt.kmt +share/apps/kmymoney/templates/pt_PT/spouseinc.kmt +share/apps/kmymoney/templates/pt_PT/spouseretire.kmt +share/apps/kmymoney/templates/ro_RO/carloan.kmt +share/apps/kmymoney/templates/ro_RO/common.kmt +share/apps/kmymoney/templates/ro_RO/default_categories-template.kmt +share/apps/kmymoney/templates/ro_RO/homeloan.kmt +share/apps/kmymoney/templates/ru_RU/default_accounts.kmt +share/apps/kmymoney/templates/sk/brokerage.kmt +share/apps/kmymoney/templates/sk/carloan.kmt +share/apps/kmymoney/templates/sk/cdmoneymkt.kmt +share/apps/kmymoney/templates/sk/childcare.kmt +share/apps/kmymoney/templates/sk/common.kmt +share/apps/kmymoney/templates/sk/currency.kmt +share/apps/kmymoney/templates/sk/eduloan.kmt +share/apps/kmymoney/templates/sk/fixedassets.kmt +share/apps/kmymoney/templates/sk/homeloan.kmt +share/apps/kmymoney/templates/sk/homeown.kmt +share/apps/kmymoney/templates/sk/otherloan.kmt +share/apps/kmymoney/templates/sk/renter.kmt +share/apps/kmymoney/templates/sk/retiremt.kmt +share/apps/kmymoney/templates/sk/spouseinc.kmt +share/apps/kmymoney/templates/sk/spouseretire.kmt +share/apps/kmymoney/templates/tr_TR/TEKDUZ.kmt +share/apps/kmymoney/templates/tr_TR/brokerage.kmt +share/apps/kmymoney/templates/tr_TR/carloan.kmt +share/apps/kmymoney/templates/tr_TR/cdmoneymkt.kmt +share/apps/kmymoney/templates/tr_TR/checkbook.kmt +share/apps/kmymoney/templates/tr_TR/common.kmt +share/apps/kmymoney/templates/tr_TR/fixedassets.kmt +share/apps/kmymoney/templates/tr_TR/homeloan.kmt +share/apps/kmymoney/templates/uk_UA/default_accounts.kmt +share/apps/kmymoney/templates/zh_CN/brokerage.kmt +share/apps/kmymoney/templates/zh_CN/business.kmt +share/apps/kmymoney/templates/zh_CN/carloan.kmt +share/apps/kmymoney/templates/zh_CN/cdmoneymkt.kmt +share/apps/kmymoney/templates/zh_CN/checkbook.kmt +share/apps/kmymoney/templates/zh_CN/childcare.kmt +share/apps/kmymoney/templates/zh_CN/common.kmt +share/apps/kmymoney/templates/zh_CN/default_accounts.kmt +share/apps/kmymoney/templates/zh_CN/eduloan.kmt +share/apps/kmymoney/templates/zh_CN/fixedassets.kmt +share/apps/kmymoney/templates/zh_CN/full.kmt +share/apps/kmymoney/templates/zh_CN/homeloan.kmt +share/apps/kmymoney/templates/zh_CN/homeown.kmt +share/apps/kmymoney/templates/zh_CN/otherloan.kmt +share/apps/kmymoney/templates/zh_CN/renter.kmt +share/apps/kmymoney/templates/zh_CN/retiremt.kmt +share/apps/kmymoney/templates/zh_CN/spouseinc.kmt +share/apps/kmymoney/templates/zh_CN/spouseretire.kmt +share/apps/kmymoney/templates/zh_HK/business.kmt +share/apps/kmymoney/templates/zh_TW/business.kmt +share/apps/kmymoney/tips +share/config.kcfg/kmymoney.kcfg +share/doc/HTML/en/kmymoney/account_edit.png +share/doc/HTML/en/kmymoney/account_options.png +share/doc/HTML/en/kmymoney/accountdropdown.png +share/doc/HTML/en/kmymoney/accounts_view.png +share/doc/HTML/en/kmymoney/accwiz1.png +share/doc/HTML/en/kmymoney/accwiz10.png +share/doc/HTML/en/kmymoney/accwiz2.png +share/doc/HTML/en/kmymoney/accwiz3.png +share/doc/HTML/en/kmymoney/accwiz4.png +share/doc/HTML/en/kmymoney/accwiz5.png +share/doc/HTML/en/kmymoney/accwiz6.png +share/doc/HTML/en/kmymoney/accwiz7.png +share/doc/HTML/en/kmymoney/accwiz8.1.png +share/doc/HTML/en/kmymoney/accwiz8.2.png +share/doc/HTML/en/kmymoney/accwiz8.3.png +share/doc/HTML/en/kmymoney/accwiz8.4.png +share/doc/HTML/en/kmymoney/accwiz8.5.png +share/doc/HTML/en/kmymoney/accwiz9.png +share/doc/HTML/en/kmymoney/budgets_view.png +share/doc/HTML/en/kmymoney/calendarview.png +share/doc/HTML/en/kmymoney/categories.png +share/doc/HTML/en/kmymoney/categories_view.png +share/doc/HTML/en/kmymoney/category_widget.png +share/doc/HTML/en/kmymoney/categoryedit.png +share/doc/HTML/en/kmymoney/cleared_state.png +share/doc/HTML/en/kmymoney/common +share/doc/HTML/en/kmymoney/confirmenter.png +share/doc/HTML/en/kmymoney/credits.docbook +share/doc/HTML/en/kmymoney/currency_newpriceentry.png +share/doc/HTML/en/kmymoney/currency_priceeditor.png +share/doc/HTML/en/kmymoney/date_widget.png +share/doc/HTML/en/kmymoney/default_prompt.png +share/doc/HTML/en/kmymoney/details-accounts.docbook +share/doc/HTML/en/kmymoney/details-budgets.docbook +share/doc/HTML/en/kmymoney/details-categories.docbook +share/doc/HTML/en/kmymoney/details-currencies.docbook +share/doc/HTML/en/kmymoney/details-database.docbook +share/doc/HTML/en/kmymoney/details-files.docbook +share/doc/HTML/en/kmymoney/details-forecast.docbook +share/doc/HTML/en/kmymoney/details-formats.docbook +share/doc/HTML/en/kmymoney/details-impexp.docbook +share/doc/HTML/en/kmymoney/details-institutions.docbook +share/doc/HTML/en/kmymoney/details-investments.docbook +share/doc/HTML/en/kmymoney/details-ledgers.docbook +share/doc/HTML/en/kmymoney/details-loans.docbook +share/doc/HTML/en/kmymoney/details-payees.docbook +share/doc/HTML/en/kmymoney/details-reconciliation.docbook +share/doc/HTML/en/kmymoney/details-reports.docbook +share/doc/HTML/en/kmymoney/details-schedules.docbook +share/doc/HTML/en/kmymoney/details-search.docbook +share/doc/HTML/en/kmymoney/details-settings.docbook +share/doc/HTML/en/kmymoney/details-widgets.docbook +share/doc/HTML/en/kmymoney/enterschedule.png +share/doc/HTML/en/kmymoney/find-account.png +share/doc/HTML/en/kmymoney/find-amount.png +share/doc/HTML/en/kmymoney/find-category.png +share/doc/HTML/en/kmymoney/find-date.png +share/doc/HTML/en/kmymoney/find-details.png +share/doc/HTML/en/kmymoney/find-payee.png +share/doc/HTML/en/kmymoney/find-text.png +share/doc/HTML/en/kmymoney/finddlg.png +share/doc/HTML/en/kmymoney/firsttime.docbook +share/doc/HTML/en/kmymoney/forecast_view.png +share/doc/HTML/en/kmymoney/generate_sql.png +share/doc/HTML/en/kmymoney/gnucash-import_options.png +share/doc/HTML/en/kmymoney/gnucash-report.png +share/doc/HTML/en/kmymoney/gnucash-select_price_source.png +share/doc/HTML/en/kmymoney/home_view.png +share/doc/HTML/en/kmymoney/index.cache.bz2 +share/doc/HTML/en/kmymoney/index.docbook +share/doc/HTML/en/kmymoney/institution_options.png +share/doc/HTML/en/kmymoney/institution_view.png +share/doc/HTML/en/kmymoney/institutions_view.png +share/doc/HTML/en/kmymoney/introduction.docbook +share/doc/HTML/en/kmymoney/investment-currencywarning.png +share/doc/HTML/en/kmymoney/investment-exchangerateeditor.png +share/doc/HTML/en/kmymoney/investment-onlineupdate.png +share/doc/HTML/en/kmymoney/investment-transactionform.png +share/doc/HTML/en/kmymoney/investments_summarytab.png +share/doc/HTML/en/kmymoney/investments_view.png +share/doc/HTML/en/kmymoney/kmt.png +share/doc/HTML/en/kmymoney/ledger_more.png +share/doc/HTML/en/kmymoney/ledgers.png +share/doc/HTML/en/kmymoney/ledgers_view.png +share/doc/HTML/en/kmymoney/ledgerview-numbered.png +share/doc/HTML/en/kmymoney/mainwindow_numbered.png +share/doc/HTML/en/kmymoney/makemostof.docbook +share/doc/HTML/en/kmymoney/man-kmymoney.1.docbook +share/doc/HTML/en/kmymoney/new.png +share/doc/HTML/en/kmymoney/newacct.png +share/doc/HTML/en/kmymoney/newfile-2.png +share/doc/HTML/en/kmymoney/newfile-3.png +share/doc/HTML/en/kmymoney/newfile-4.png +share/doc/HTML/en/kmymoney/newfile-5.png +share/doc/HTML/en/kmymoney/newfile-6.png +share/doc/HTML/en/kmymoney/newfile.png +share/doc/HTML/en/kmymoney/newinst.png +share/doc/HTML/en/kmymoney/newsched_numbered.png +share/doc/HTML/en/kmymoney/outbox_view.png +share/doc/HTML/en/kmymoney/payee_history.png +share/doc/HTML/en/kmymoney/payee_info.png +share/doc/HTML/en/kmymoney/payee_match.png +share/doc/HTML/en/kmymoney/payee_widget.png +share/doc/HTML/en/kmymoney/payees_view.png +share/doc/HTML/en/kmymoney/payeeview.png +share/doc/HTML/en/kmymoney/qif_report.png +share/doc/HTML/en/kmymoney/qifimport-export.png +share/doc/HTML/en/kmymoney/qifimport-qifprofiledate.png +share/doc/HTML/en/kmymoney/qifimport-qifprofileeditor.png +share/doc/HTML/en/kmymoney/qifimport.png +share/doc/HTML/en/kmymoney/qifimportverify.png +share/doc/HTML/en/kmymoney/qifopen.png +share/doc/HTML/en/kmymoney/reconcile.png +share/doc/HTML/en/kmymoney/reconcile1.png +share/doc/HTML/en/kmymoney/reconcile2.png +share/doc/HTML/en/kmymoney/reconcile3.png +share/doc/HTML/en/kmymoney/reconcile4.png +share/doc/HTML/en/kmymoney/reference.docbook +share/doc/HTML/en/kmymoney/register.png +share/doc/HTML/en/kmymoney/report_configuration-reporttab.png +share/doc/HTML/en/kmymoney/report_configuration-rowscolumns.png +share/doc/HTML/en/kmymoney/reports_view-all.png +share/doc/HTML/en/kmymoney/reports_view.png +share/doc/HTML/en/kmymoney/schedcaltypes.png +share/doc/HTML/en/kmymoney/schedmonthday.png +share/doc/HTML/en/kmymoney/schedpopup.png +share/doc/HTML/en/kmymoney/schedule.png +share/doc/HTML/en/kmymoney/schedule_view.png +share/doc/HTML/en/kmymoney/scheduleview.png +share/doc/HTML/en/kmymoney/select_currency.png +share/doc/HTML/en/kmymoney/select_database.png +share/doc/HTML/en/kmymoney/split_transaction.png +share/doc/HTML/en/kmymoney/tipofday.png +share/doc/HTML/en/kmymoney/transaction_find.png +share/doc/HTML/en/kmymoney/transactionform-off.png +share/doc/HTML/en/kmymoney/transactionform.png +share/doc/HTML/en/kmymoney/translist.png +share/doc/HTML/en/kmymoney/value_widget.png +share/doc/HTML/en/kmymoney/whatsnew.docbook +share/doc/HTML/it/kmymoney/common +share/doc/HTML/it/kmymoney/credits.docbook +share/doc/HTML/it/kmymoney/details-accounts.docbook +share/doc/HTML/it/kmymoney/details-budgets.docbook +share/doc/HTML/it/kmymoney/details-categories.docbook +share/doc/HTML/it/kmymoney/details-currencies.docbook +share/doc/HTML/it/kmymoney/details-database.docbook +share/doc/HTML/it/kmymoney/details-files.docbook +share/doc/HTML/it/kmymoney/details-forecast.docbook +share/doc/HTML/it/kmymoney/details-formats.docbook +share/doc/HTML/it/kmymoney/details-hbciofx.docbook +share/doc/HTML/it/kmymoney/details-impexp.docbook +share/doc/HTML/it/kmymoney/details-institutions.docbook +share/doc/HTML/it/kmymoney/details-integrity.docbook +share/doc/HTML/it/kmymoney/details-investments.docbook +share/doc/HTML/it/kmymoney/details-ledgers.docbook +share/doc/HTML/it/kmymoney/details-loans.docbook +share/doc/HTML/it/kmymoney/details-payees.docbook +share/doc/HTML/it/kmymoney/details-reconciliation.docbook +share/doc/HTML/it/kmymoney/details-reports.docbook +share/doc/HTML/it/kmymoney/details-schedules.docbook +share/doc/HTML/it/kmymoney/details-search.docbook +share/doc/HTML/it/kmymoney/details-settings.docbook +share/doc/HTML/it/kmymoney/details-widgets.docbook +share/doc/HTML/it/kmymoney/firsttime.docbook +share/doc/HTML/it/kmymoney/index.cache.bz2 +share/doc/HTML/it/kmymoney/index.docbook +share/doc/HTML/it/kmymoney/introduction.docbook +share/doc/HTML/it/kmymoney/makemostof.docbook +share/doc/HTML/it/kmymoney/man-kmymoney.1.docbook +share/doc/HTML/it/kmymoney/otherdoc.docbook +share/doc/HTML/it/kmymoney/reference.docbook +share/doc/HTML/it/kmymoney/whatsnew.docbook +share/doc/HTML/pt_BR/kmymoney/common +share/doc/HTML/pt_BR/kmymoney/credits.docbook +share/doc/HTML/pt_BR/kmymoney/details-accounts.docbook +share/doc/HTML/pt_BR/kmymoney/details-budgets.docbook +share/doc/HTML/pt_BR/kmymoney/details-categories.docbook +share/doc/HTML/pt_BR/kmymoney/details-currencies.docbook +share/doc/HTML/pt_BR/kmymoney/details-database.docbook +share/doc/HTML/pt_BR/kmymoney/details-files.docbook +share/doc/HTML/pt_BR/kmymoney/details-forecast.docbook +share/doc/HTML/pt_BR/kmymoney/details-formats.docbook +share/doc/HTML/pt_BR/kmymoney/details-hbciofx.docbook +share/doc/HTML/pt_BR/kmymoney/details-impexp.docbook +share/doc/HTML/pt_BR/kmymoney/details-institutions.docbook +share/doc/HTML/pt_BR/kmymoney/details-integrity.docbook +share/doc/HTML/pt_BR/kmymoney/details-investments.docbook +share/doc/HTML/pt_BR/kmymoney/details-ledgers.docbook +share/doc/HTML/pt_BR/kmymoney/details-loans.docbook +share/doc/HTML/pt_BR/kmymoney/details-payees.docbook +share/doc/HTML/pt_BR/kmymoney/details-reconciliation.docbook +share/doc/HTML/pt_BR/kmymoney/details-reports.docbook +share/doc/HTML/pt_BR/kmymoney/details-schedules.docbook +share/doc/HTML/pt_BR/kmymoney/details-search.docbook +share/doc/HTML/pt_BR/kmymoney/details-settings.docbook +share/doc/HTML/pt_BR/kmymoney/details-widgets.docbook +share/doc/HTML/pt_BR/kmymoney/firsttime.docbook +share/doc/HTML/pt_BR/kmymoney/index.cache.bz2 +share/doc/HTML/pt_BR/kmymoney/index.docbook +share/doc/HTML/pt_BR/kmymoney/introduction.docbook +share/doc/HTML/pt_BR/kmymoney/makemostof.docbook +share/doc/HTML/pt_BR/kmymoney/man-kmymoney.1.docbook +share/doc/HTML/pt_BR/kmymoney/otherdoc.docbook +share/doc/HTML/pt_BR/kmymoney/reference.docbook +share/doc/HTML/pt_BR/kmymoney/whatsnew.docbook +share/doc/HTML/sv/kmymoney/common +share/doc/HTML/sv/kmymoney/credits.docbook +share/doc/HTML/sv/kmymoney/details-accounts.docbook +share/doc/HTML/sv/kmymoney/details-budgets.docbook +share/doc/HTML/sv/kmymoney/details-categories.docbook +share/doc/HTML/sv/kmymoney/details-currencies.docbook +share/doc/HTML/sv/kmymoney/details-database.docbook +share/doc/HTML/sv/kmymoney/details-files.docbook +share/doc/HTML/sv/kmymoney/details-forecast.docbook +share/doc/HTML/sv/kmymoney/details-formats.docbook +share/doc/HTML/sv/kmymoney/details-hbciofx.docbook +share/doc/HTML/sv/kmymoney/details-impexp.docbook +share/doc/HTML/sv/kmymoney/details-institutions.docbook +share/doc/HTML/sv/kmymoney/details-integrity.docbook +share/doc/HTML/sv/kmymoney/details-investments.docbook +share/doc/HTML/sv/kmymoney/details-ledgers.docbook +share/doc/HTML/sv/kmymoney/details-loans.docbook +share/doc/HTML/sv/kmymoney/details-payees.docbook +share/doc/HTML/sv/kmymoney/details-reconciliation.docbook +share/doc/HTML/sv/kmymoney/details-reports.docbook +share/doc/HTML/sv/kmymoney/details-schedules.docbook +share/doc/HTML/sv/kmymoney/details-search.docbook +share/doc/HTML/sv/kmymoney/details-settings.docbook +share/doc/HTML/sv/kmymoney/details-widgets.docbook +share/doc/HTML/sv/kmymoney/firsttime.docbook +share/doc/HTML/sv/kmymoney/index.cache.bz2 +share/doc/HTML/sv/kmymoney/index.docbook +share/doc/HTML/sv/kmymoney/introduction.docbook +share/doc/HTML/sv/kmymoney/makemostof.docbook +share/doc/HTML/sv/kmymoney/man-kmymoney.1.docbook +share/doc/HTML/sv/kmymoney/otherdoc.docbook +share/doc/HTML/sv/kmymoney/reference.docbook +share/doc/HTML/sv/kmymoney/whatsnew.docbook +share/doc/HTML/uk/kmymoney/common +share/doc/HTML/uk/kmymoney/credits.docbook +share/doc/HTML/uk/kmymoney/details-accounts.docbook +share/doc/HTML/uk/kmymoney/details-budgets.docbook +share/doc/HTML/uk/kmymoney/details-categories.docbook +share/doc/HTML/uk/kmymoney/details-currencies.docbook +share/doc/HTML/uk/kmymoney/details-database.docbook +share/doc/HTML/uk/kmymoney/details-files.docbook +share/doc/HTML/uk/kmymoney/details-forecast.docbook +share/doc/HTML/uk/kmymoney/details-formats.docbook +share/doc/HTML/uk/kmymoney/details-hbciofx.docbook +share/doc/HTML/uk/kmymoney/details-impexp.docbook +share/doc/HTML/uk/kmymoney/details-institutions.docbook +share/doc/HTML/uk/kmymoney/details-integrity.docbook +share/doc/HTML/uk/kmymoney/details-investments.docbook +share/doc/HTML/uk/kmymoney/details-ledgers.docbook +share/doc/HTML/uk/kmymoney/details-loans.docbook +share/doc/HTML/uk/kmymoney/details-payees.docbook +share/doc/HTML/uk/kmymoney/details-reconciliation.docbook +share/doc/HTML/uk/kmymoney/details-reports.docbook +share/doc/HTML/uk/kmymoney/details-schedules.docbook +share/doc/HTML/uk/kmymoney/details-search.docbook +share/doc/HTML/uk/kmymoney/details-settings.docbook +share/doc/HTML/uk/kmymoney/details-widgets.docbook +share/doc/HTML/uk/kmymoney/firsttime.docbook +share/doc/HTML/uk/kmymoney/index.cache.bz2 +share/doc/HTML/uk/kmymoney/index.docbook +share/doc/HTML/uk/kmymoney/introduction.docbook +share/doc/HTML/uk/kmymoney/makemostof.docbook +share/doc/HTML/uk/kmymoney/man-kmymoney.1.docbook +share/doc/HTML/uk/kmymoney/otherdoc.docbook +share/doc/HTML/uk/kmymoney/reference.docbook +share/doc/HTML/uk/kmymoney/whatsnew.docbook +share/icons/locolor/16x16/apps/kmymoney.png +share/icons/locolor/32x32/apps/kmymoney.png +share/icons/oxygen/128x128/apps/kmymoney.png +share/icons/oxygen/128x128/mimetypes/kmy.png +share/icons/oxygen/16x16/apps/kmymoney.png +share/icons/oxygen/16x16/mimetypes/kmy.png +share/icons/oxygen/22x22/mimetypes/kmy.png +share/icons/oxygen/32x32/apps/kmymoney.png +share/icons/oxygen/32x32/mimetypes/kmy.png +share/icons/oxygen/48x48/apps/kmymoney.png +share/icons/oxygen/48x48/mimetypes/kmy.png +share/icons/oxygen/64x64/mimetypes/kmy.png +share/icons/oxygen/68x68/apps/kmymoney.png +%%WITH_CALENDAR%%share/kde4/services/kcm_kmm_icalendarexport.desktop +share/kde4/services/kcm_kmm_printcheck.desktop +%%WITH_CALENDAR%%share/kde4/services/kmm_icalendarexport.desktop +%%WITH_KBANKING%%share/kde4/services/kmm_kbanking.desktop +%%WITH_OFX%%share/kde4/services/kmm_ofximport.desktop +share/kde4/services/kmm_printcheck.desktop +share/kde4/services/kmm_reconciliationreport.desktop +share/kde4/servicetypes/kmymoneyimporterplugin.desktop +share/kde4/servicetypes/kmymoneyplugin.desktop +share/locale/bg/LC_MESSAGES/kmymoney.mo +share/locale/ca/LC_MESSAGES/kmymoney.mo +share/locale/ca@valencia/LC_MESSAGES/kmymoney.mo +share/locale/cs/LC_MESSAGES/kmymoney.mo +share/locale/da/LC_MESSAGES/kmymoney.mo +share/locale/de/LC_MESSAGES/kmymoney.mo +share/locale/el/LC_MESSAGES/kmymoney.mo +share/locale/en_GB/LC_MESSAGES/kmymoney.mo +share/locale/eo/LC_MESSAGES/kmymoney.mo +share/locale/es/LC_MESSAGES/kmymoney.mo +share/locale/et/LC_MESSAGES/kmymoney.mo +share/locale/fi/LC_MESSAGES/kmymoney.mo +share/locale/fr/LC_MESSAGES/kmymoney.mo +share/locale/ga/LC_MESSAGES/kmymoney.mo +share/locale/gl/LC_MESSAGES/kmymoney.mo +share/locale/hu/LC_MESSAGES/kmymoney.mo +share/locale/it/LC_MESSAGES/kmymoney.mo +share/locale/lt/LC_MESSAGES/kmymoney.mo +share/locale/ms/LC_MESSAGES/kmymoney.mo +share/locale/nds/LC_MESSAGES/kmymoney.mo +share/locale/nl/LC_MESSAGES/kmymoney.mo +share/locale/pl/LC_MESSAGES/kmymoney.mo +share/locale/pt/LC_MESSAGES/kmymoney.mo +share/locale/pt_BR/LC_MESSAGES/kmymoney.mo +share/locale/ro/LC_MESSAGES/kmymoney.mo +share/locale/ru/LC_MESSAGES/kmymoney.mo +share/locale/sk/LC_MESSAGES/kmymoney.mo +share/locale/sv/LC_MESSAGES/kmymoney.mo +share/locale/tr/LC_MESSAGES/kmymoney.mo +share/locale/uk/LC_MESSAGES/kmymoney.mo +share/locale/zh_CN/LC_MESSAGES/kmymoney.mo +share/locale/zh_TW/LC_MESSAGES/kmymoney.mo +share/mime/application/x-kmymoney.xml +share/mime/packages/x-kmymoney.xml +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/icons/locolor/32x32/apps +@dirrmtry share/icons/locolor/32x32 +@dirrmtry share/icons/locolor/16x16/apps +@dirrmtry share/icons/locolor/16x16 +@dirrmtry share/icons/locolor +@dirrm share/doc/HTML/uk/kmymoney +@dirrm share/doc/HTML/sv/kmymoney +@dirrm share/doc/HTML/pt_BR/kmymoney +@dirrm share/doc/HTML/it/kmymoney +@dirrm share/doc/HTML/en/kmymoney +@dirrm share/apps/kmymoney/templates/zh_TW +@dirrm share/apps/kmymoney/templates/zh_HK +@dirrm share/apps/kmymoney/templates/zh_CN +@dirrm share/apps/kmymoney/templates/uk_UA +@dirrm share/apps/kmymoney/templates/tr_TR +@dirrm share/apps/kmymoney/templates/sk +@dirrm share/apps/kmymoney/templates/ru_RU +@dirrm share/apps/kmymoney/templates/ro_RO +@dirrm share/apps/kmymoney/templates/pt_PT +@dirrm share/apps/kmymoney/templates/pt_BR +@dirrm share/apps/kmymoney/templates/nl_NL +@dirrm share/apps/kmymoney/templates/jp +@dirrm share/apps/kmymoney/templates/it +@dirrm share/apps/kmymoney/templates/hu_HU +@dirrm share/apps/kmymoney/templates/gl_ES +@dirrm share/apps/kmymoney/templates/fr_FR +@dirrm share/apps/kmymoney/templates/fr_CH +@dirrm share/apps/kmymoney/templates/fr_CA +@dirrm share/apps/kmymoney/templates/es_MX +@dirrm share/apps/kmymoney/templates/es_ES +@dirrm share/apps/kmymoney/templates/es_AR +@dirrm share/apps/kmymoney/templates/en_US +@dirrm share/apps/kmymoney/templates/en_GB +@dirrm share/apps/kmymoney/templates/el_GR +@dirrm share/apps/kmymoney/templates/dk +@dirrm share/apps/kmymoney/templates/de_DE +@dirrm share/apps/kmymoney/templates/de_CH +@dirrm share/apps/kmymoney/templates/de_AT +@dirrm share/apps/kmymoney/templates/C +@dirrm share/apps/kmymoney/templates +@dirrm share/apps/kmymoney/pics/l10n/uk +@dirrm share/apps/kmymoney/pics/l10n/ru +@dirrm share/apps/kmymoney/pics/l10n/ro +@dirrm share/apps/kmymoney/pics/l10n/es +@dirrm share/apps/kmymoney/pics/l10n/de +@dirrm share/apps/kmymoney/pics/l10n +@dirrm share/apps/kmymoney/pics +@dirrm share/apps/kmymoney/misc +@dirrm share/apps/kmymoney/icons/oxygen/scalable/apps +@dirrm share/apps/kmymoney/icons/oxygen/scalable/actions +@dirrm share/apps/kmymoney/icons/oxygen/scalable +@dirrm share/apps/kmymoney/icons/oxygen/64x64/apps +@dirrm share/apps/kmymoney/icons/oxygen/64x64/actions +@dirrm share/apps/kmymoney/icons/oxygen/64x64 +@dirrm share/apps/kmymoney/icons/oxygen/48x48/apps +@dirrm share/apps/kmymoney/icons/oxygen/48x48/actions +@dirrm share/apps/kmymoney/icons/oxygen/48x48 +@dirrm share/apps/kmymoney/icons/oxygen/32x32/apps +@dirrm share/apps/kmymoney/icons/oxygen/32x32/actions +@dirrm share/apps/kmymoney/icons/oxygen/32x32 +@dirrm share/apps/kmymoney/icons/oxygen/22x22/apps +@dirrm share/apps/kmymoney/icons/oxygen/22x22/actions +@dirrm share/apps/kmymoney/icons/oxygen/22x22 +@dirrm share/apps/kmymoney/icons/oxygen/16x16/apps +@dirrm share/apps/kmymoney/icons/oxygen/16x16/actions +@dirrm share/apps/kmymoney/icons/oxygen/16x16 +@dirrm share/apps/kmymoney/icons/oxygen/128x128/apps +@dirrm share/apps/kmymoney/icons/oxygen/128x128/actions +@dirrm share/apps/kmymoney/icons/oxygen/128x128 +@dirrm share/apps/kmymoney/icons/oxygen +@dirrm share/apps/kmymoney/icons +@dirrm share/apps/kmymoney/html/images +@dirrm share/apps/kmymoney/html +@dirrm share/apps/kmymoney +@dirrm share/apps/kmm_printcheck +%%WITH_OFX%%@dirrm share/apps/kmm_ofximport +%%WITH_KBANKING%%@dirrm share/apps/kmm_kbanking +%%WITH_CALENDAR%%@dirrm share/apps/kmm_icalendarexport +@dirrm include/kmymoney +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true |