Index: head/finance/kmymoney-kde4/Makefile =================================================================== --- head/finance/kmymoney-kde4/Makefile (revision 471823) +++ head/finance/kmymoney-kde4/Makefile (revision 471824) @@ -1,87 +1,86 @@ # $FreeBSD$ PORTNAME= kmymoney -PORTVERSION= 4.8.1.1 -PORTREVISION= 2 +PORTVERSION= 4.8.2 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src PKGNAMESUFFIX= -kde4 MAINTAINER= jhale@FreeBSD.org COMMENT= KDE4 personal finance manager LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_graph.so:devel/boost-libs \ libalkimia.so:finance/alkimia-qt4 \ libgpgme.so:security/gpgme \ libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error USES= cmake kde:4 pkgconfig shared-mime-info shebangfix tar:xz USE_QT4= corelib gui dbus declarative network phonon script sql svg xml \ qmake_build moc_build rcc_build uic_build USE_KDE= automoc4 kdelibs pimlibs soprano USE_LDCONFIG= yes # Crash occurs when built with Gpgmepp instead of Qgpgme and trying to # configure encryption: # Settings -> Configure KMyMoney... -> Encryption CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Gpgmepp CONFLICTS_INSTALL= kmymoney SHEBANG_FILES= kmymoney/misc/financequote.pl OPTIONS_GROUP= PLUGINS OPTIONS_GROUP_PLUGINS= CALENDAR KBANKING OFX WEBOOB OPTIONS_DEFINE= NLS QUOTES OPTIONS_DEFAULT= CALENDAR KBANKING OFX QUOTES OPTIONS_SUB= yes NLS_USES= gettext NLS_CMAKE_BOOL= BUILD_po CALENDAR_DESC= iCalendar exporter CALENDAR_LIB_DEPENDS= libical.so:devel/libical CALENDAR_CMAKE_BOOL= ENABLE_LIBICAL KBANKING_DESC= Online banking via KBanking (AqBanking) KBANKING_LIB_DEPENDS= libgwenhywfar.so:devel/gwenhywfar \ libgwengui-qt4.so:devel/gwenhywfar-qt4 \ libaqbanking.so:finance/aqbanking KBANKING_CMAKE_BOOL= ENABLE_KBANKING OFX_DESC= OFX (Open Financial Exchange) importer OFX_LIB_DEPENDS= libofx.so:finance/libofx OFX_CMAKE_BOOL= ENABLE_LIBOFX QUOTES_DESC= Online stock and currency price quotes QUOTES_RUN_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \ p5-Finance-Quote>=0:finance/p5-Finance-Quote \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-XML-Writer>=0:textproc/p5-XML-Writer \ p5-libwww>=0:www/p5-libwww QUOTES_USES= perl5 QUOTES_USE= PERL5=run WEBOOB_DESC= Online banking via Web Outside Of Browsers WEBOOB_RUN_DEPENDS= ${KDE_PREFIX}/lib/kde4/krosspython.so:devel/py-krosspython-kde4 \ ${PYTHON_PKGNAMEPREFIX}weboob>=0:www/py-weboob@${PY_FLAVOR} WEBOOB_USES= python:run WEBOOB_CMAKE_BOOL= ENABLE_WEBOOB .if defined(MAINTAINER_MODE) # Apply additional substitutions to pkg-plist generated by the 'makeplist' target create-plist: stage @(cd ${.CURDIR} && ${MAKE} makeplist > pkg-plist && \ ${SED} -i "" -e '1d' \ -e '/share\/locale/s|^|%%NLS%%|g' \ -e 's|KDE4_KDELIBS_VERSION|KDE4_GENERIC_LIB_VERSION|g' \ -e '/icalendar/s|^|%%CALENDAR%%|g' -e '/kbanking/s|^|%%KBANKING%%|g' \ -e '/ofximport/s|^|%%OFX%%|g' -e '/weboob/s|^|%%WEBOOB%%|g' \ pkg-plist) .endif .include Index: head/finance/kmymoney-kde4/distinfo =================================================================== --- head/finance/kmymoney-kde4/distinfo (revision 471823) +++ head/finance/kmymoney-kde4/distinfo (revision 471824) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523493479 -SHA256 (kmymoney-4.8.1.1.tar.xz) = 2b1cbd141d51a3f4147c30c00c7d21022e761d8121f5a206092cf3548f805a34 -SIZE (kmymoney-4.8.1.1.tar.xz) = 20963444 +TIMESTAMP = 1528151455 +SHA256 (kmymoney-4.8.2.tar.xz) = d442273365b6dd852ed2e419cd0784447fdf1a41c632e5567181224d56f53051 +SIZE (kmymoney-4.8.2.tar.xz) = 20883828 Index: head/finance/kmymoney-kde4/files/patch-kmymoney_dialogs_settings_CMakeLists.txt =================================================================== --- head/finance/kmymoney-kde4/files/patch-kmymoney_dialogs_settings_CMakeLists.txt (revision 471823) +++ head/finance/kmymoney-kde4/files/patch-kmymoney_dialogs_settings_CMakeLists.txt (nonexistent) @@ -1,20 +0,0 @@ -Fix intermittent build failures when kmymoneysettings.h is not generated -early enough. - ---- kmymoney/dialogs/settings/CMakeLists.txt.orig 2018-04-13 10:02:11 UTC -+++ kmymoney/dialogs/settings/CMakeLists.txt -@@ -4,6 +4,8 @@ add_custom_command( - COMMAND ${KDE4_KCFGC_EXECUTABLE} -d ${CMAKE_CURRENT_BINARY_DIR}/ ${CMAKE_SOURCE_DIR}/kmymoney/kmymoney.kcfg ${CMAKE_SOURCE_DIR}/kmymoney/kmymoneysettings.kcfgc - ) - -+add_custom_target(generate-kmymoneysettings_h DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/kmymoneysettings.h) -+ - set (libsettings_a_SOURCES - ${CMAKE_CURRENT_BINARY_DIR}/kmymoneysettings.cpp - ksettingscolors.cpp -@@ -31,4 +33,5 @@ kde4_add_ui_files(libsettings_a_SOURCES ${libsettings_ - - kde4_add_library(settings STATIC ${libsettings_a_SOURCES}) - -+add_dependencies(settings generate-kmymoneysettings_h) - add_dependencies(settings widgets kmm_config) Property changes on: head/finance/kmymoney-kde4/files/patch-kmymoney_dialogs_settings_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/finance/kmymoney-kde4/files/patch-CMakeLists.txt =================================================================== --- head/finance/kmymoney-kde4/files/patch-CMakeLists.txt (revision 471823) +++ head/finance/kmymoney-kde4/files/patch-CMakeLists.txt (revision 471824) @@ -1,42 +1,15 @@ Suppress numerous CMake warnings. Upstream has CMP0071 set to OLD behavior in the 5.x version, and build fails if set to NEW. -Allow building with LibAlkimia 7.x - --- CMakeLists.txt.orig 2017-12-23 22:30:29 UTC +++ CMakeLists.txt @@ -9,6 +9,9 @@ set(CMAKE_AUTOMOC TRUE) # cmake 2.6 proposed to add this policy if(COMMAND cmake_policy) + if(POLICY CMP0071) + cmake_policy(SET CMP0071 OLD) + endif(POLICY CMP0071) if(POLICY CMP0017) cmake_policy(SET CMP0017 NEW) endif(POLICY CMP0017) -@@ -118,11 +121,19 @@ if(DOXYGEN_FOUND) - endif(DOXYGEN_FOUND) - - find_package(LibAlkimia REQUIRED) --#TODO: remove when LibAlkimia minimum version will be raised --if (NOT LIBALKIMIA_LIBRARIES AND LIBALKIMIA_LIBRARY) -- # LibAlkimia 4.3.2 does not properly define LIBALKIMIA_LIBRARIES -- find_package(GMP REQUIRED) -- set(LIBALKIMIA_LIBRARIES ${GMP_LIBRARIES} ${LIBALKIMIA_LIBRARY} ) -+if("${LibAlkimia_VERSION_MAJOR}" EQUAL 7 OR "${LibAlkimia_VERSION_MAJOR}" GREATER 7) -+ set(LIBALKIMIA_LIBRARIES Alkimia::alkimia) -+else() -+ #TODO: remove when LibAlkimia minimum version will be raised -+ if (NOT "${LIBALKIMIA_LIBRARIES}" AND "${LIBALKIMIA_LIBRARY}") -+ # LibAlkimia 4.3.2 does not properly define LIBALKIMIA_LIBRARIES -+ find_package(GMP REQUIRED) -+ set(LIBALKIMIA_LIBRARIES ${GMP_LIBRARIES} ${LIBALKIMIA_LIBRARY} ) -+ endif() -+endif() -+# make sure LIBALKIMIA_LIBRARIES is set -+if("${LibAlkimia_FOUND}" AND NOT "${LIBALKIMIA_LIBRARIES}") -+ set(LIBALKIMIA_LIBRARIES Alkimia::alkimia) - endif() - # make sure we have the matching version of LibAlkimia (not too new) - if(${LibAlkimia_FOUND}) Index: head/finance/kmymoney-kde4/files/patch-kmymoney_CMakeLists.txt =================================================================== --- head/finance/kmymoney-kde4/files/patch-kmymoney_CMakeLists.txt (revision 471823) +++ head/finance/kmymoney-kde4/files/patch-kmymoney_CMakeLists.txt (revision 471824) @@ -1,12 +1,12 @@ Don't update XDG mimetypes during build. This is done by the ports framework. ---- kmymoney/CMakeLists.txt.orig 2017-12-23 22:27:53 UTC +--- kmymoney/CMakeLists.txt.orig 2018-05-28 07:59:03 UTC +++ kmymoney/CMakeLists.txt -@@ -114,7 +114,6 @@ install(FILES org.kde.kmymoney.appdata.xml +@@ -111,7 +111,6 @@ install(FILES org.kde.kmymoney.appdata.xml install(FILES x-kmymoney.xml DESTINATION ${XDG_MIME_INSTALL_DIR}) -update_xdg_mimetypes(${XDG_MIME_INSTALL_DIR}) ########## Application Icons ############# install(DIRECTORY icons/hicolor Index: head/finance/kmymoney-kde4/files/patch-kmymoney_plugins_ofximport_CMakeLists.txt =================================================================== --- head/finance/kmymoney-kde4/files/patch-kmymoney_plugins_ofximport_CMakeLists.txt (nonexistent) +++ head/finance/kmymoney-kde4/files/patch-kmymoney_plugins_ofximport_CMakeLists.txt (revision 471824) @@ -0,0 +1,16 @@ +kmymoneysettings.h is generated by the kmm_settings target. We need to ensure +that it is built before kmm_ofximport. + +kmymoney/plugins/ofximport/dialogs/kofxdirectconnectdlg.cpp:19:10: fatal error: 'kmymoneysettings.h' file not found + +--- kmymoney/plugins/ofximport/CMakeLists.txt.orig 2018-06-05 11:19:49 UTC ++++ kmymoney/plugins/ofximport/CMakeLists.txt +@@ -28,6 +28,8 @@ target_link_libraries(kmm_ofximport + ${LIBALKIMIA_LIBRARIES} + ${LIBOFX_LIBRARIES}) + ++add_dependencies(kmm_ofximport kmm_settings) ++ + ########### install files ############### + + install(FILES kmm_ofximport.rc Property changes on: head/finance/kmymoney-kde4/files/patch-kmymoney_plugins_ofximport_CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/kmymoney-kde4/pkg-plist =================================================================== --- head/finance/kmymoney-kde4/pkg-plist (revision 471823) +++ head/finance/kmymoney-kde4/pkg-plist (revision 471824) @@ -1,1594 +1,1595 @@ bin/kmymoney include/kde4/kmymoney/databasestoreableobject.h include/kde4/kmymoney/importinterface.h include/kde4/kmymoney/imymoneyprocessingcalendar.h include/kde4/kmymoney/imymoneyserialize.h include/kde4/kmymoney/imymoneystorage.h include/kde4/kmymoney/imymoneystorageformat.h include/kde4/kmymoney/investtransactioneditor.h include/kde4/kmymoney/kaccounttemplateselector.h include/kde4/kmymoney/kbudgetvalues.h include/kde4/kmymoney/kcurrencycalculator.h include/kde4/kmymoney/kguiutils.h include/kde4/kmymoney/kmm_mymoney_export.h include/kde4/kmymoney/kmm_plugin_export.h include/kde4/kmymoney/kmm_widgets_export.h include/kde4/kmymoney/kmymoneyaccountcombo.h include/kde4/kmymoney/kmymoneyaccountcompletion.h include/kde4/kmymoney/kmymoneyaccountselector.h include/kde4/kmymoney/kmymoneycategory.h include/kde4/kmymoney/kmymoneycombo.h include/kde4/kmymoney/kmymoneycompletion.h include/kde4/kmymoney/kmymoneycurrencyselector.h include/kde4/kmymoney/kmymoneydateinput.h include/kde4/kmymoney/kmymoneyedit.h include/kde4/kmymoney/kmymoneyglobalsettings.h include/kde4/kmymoney/kmymoneylineedit.h include/kde4/kmymoney/kmymoneymvccombo.h include/kde4/kmymoney/kmymoneyplugin.h include/kde4/kmymoney/kmymoneyreportconfigtabimpl.h include/kde4/kmymoney/kmymoneyreportcontrolimpl.h include/kde4/kmymoney/kmymoneyselector.h include/kde4/kmymoney/kmymoneystorageplugin.h include/kde4/kmymoney/kmymoneytitlelabel.h include/kde4/kmymoney/kmymoneyutils.h include/kde4/kmymoney/kmymoneyvalidationfeedback.h include/kde4/kmymoney/kmymoneyview.h include/kde4/kmymoney/kmymoneywizard.h include/kde4/kmymoney/misc/charvalidator.h include/kde4/kmymoney/misc/validators.h include/kde4/kmymoney/mymoneyaccount.h include/kde4/kmymoney/mymoneybudget.h include/kde4/kmymoney/mymoneycategory.h include/kde4/kmymoney/mymoneyexception.h include/kde4/kmymoney/mymoneyfile.h include/kde4/kmymoney/mymoneyfinancialcalculator.h include/kde4/kmymoney/mymoneyforecast.h include/kde4/kmymoney/mymoneyinstitution.h include/kde4/kmymoney/mymoneyinvesttransaction.h include/kde4/kmymoney/mymoneykeyvaluecontainer.h include/kde4/kmymoney/mymoneymoney.h include/kde4/kmymoney/mymoneyobject.h include/kde4/kmymoney/mymoneyobjectcontainer.h include/kde4/kmymoney/mymoneypayee.h include/kde4/kmymoney/mymoneypayeeidentifiercontainer.h include/kde4/kmymoney/mymoneyprice.h include/kde4/kmymoney/mymoneyreport.h include/kde4/kmymoney/mymoneyschedule.h include/kde4/kmymoney/mymoneysecurity.h include/kde4/kmymoney/mymoneysplit.h include/kde4/kmymoney/mymoneystatement.h include/kde4/kmymoney/mymoneytag.h include/kde4/kmymoney/mymoneytemplate.h include/kde4/kmymoney/mymoneytransaction.h include/kde4/kmymoney/mymoneytransactionfilter.h include/kde4/kmymoney/mymoneyunittestable.h include/kde4/kmymoney/mymoneyutils.h include/kde4/kmymoney/onlinejob.h include/kde4/kmymoney/onlinejobfolder.h include/kde4/kmymoney/onlinejobmessage.h include/kde4/kmymoney/onlinejobmessagesview.h include/kde4/kmymoney/onlinejobtyped.h include/kde4/kmymoney/onlinepluginextended.h include/kde4/kmymoney/onlinetasks/interfaces/credittransfer.h include/kde4/kmymoney/onlinetasks/interfaces/ionlinejobedit.h include/kde4/kmymoney/onlinetasks/interfaces/ionlinetasksettings.h include/kde4/kmymoney/onlinetasks/interfaces/onlinetask.h include/kde4/kmymoney/onlinetasks/interfaces/onlinetaskconverter.h include/kde4/kmymoney/onlinetasks/interfaces/onlinetasksettingsfactory.h include/kde4/kmymoney/onlinetasks/sepa/sepaonlinetransfer.h include/kde4/kmymoney/payeeidentifier/ibanandbic/ibanbic.h include/kde4/kmymoney/payeeidentifier/payeeidentifier.h include/kde4/kmymoney/pluginloader.h include/kde4/kmymoney/register.h include/kde4/kmymoney/registeritem.h include/kde4/kmymoney/scheduledtransaction.h include/kde4/kmymoney/selectedtransaction.h include/kde4/kmymoney/statementinterface.h include/kde4/kmymoney/stdtransactiondownloaded.h include/kde4/kmymoney/stdtransactionmatched.h include/kde4/kmymoney/transaction.h include/kde4/kmymoney/transactioneditor.h include/kde4/kmymoney/transactioneditorcontainer.h include/kde4/kmymoney/transactionform.h include/kde4/kmymoney/transactionsortoptionimpl.h include/kde4/kmymoney/viewinterface.h %%CALENDAR%%lib/kde4/kcm_kmm_icalendarexport.so lib/kde4/kcm_kmm_printcheck.so lib/kde4/kmm_csvexport.so lib/kde4/kmm_csvimport.so %%CALENDAR%%lib/kde4/kmm_icalendarexport.so %%KBANKING%%lib/kde4/kmm_kbanking.so %%OFX%%lib/kde4/kmm_ofximport.so lib/kde4/kmm_printcheck.so lib/kde4/kmm_reconciliationreport.so %%WEBOOB%%lib/kde4/kmm_weboob.so -lib/kde4/libkonlinetasks_sepa.so +lib/kde4/konlinetasks_sepa.so lib/kde4/payeeidentifier_iban_bic_delegates.so lib/kde4/payeeidentifier_ibanbic_storageplugin.so lib/kde4/payeeidentifier_nationalAccount_ui.so lib/kde4/payeeidentifier_nationalaccount_storageplugin.so lib/libkmm_kdchart.so lib/libkmm_kdchart.so.4 lib/libkmm_kdchart.so.%%KDE4_GENERIC_LIB_VERSION%% lib/libkmm_mymoney.so lib/libkmm_mymoney.so.4 lib/libkmm_mymoney.so.%%KDE4_GENERIC_LIB_VERSION%% lib/libkmm_payeeidentifier.so lib/libkmm_payeeidentifier.so.4 lib/libkmm_payeeidentifier.so.%%KDE4_GENERIC_LIB_VERSION%% lib/libkmm_plugin.so lib/libkmm_plugin.so.4 lib/libkmm_plugin.so.%%KDE4_GENERIC_LIB_VERSION%% +lib/libkmm_settings.so lib/libkmm_widgets.so lib/libkmm_widgets.so.4 lib/libkmm_widgets.so.%%KDE4_GENERIC_LIB_VERSION%% lib/libpayeeidentifier_iban_bic.so lib/libpayeeidentifier_iban_bic.so.4 lib/libpayeeidentifier_iban_bic.so.%%KDE4_GENERIC_LIB_VERSION%% lib/libpayeeidentifier_iban_bic_widgets.so lib/libpayeeidentifier_iban_bic_widgets.so.4 lib/libpayeeidentifier_iban_bic_widgets.so.%%KDE4_GENERIC_LIB_VERSION%% lib/libpayeeidentifier_nationalAccount.so lib/libpayeeidentifier_nationalAccount.so.4 lib/libpayeeidentifier_nationalAccount.so.%%KDE4_GENERIC_LIB_VERSION%% +share/appdata/org.kde.kmymoney.appdata.xml share/applications/kde4/org.kde.kmymoney.desktop -share/apps/appdata/org.kde.kmymoney.appdata.xml share/apps/kconf_update/kmymoney.upd share/apps/kmm_csvexport/kmm_csvexport.rc share/apps/kmm_csvimport/kmm_csvimport.rc %%CALENDAR%%share/apps/kmm_icalendarexport/kmm_icalendarexport.rc %%KBANKING%%share/apps/kmm_kbanking/kmm_kbanking.rc %%KBANKING%%share/apps/kmm_kbanking/qml/chipTan/ChipTan.qml %%KBANKING%%share/apps/kmm_kbanking/qml/chipTan/ChipTanFlickerField.qml %%KBANKING%%share/apps/kmm_kbanking/qml/chipTan/chipTan.js %%KBANKING%%share/apps/kmm_kbanking/qml/chipTan/positionmarker.svg %%OFX%%share/apps/kmm_ofximport/kmm_ofximport.rc share/apps/kmm_printcheck/check_template.html share/apps/kmm_printcheck/check_template_green_linen.html share/apps/kmm_printcheck/kmm_printcheck.rc %%WEBOOB%%share/apps/kmm_weboob/kmm_weboob.rc %%WEBOOB%%share/apps/kmm_weboob/weboob.py 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/hicolor/16x16/actions/account-add.png share/apps/kmymoney/icons/hicolor/16x16/actions/account-open.png share/apps/kmymoney/icons/hicolor/16x16/actions/backup.png share/apps/kmymoney/icons/hicolor/16x16/actions/delete.png share/apps/kmymoney/icons/hicolor/16x16/actions/hide-categories.png share/apps/kmymoney/icons/hicolor/16x16/actions/hide-reconciled.png share/apps/kmymoney/icons/hicolor/16x16/actions/institution-add.png share/apps/kmymoney/icons/hicolor/16x16/actions/pay_edit.png share/apps/kmymoney/icons/hicolor/16x16/actions/personal_data.png share/apps/kmymoney/icons/hicolor/16x16/actions/reconcile.png share/apps/kmymoney/icons/hicolor/16x16/actions/transaction-find.png share/apps/kmymoney/icons/hicolor/16x16/actions/transaction-split.png share/apps/kmymoney/icons/hicolor/16x16/actions/transaction_export.png share/apps/kmymoney/icons/hicolor/16x16/actions/transaction_import.png share/apps/kmymoney/icons/hicolor/16x16/actions/unreconciled.png share/apps/kmymoney/icons/hicolor/16x16/actions/update_prices.png share/apps/kmymoney/icons/hicolor/16x16/apps/account-types-asset.png share/apps/kmymoney/icons/hicolor/16x16/apps/account-types-expense.png share/apps/kmymoney/icons/hicolor/16x16/apps/account-types-income.png share/apps/kmymoney/icons/hicolor/16x16/apps/account-types-liability.png share/apps/kmymoney/icons/hicolor/16x16/apps/account.png share/apps/kmymoney/icons/hicolor/16x16/apps/bank.png share/apps/kmymoney/icons/hicolor/16x16/apps/categories.png share/apps/kmymoney/icons/hicolor/16x16/apps/ledger.png share/apps/kmymoney/icons/hicolor/16x16/apps/transaction.png share/apps/kmymoney/icons/hicolor/22x22/actions/account-add.png share/apps/kmymoney/icons/hicolor/22x22/actions/account-open.png share/apps/kmymoney/icons/hicolor/22x22/actions/attention.png share/apps/kmymoney/icons/hicolor/22x22/actions/backup.png share/apps/kmymoney/icons/hicolor/22x22/actions/cleared.png share/apps/kmymoney/icons/hicolor/22x22/actions/delete.png share/apps/kmymoney/icons/hicolor/22x22/actions/hide-categories.png share/apps/kmymoney/icons/hicolor/22x22/actions/hide-reconciled.png share/apps/kmymoney/icons/hicolor/22x22/actions/institution-add.png share/apps/kmymoney/icons/hicolor/22x22/actions/pay_edit.png share/apps/kmymoney/icons/hicolor/22x22/actions/personal_data.png share/apps/kmymoney/icons/hicolor/22x22/actions/reconcile.png share/apps/kmymoney/icons/hicolor/22x22/actions/report-bar.png share/apps/kmymoney/icons/hicolor/22x22/actions/report-line.png share/apps/kmymoney/icons/hicolor/22x22/actions/report-pie.png share/apps/kmymoney/icons/hicolor/22x22/actions/report-solid.png share/apps/kmymoney/icons/hicolor/22x22/actions/report-text.png share/apps/kmymoney/icons/hicolor/22x22/actions/set_as.png share/apps/kmymoney/icons/hicolor/22x22/actions/transaction-find.png share/apps/kmymoney/icons/hicolor/22x22/actions/transaction_export.png share/apps/kmymoney/icons/hicolor/22x22/actions/transaction_import.png share/apps/kmymoney/icons/hicolor/22x22/actions/unreconciled.png share/apps/kmymoney/icons/hicolor/22x22/actions/update_prices.png share/apps/kmymoney/icons/hicolor/22x22/apps/account-types-asset.png share/apps/kmymoney/icons/hicolor/22x22/apps/account-types-closed.png share/apps/kmymoney/icons/hicolor/22x22/apps/account-types-expense.png share/apps/kmymoney/icons/hicolor/22x22/apps/account-types-income.png share/apps/kmymoney/icons/hicolor/22x22/apps/account-types-liability.png share/apps/kmymoney/icons/hicolor/22x22/apps/account-types-reconciled.png share/apps/kmymoney/icons/hicolor/22x22/apps/account.png share/apps/kmymoney/icons/hicolor/22x22/apps/bank.png share/apps/kmymoney/icons/hicolor/22x22/apps/categories.png share/apps/kmymoney/icons/hicolor/22x22/apps/ledger.png share/apps/kmymoney/icons/hicolor/22x22/apps/transaction.png share/apps/kmymoney/icons/hicolor/32x32/apps/account-types-asset.png share/apps/kmymoney/icons/hicolor/32x32/apps/account-types-cash.png share/apps/kmymoney/icons/hicolor/32x32/apps/account-types-checking.png share/apps/kmymoney/icons/hicolor/32x32/apps/account-types-credit-card.png share/apps/kmymoney/icons/hicolor/32x32/apps/account-types-investments.png share/apps/kmymoney/icons/hicolor/32x32/apps/account-types-liability.png share/apps/kmymoney/icons/hicolor/32x32/apps/account-types-loan.png share/apps/kmymoney/icons/hicolor/32x32/apps/account-types-reconciled.png share/apps/kmymoney/icons/hicolor/32x32/apps/account-types-savings.png share/apps/kmymoney/icons/hicolor/32x32/apps/account.png share/apps/kmymoney/icons/hicolor/32x32/apps/budget.png share/apps/kmymoney/icons/hicolor/32x32/apps/categories.png share/apps/kmymoney/icons/hicolor/32x32/apps/forecast.png share/apps/kmymoney/icons/hicolor/32x32/apps/home.png share/apps/kmymoney/icons/hicolor/32x32/apps/institution.png share/apps/kmymoney/icons/hicolor/32x32/apps/investment.png share/apps/kmymoney/icons/hicolor/32x32/apps/ledger.png share/apps/kmymoney/icons/hicolor/32x32/apps/online-banking.png share/apps/kmymoney/icons/hicolor/32x32/apps/payee.png share/apps/kmymoney/icons/hicolor/32x32/apps/report.png share/apps/kmymoney/icons/hicolor/32x32/apps/schedule.png share/apps/kmymoney/icons/hicolor/48x48/apps/account-types-asset.png share/apps/kmymoney/icons/hicolor/48x48/apps/account-types-cash.png share/apps/kmymoney/icons/hicolor/48x48/apps/account-types-checking.png share/apps/kmymoney/icons/hicolor/48x48/apps/account-types-credit-card.png share/apps/kmymoney/icons/hicolor/48x48/apps/account-types-investments.png share/apps/kmymoney/icons/hicolor/48x48/apps/account-types-liability.png share/apps/kmymoney/icons/hicolor/48x48/apps/account-types-loan.png share/apps/kmymoney/icons/hicolor/48x48/apps/account-types-savings.png share/apps/kmymoney/icons/hicolor/48x48/apps/account.png share/apps/kmymoney/icons/hicolor/48x48/apps/budget.png share/apps/kmymoney/icons/hicolor/48x48/apps/categories.png share/apps/kmymoney/icons/hicolor/48x48/apps/forecast.png share/apps/kmymoney/icons/hicolor/48x48/apps/home.png share/apps/kmymoney/icons/hicolor/48x48/apps/institution.png share/apps/kmymoney/icons/hicolor/48x48/apps/investment.png share/apps/kmymoney/icons/hicolor/48x48/apps/ledger.png share/apps/kmymoney/icons/hicolor/48x48/apps/online-banking.png share/apps/kmymoney/icons/hicolor/48x48/apps/payee.png share/apps/kmymoney/icons/hicolor/48x48/apps/report.png share/apps/kmymoney/icons/hicolor/48x48/apps/schedule.png share/apps/kmymoney/icons/hicolor/64x64/apps/account-types-asset.png share/apps/kmymoney/icons/hicolor/64x64/apps/account-types-cash.png share/apps/kmymoney/icons/hicolor/64x64/apps/account-types-checking.png share/apps/kmymoney/icons/hicolor/64x64/apps/account-types-credit-card.png share/apps/kmymoney/icons/hicolor/64x64/apps/account-types-investments.png share/apps/kmymoney/icons/hicolor/64x64/apps/account-types-liability.png share/apps/kmymoney/icons/hicolor/64x64/apps/account-types-loan.png share/apps/kmymoney/icons/hicolor/64x64/apps/account-types-savings.png share/apps/kmymoney/icons/hicolor/64x64/apps/account.png share/apps/kmymoney/icons/hicolor/64x64/apps/budget.png share/apps/kmymoney/icons/hicolor/64x64/apps/categories.png share/apps/kmymoney/icons/hicolor/64x64/apps/forecast.png share/apps/kmymoney/icons/hicolor/64x64/apps/home.png share/apps/kmymoney/icons/hicolor/64x64/apps/institution.png share/apps/kmymoney/icons/hicolor/64x64/apps/investment.png share/apps/kmymoney/icons/hicolor/64x64/apps/ledger.png share/apps/kmymoney/icons/hicolor/64x64/apps/online-banking.png share/apps/kmymoney/icons/hicolor/64x64/apps/payee.png share/apps/kmymoney/icons/hicolor/64x64/apps/report.png share/apps/kmymoney/icons/hicolor/64x64/apps/schedule.png 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-add.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/investment-add.png share/apps/kmymoney/icons/oxygen/22x22/actions/investment-delete.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-reconciled.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/startlogo.png share/apps/kmymoney/pics/l10n/es/startlogo.png share/apps/kmymoney/pics/l10n/hu/startlogo.png share/apps/kmymoney/pics/l10n/it/startlogo.png share/apps/kmymoney/pics/l10n/pl/startlogo.png share/apps/kmymoney/pics/l10n/pt_BR/startlogo.png share/apps/kmymoney/pics/l10n/ro/startlogo.png share/apps/kmymoney/pics/l10n/ru/startlogo.png share/apps/kmymoney/pics/l10n/sv/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/skr49.kmt share/apps/kmymoney/templates/de_DE/studium.kmt share/apps/kmymoney/templates/de_DE/wohnungsw.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_CA/automobile.kmt share/apps/kmymoney/templates/en_CA/basicaccount.kmt share/apps/kmymoney/templates/en_CA/brokerageinvestments.kmt share/apps/kmymoney/templates/en_CA/cdgicmoneymarket.kmt share/apps/kmymoney/templates/en_CA/checkbook.kmt share/apps/kmymoney/templates/en_CA/daycare.kmt share/apps/kmymoney/templates/en_CA/fixedassets.kmt share/apps/kmymoney/templates/en_CA/homeowner.kmt share/apps/kmymoney/templates/en_CA/houserent.kmt share/apps/kmymoney/templates/en_CA/income.kmt share/apps/kmymoney/templates/en_CA/incomespouse.kmt share/apps/kmymoney/templates/en_CA/retimentspouse.kmt share/apps/kmymoney/templates/en_CA/retirement.kmt share/apps/kmymoney/templates/en_CA/studyloan.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/ja_JP/brokerage.kmt share/apps/kmymoney/templates/ja_JP/business.kmt share/apps/kmymoney/templates/ja_JP/carloan.kmt share/apps/kmymoney/templates/ja_JP/cdmoneymkt.kmt share/apps/kmymoney/templates/ja_JP/checkbook.kmt share/apps/kmymoney/templates/ja_JP/childcare.kmt share/apps/kmymoney/templates/ja_JP/common.kmt share/apps/kmymoney/templates/ja_JP/eduloan.kmt share/apps/kmymoney/templates/ja_JP/fixedassets.kmt share/apps/kmymoney/templates/ja_JP/full.kmt share/apps/kmymoney/templates/ja_JP/homeloan.kmt share/apps/kmymoney/templates/ja_JP/homeown.kmt share/apps/kmymoney/templates/ja_JP/otherloan.kmt share/apps/kmymoney/templates/ja_JP/renter.kmt share/apps/kmymoney/templates/ja_JP/retiremt.kmt share/apps/kmymoney/templates/ja_JP/spouseinc.kmt share/apps/kmymoney/templates/ja_JP/spouseretire.kmt share/apps/kmymoney/templates/nl_NL/checkbook.kmt share/apps/kmymoney/templates/nl_NL/default_accounts.kmt share/apps/kmymoney/templates/nl_NL/full.kmt share/apps/kmymoney/templates/nl_NL/rgs_1.1.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/common.kmt share/apps/kmymoney/templates/ru_RU/default_accounts.kmt share/apps/kmymoney/templates/ru_RU/homeloan.kmt share/apps/kmymoney/templates/ru_RU/homeown.kmt share/apps/kmymoney/templates/ru_RU/renter.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 %%KBANKING%%share/config.kcfg/kbanking.kcfg share/config.kcfg/kmymoney.kcfg share/config/csvimporterrc share/doc/HTML/de/kmymoney/account_edit.png share/doc/HTML/de/kmymoney/account_options.png share/doc/HTML/de/kmymoney/accwiz1.png share/doc/HTML/de/kmymoney/accwiz10.png share/doc/HTML/de/kmymoney/accwiz2.png share/doc/HTML/de/kmymoney/accwiz6.png share/doc/HTML/de/kmymoney/accwiz7.png share/doc/HTML/de/kmymoney/accwiz8_1.png share/doc/HTML/de/kmymoney/accwiz8_2.png share/doc/HTML/de/kmymoney/accwiz8_3.png share/doc/HTML/de/kmymoney/accwiz8_4.png share/doc/HTML/de/kmymoney/accwiz8_5.png share/doc/HTML/de/kmymoney/accwiz9.png share/doc/HTML/de/kmymoney/categoryedit.png share/doc/HTML/de/kmymoney/common share/doc/HTML/de/kmymoney/credits.docbook share/doc/HTML/de/kmymoney/currency_newpriceentry.png share/doc/HTML/de/kmymoney/currency_priceeditor.png share/doc/HTML/de/kmymoney/details-accounts.docbook share/doc/HTML/de/kmymoney/details-budgets.docbook share/doc/HTML/de/kmymoney/details-categories.docbook share/doc/HTML/de/kmymoney/details-currencies.docbook share/doc/HTML/de/kmymoney/details-database.docbook share/doc/HTML/de/kmymoney/details-forecast.docbook share/doc/HTML/de/kmymoney/details-formats.docbook share/doc/HTML/de/kmymoney/details-impexp.docbook share/doc/HTML/de/kmymoney/details-institutions.docbook share/doc/HTML/de/kmymoney/details-investments.docbook share/doc/HTML/de/kmymoney/details-ledgers.docbook share/doc/HTML/de/kmymoney/details-loans.docbook share/doc/HTML/de/kmymoney/details-payees.docbook share/doc/HTML/de/kmymoney/details-reconciliation.docbook share/doc/HTML/de/kmymoney/details-reports.docbook share/doc/HTML/de/kmymoney/details-schedules.docbook share/doc/HTML/de/kmymoney/details-search.docbook share/doc/HTML/de/kmymoney/details-settings.docbook share/doc/HTML/de/kmymoney/details-tags.docbook share/doc/HTML/de/kmymoney/details-widgets.docbook share/doc/HTML/de/kmymoney/faq.docbook share/doc/HTML/de/kmymoney/firsttime.docbook share/doc/HTML/de/kmymoney/index.cache.bz2 share/doc/HTML/de/kmymoney/index.docbook share/doc/HTML/de/kmymoney/installation.docbook share/doc/HTML/de/kmymoney/institution_options.png share/doc/HTML/de/kmymoney/introduction.docbook share/doc/HTML/de/kmymoney/investment-transactionform.png share/doc/HTML/de/kmymoney/ledgerview-numbered.png share/doc/HTML/de/kmymoney/mainwindow_numbered.png share/doc/HTML/de/kmymoney/makemostof.docbook share/doc/HTML/de/kmymoney/man-kmymoney.1.docbook share/doc/HTML/de/kmymoney/newfile-2.png share/doc/HTML/de/kmymoney/newfile-3.png share/doc/HTML/de/kmymoney/newfile-4.png share/doc/HTML/de/kmymoney/newfile-5.png share/doc/HTML/de/kmymoney/newfile-6.png share/doc/HTML/de/kmymoney/newfile.png share/doc/HTML/de/kmymoney/newinst.png share/doc/HTML/de/kmymoney/newsched_numbered.png share/doc/HTML/de/kmymoney/payee_info.png share/doc/HTML/de/kmymoney/payee_match.png share/doc/HTML/de/kmymoney/reconcile-redo.png share/doc/HTML/de/kmymoney/reconcile1.png share/doc/HTML/de/kmymoney/reconcile2.png share/doc/HTML/de/kmymoney/reconcile3.png share/doc/HTML/de/kmymoney/reference.docbook share/doc/HTML/de/kmymoney/report_configuration-reporttab.png share/doc/HTML/de/kmymoney/report_configuration-rowscolumns.png share/doc/HTML/de/kmymoney/reports_view-all.png share/doc/HTML/de/kmymoney/select_currency.png share/doc/HTML/de/kmymoney/tipofday.png share/doc/HTML/de/kmymoney/transactionform.png share/doc/HTML/de/kmymoney/whatsnew.docbook 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/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/configure_plugins.png share/doc/HTML/en/kmymoney/confirmenter.png share/doc/HTML/en/kmymoney/credits.docbook share/doc/HTML/en/kmymoney/csvImporter_1.png share/doc/HTML/en/kmymoney/csvImporter_2.png share/doc/HTML/en/kmymoney/csvImporter_3.png share/doc/HTML/en/kmymoney/csvImporter_4.png share/doc/HTML/en/kmymoney/csvImporter_5.png 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/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-forecast.docbook share/doc/HTML/en/kmymoney/details-formats.docbook share/doc/HTML/en/kmymoney/details-impexp-csv.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-tags.docbook share/doc/HTML/en/kmymoney/details-widgets.docbook share/doc/HTML/en/kmymoney/enterschedule.png share/doc/HTML/en/kmymoney/faq.docbook 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/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/icon-dialog-configure.png share/doc/HTML/en/kmymoney/icon-dialog-information.png share/doc/HTML/en/kmymoney/index.cache.bz2 share/doc/HTML/en/kmymoney/index.docbook share/doc/HTML/en/kmymoney/installation.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/ledger_more.png share/doc/HTML/en/kmymoney/ledgers_view.png share/doc/HTML/en/kmymoney/ledgerview-numbered.png share/doc/HTML/en/kmymoney/list-add.png share/doc/HTML/en/kmymoney/list-remove.png share/doc/HTML/en/kmymoney/mail-tagged.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/qifimportverify.png share/doc/HTML/en/kmymoney/qifopen.png share/doc/HTML/en/kmymoney/reconcile-redo.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/reconcile5.png share/doc/HTML/en/kmymoney/reference.docbook 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_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/tag_details.png share/doc/HTML/en/kmymoney/tags.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/es/kmymoney/common share/doc/HTML/es/kmymoney/credits.docbook share/doc/HTML/es/kmymoney/details-accounts.docbook share/doc/HTML/es/kmymoney/details-budgets.docbook share/doc/HTML/es/kmymoney/details-categories.docbook share/doc/HTML/es/kmymoney/details-currencies.docbook share/doc/HTML/es/kmymoney/details-database.docbook share/doc/HTML/es/kmymoney/details-forecast.docbook share/doc/HTML/es/kmymoney/details-formats.docbook share/doc/HTML/es/kmymoney/details-impexp.docbook share/doc/HTML/es/kmymoney/details-institutions.docbook share/doc/HTML/es/kmymoney/details-investments.docbook share/doc/HTML/es/kmymoney/details-ledgers.docbook share/doc/HTML/es/kmymoney/details-loans.docbook share/doc/HTML/es/kmymoney/details-payees.docbook share/doc/HTML/es/kmymoney/details-reconciliation.docbook share/doc/HTML/es/kmymoney/details-reports.docbook share/doc/HTML/es/kmymoney/details-schedules.docbook share/doc/HTML/es/kmymoney/details-search.docbook share/doc/HTML/es/kmymoney/details-settings.docbook share/doc/HTML/es/kmymoney/details-widgets.docbook share/doc/HTML/es/kmymoney/faq.docbook share/doc/HTML/es/kmymoney/firsttime.docbook share/doc/HTML/es/kmymoney/index.cache.bz2 share/doc/HTML/es/kmymoney/index.docbook share/doc/HTML/es/kmymoney/installation.docbook share/doc/HTML/es/kmymoney/introduction.docbook share/doc/HTML/es/kmymoney/makemostof.docbook share/doc/HTML/es/kmymoney/man-kmymoney.1.docbook share/doc/HTML/es/kmymoney/reference.docbook share/doc/HTML/es/kmymoney/whatsnew.docbook share/doc/HTML/et/kmymoney/common share/doc/HTML/et/kmymoney/credits.docbook share/doc/HTML/et/kmymoney/details-accounts.docbook share/doc/HTML/et/kmymoney/details-budgets.docbook share/doc/HTML/et/kmymoney/details-categories.docbook share/doc/HTML/et/kmymoney/details-currencies.docbook share/doc/HTML/et/kmymoney/details-database.docbook share/doc/HTML/et/kmymoney/details-forecast.docbook share/doc/HTML/et/kmymoney/details-formats.docbook share/doc/HTML/et/kmymoney/details-impexp-csv.docbook share/doc/HTML/et/kmymoney/details-impexp.docbook share/doc/HTML/et/kmymoney/details-institutions.docbook share/doc/HTML/et/kmymoney/details-investments.docbook share/doc/HTML/et/kmymoney/details-ledgers.docbook share/doc/HTML/et/kmymoney/details-loans.docbook share/doc/HTML/et/kmymoney/details-payees.docbook share/doc/HTML/et/kmymoney/details-reconciliation.docbook share/doc/HTML/et/kmymoney/details-reports.docbook share/doc/HTML/et/kmymoney/details-schedules.docbook share/doc/HTML/et/kmymoney/details-search.docbook share/doc/HTML/et/kmymoney/details-settings.docbook share/doc/HTML/et/kmymoney/details-tags.docbook share/doc/HTML/et/kmymoney/details-widgets.docbook share/doc/HTML/et/kmymoney/faq.docbook share/doc/HTML/et/kmymoney/firsttime.docbook share/doc/HTML/et/kmymoney/index.cache.bz2 share/doc/HTML/et/kmymoney/index.docbook share/doc/HTML/et/kmymoney/installation.docbook share/doc/HTML/et/kmymoney/introduction.docbook share/doc/HTML/et/kmymoney/makemostof.docbook share/doc/HTML/et/kmymoney/man-kmymoney.1.docbook share/doc/HTML/et/kmymoney/reference.docbook share/doc/HTML/et/kmymoney/whatsnew.docbook share/doc/HTML/fr/kmymoney/account_edit.png share/doc/HTML/fr/kmymoney/account_options.png share/doc/HTML/fr/kmymoney/accountdropdown.png share/doc/HTML/fr/kmymoney/accwiz1.png share/doc/HTML/fr/kmymoney/accwiz10.png share/doc/HTML/fr/kmymoney/accwiz2.png share/doc/HTML/fr/kmymoney/accwiz6.png share/doc/HTML/fr/kmymoney/accwiz7.png share/doc/HTML/fr/kmymoney/accwiz8.1.png share/doc/HTML/fr/kmymoney/accwiz8.2.png share/doc/HTML/fr/kmymoney/accwiz8.3.png share/doc/HTML/fr/kmymoney/accwiz8.4.png share/doc/HTML/fr/kmymoney/accwiz8.5.png share/doc/HTML/fr/kmymoney/accwiz9.png share/doc/HTML/fr/kmymoney/calendarview.png share/doc/HTML/fr/kmymoney/categories.png share/doc/HTML/fr/kmymoney/category_widget.png share/doc/HTML/fr/kmymoney/categoryedit.png share/doc/HTML/fr/kmymoney/cleared_state.png share/doc/HTML/fr/kmymoney/common share/doc/HTML/fr/kmymoney/confirmenter.png share/doc/HTML/fr/kmymoney/credits.docbook share/doc/HTML/fr/kmymoney/currency_newpriceentry.png share/doc/HTML/fr/kmymoney/currency_priceeditor.png share/doc/HTML/fr/kmymoney/date_widget.png share/doc/HTML/fr/kmymoney/details-accounts.docbook share/doc/HTML/fr/kmymoney/details-budgets.docbook share/doc/HTML/fr/kmymoney/details-categories.docbook share/doc/HTML/fr/kmymoney/details-currencies.docbook share/doc/HTML/fr/kmymoney/details-database.docbook share/doc/HTML/fr/kmymoney/details-forecast.docbook share/doc/HTML/fr/kmymoney/details-formats.docbook share/doc/HTML/fr/kmymoney/details-impexp.docbook share/doc/HTML/fr/kmymoney/details-institutions.docbook share/doc/HTML/fr/kmymoney/details-investments.docbook share/doc/HTML/fr/kmymoney/details-ledgers.docbook share/doc/HTML/fr/kmymoney/details-loans.docbook share/doc/HTML/fr/kmymoney/details-payees.docbook share/doc/HTML/fr/kmymoney/details-reconciliation.docbook share/doc/HTML/fr/kmymoney/details-reports.docbook share/doc/HTML/fr/kmymoney/details-schedules.docbook share/doc/HTML/fr/kmymoney/details-search.docbook share/doc/HTML/fr/kmymoney/details-settings.docbook share/doc/HTML/fr/kmymoney/details-widgets.docbook share/doc/HTML/fr/kmymoney/enterschedule.png share/doc/HTML/fr/kmymoney/faq.docbook share/doc/HTML/fr/kmymoney/find-account.png share/doc/HTML/fr/kmymoney/find-amount.png share/doc/HTML/fr/kmymoney/find-category.png share/doc/HTML/fr/kmymoney/find-date.png share/doc/HTML/fr/kmymoney/find-details.png share/doc/HTML/fr/kmymoney/find-payee.png share/doc/HTML/fr/kmymoney/find-text.png share/doc/HTML/fr/kmymoney/firsttime.docbook share/doc/HTML/fr/kmymoney/index.cache.bz2 share/doc/HTML/fr/kmymoney/index.docbook share/doc/HTML/fr/kmymoney/installation.docbook share/doc/HTML/fr/kmymoney/institution_options.png share/doc/HTML/fr/kmymoney/institution_view.png share/doc/HTML/fr/kmymoney/introduction.docbook share/doc/HTML/fr/kmymoney/investment-currencywarning.png share/doc/HTML/fr/kmymoney/investment-exchangerateeditot.png share/doc/HTML/fr/kmymoney/investment-transactionform.png share/doc/HTML/fr/kmymoney/ledger_more.png share/doc/HTML/fr/kmymoney/ledgerviw-numbered.png share/doc/HTML/fr/kmymoney/mainwindow_numbered.png share/doc/HTML/fr/kmymoney/makemostof.docbook share/doc/HTML/fr/kmymoney/man-kmymoney.1.docbook share/doc/HTML/fr/kmymoney/newfile-2.png share/doc/HTML/fr/kmymoney/newfile-3.png share/doc/HTML/fr/kmymoney/newfile-4.png share/doc/HTML/fr/kmymoney/newfile-5.png share/doc/HTML/fr/kmymoney/newfile-6.png share/doc/HTML/fr/kmymoney/newfile.png share/doc/HTML/fr/kmymoney/newinst.png share/doc/HTML/fr/kmymoney/newsched_numbered.png share/doc/HTML/fr/kmymoney/payee_history.png share/doc/HTML/fr/kmymoney/payee_info.png share/doc/HTML/fr/kmymoney/payee_match.png share/doc/HTML/fr/kmymoney/payee_widget.png share/doc/HTML/fr/kmymoney/payeeview.png share/doc/HTML/fr/kmymoney/qif_report.png share/doc/HTML/fr/kmymoney/qifimport-export.png share/doc/HTML/fr/kmymoney/qifimport-qifprofileeditor.png share/doc/HTML/fr/kmymoney/qifopen.png share/doc/HTML/fr/kmymoney/reconcile-redo.png share/doc/HTML/fr/kmymoney/reconcile1.png share/doc/HTML/fr/kmymoney/reconcile2.png share/doc/HTML/fr/kmymoney/reconcile3.png share/doc/HTML/fr/kmymoney/reconcile4.png share/doc/HTML/fr/kmymoney/reference.docbook share/doc/HTML/fr/kmymoney/report_configuration-reporttab.png share/doc/HTML/fr/kmymoney/report_configuration-rowscolumns.png share/doc/HTML/fr/kmymoney/reports_view-all.png share/doc/HTML/fr/kmymoney/schedcaltypes.png share/doc/HTML/fr/kmymoney/schedpopup.png share/doc/HTML/fr/kmymoney/scheduleview.png share/doc/HTML/fr/kmymoney/select_currency.png share/doc/HTML/fr/kmymoney/shedmonthday.png share/doc/HTML/fr/kmymoney/split_transaction.png share/doc/HTML/fr/kmymoney/tipofday.png share/doc/HTML/fr/kmymoney/transactionform-off.png share/doc/HTML/fr/kmymoney/transactionform.png share/doc/HTML/fr/kmymoney/translist.png share/doc/HTML/fr/kmymoney/value_widget.png share/doc/HTML/fr/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-forecast.docbook share/doc/HTML/it/kmymoney/details-formats.docbook share/doc/HTML/it/kmymoney/details-impexp-csv.docbook share/doc/HTML/it/kmymoney/details-impexp.docbook share/doc/HTML/it/kmymoney/details-institutions.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-tags.docbook share/doc/HTML/it/kmymoney/details-widgets.docbook share/doc/HTML/it/kmymoney/faq.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/installation.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/reference.docbook share/doc/HTML/it/kmymoney/whatsnew.docbook share/doc/HTML/nl/kmymoney/common share/doc/HTML/nl/kmymoney/credits.docbook share/doc/HTML/nl/kmymoney/details-accounts.docbook share/doc/HTML/nl/kmymoney/details-budgets.docbook share/doc/HTML/nl/kmymoney/details-categories.docbook share/doc/HTML/nl/kmymoney/details-currencies.docbook share/doc/HTML/nl/kmymoney/details-database.docbook share/doc/HTML/nl/kmymoney/details-forecast.docbook share/doc/HTML/nl/kmymoney/details-formats.docbook share/doc/HTML/nl/kmymoney/details-impexp-csv.docbook share/doc/HTML/nl/kmymoney/details-impexp.docbook share/doc/HTML/nl/kmymoney/details-institutions.docbook share/doc/HTML/nl/kmymoney/details-investments.docbook share/doc/HTML/nl/kmymoney/details-ledgers.docbook share/doc/HTML/nl/kmymoney/details-loans.docbook share/doc/HTML/nl/kmymoney/details-payees.docbook share/doc/HTML/nl/kmymoney/details-reconciliation.docbook share/doc/HTML/nl/kmymoney/details-reports.docbook share/doc/HTML/nl/kmymoney/details-schedules.docbook share/doc/HTML/nl/kmymoney/details-search.docbook share/doc/HTML/nl/kmymoney/details-settings.docbook share/doc/HTML/nl/kmymoney/details-tags.docbook share/doc/HTML/nl/kmymoney/details-widgets.docbook share/doc/HTML/nl/kmymoney/faq.docbook share/doc/HTML/nl/kmymoney/firsttime.docbook share/doc/HTML/nl/kmymoney/index.cache.bz2 share/doc/HTML/nl/kmymoney/index.docbook share/doc/HTML/nl/kmymoney/installation.docbook share/doc/HTML/nl/kmymoney/introduction.docbook share/doc/HTML/nl/kmymoney/makemostof.docbook share/doc/HTML/nl/kmymoney/man-kmymoney.1.docbook share/doc/HTML/nl/kmymoney/reference.docbook share/doc/HTML/nl/kmymoney/whatsnew.docbook share/doc/HTML/pt/kmymoney/common share/doc/HTML/pt/kmymoney/credits.docbook share/doc/HTML/pt/kmymoney/details-accounts.docbook share/doc/HTML/pt/kmymoney/details-budgets.docbook share/doc/HTML/pt/kmymoney/details-categories.docbook share/doc/HTML/pt/kmymoney/details-currencies.docbook share/doc/HTML/pt/kmymoney/details-database.docbook share/doc/HTML/pt/kmymoney/details-forecast.docbook share/doc/HTML/pt/kmymoney/details-formats.docbook share/doc/HTML/pt/kmymoney/details-impexp.docbook share/doc/HTML/pt/kmymoney/details-institutions.docbook share/doc/HTML/pt/kmymoney/details-investments.docbook share/doc/HTML/pt/kmymoney/details-ledgers.docbook share/doc/HTML/pt/kmymoney/details-loans.docbook share/doc/HTML/pt/kmymoney/details-payees.docbook share/doc/HTML/pt/kmymoney/details-reconciliation.docbook share/doc/HTML/pt/kmymoney/details-reports.docbook share/doc/HTML/pt/kmymoney/details-schedules.docbook share/doc/HTML/pt/kmymoney/details-search.docbook share/doc/HTML/pt/kmymoney/details-settings.docbook share/doc/HTML/pt/kmymoney/details-widgets.docbook share/doc/HTML/pt/kmymoney/faq.docbook share/doc/HTML/pt/kmymoney/firsttime.docbook share/doc/HTML/pt/kmymoney/index.cache.bz2 share/doc/HTML/pt/kmymoney/index.docbook share/doc/HTML/pt/kmymoney/installation.docbook share/doc/HTML/pt/kmymoney/introduction.docbook share/doc/HTML/pt/kmymoney/makemostof.docbook share/doc/HTML/pt/kmymoney/man-kmymoney.1.docbook share/doc/HTML/pt/kmymoney/reference.docbook share/doc/HTML/pt/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-forecast.docbook share/doc/HTML/pt_BR/kmymoney/details-formats.docbook share/doc/HTML/pt_BR/kmymoney/details-impexp-csv.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-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-tags.docbook share/doc/HTML/pt_BR/kmymoney/details-widgets.docbook share/doc/HTML/pt_BR/kmymoney/faq.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/installation.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/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-forecast.docbook share/doc/HTML/sv/kmymoney/details-formats.docbook share/doc/HTML/sv/kmymoney/details-impexp-csv.docbook share/doc/HTML/sv/kmymoney/details-impexp.docbook share/doc/HTML/sv/kmymoney/details-institutions.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-tags.docbook share/doc/HTML/sv/kmymoney/details-widgets.docbook share/doc/HTML/sv/kmymoney/faq.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/installation.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/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-forecast.docbook share/doc/HTML/uk/kmymoney/details-formats.docbook share/doc/HTML/uk/kmymoney/details-impexp-csv.docbook share/doc/HTML/uk/kmymoney/details-impexp.docbook share/doc/HTML/uk/kmymoney/details-institutions.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-tags.docbook share/doc/HTML/uk/kmymoney/details-widgets.docbook share/doc/HTML/uk/kmymoney/faq.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/installation.docbook share/doc/HTML/uk/kmymoney/introduction.docbook share/doc/HTML/uk/kmymoney/mainwindow_numbered.png share/doc/HTML/uk/kmymoney/makemostof.docbook share/doc/HTML/uk/kmymoney/man-kmymoney.1.docbook share/doc/HTML/uk/kmymoney/newfile-2.png share/doc/HTML/uk/kmymoney/newfile-3.png share/doc/HTML/uk/kmymoney/newfile-4.png share/doc/HTML/uk/kmymoney/newfile-5.png share/doc/HTML/uk/kmymoney/newfile-6.png share/doc/HTML/uk/kmymoney/newfile.png share/doc/HTML/uk/kmymoney/reference.docbook share/doc/HTML/uk/kmymoney/select_currency.png share/doc/HTML/uk/kmymoney/tipofday.png share/doc/HTML/uk/kmymoney/whatsnew.docbook share/icons/hicolor/128x128/apps/kmymoney.png share/icons/hicolor/128x128/mimetypes/application-x-kmymoney.png share/icons/hicolor/16x16/apps/kmymoney.png share/icons/hicolor/16x16/mimetypes/application-x-kmymoney.png share/icons/hicolor/22x22/apps/kmymoney.png share/icons/hicolor/22x22/mimetypes/application-x-kmymoney.png share/icons/hicolor/32x32/apps/kmymoney.png share/icons/hicolor/32x32/mimetypes/application-x-kmymoney.png share/icons/hicolor/48x48/apps/kmymoney.png share/icons/hicolor/48x48/mimetypes/application-x-kmymoney.png share/icons/hicolor/64x64/apps/kmymoney.png share/icons/hicolor/64x64/mimetypes/application-x-kmymoney.png share/icons/locolor/16x16/apps/kmymoney.png share/icons/locolor/32x32/apps/kmymoney.png %%CALENDAR%%share/kde4/services/kcm_kmm_icalendarexport.desktop share/kde4/services/kcm_kmm_printcheck.desktop share/kde4/services/kmm_csvexport.desktop share/kde4/services/kmm_csvimport.desktop %%CALENDAR%%share/kde4/services/kmm_icalendarexport.desktop %%KBANKING%%share/kde4/services/kmm_kbanking.desktop %%OFX%%share/kde4/services/kmm_ofximport.desktop share/kde4/services/kmm_printcheck.desktop share/kde4/services/kmm_reconciliationreport.desktop %%WEBOOB%%share/kde4/services/kmm_weboob.desktop share/kde4/services/kmymoney-ibanbic-delegate.desktop share/kde4/services/kmymoney-ibanbic-storageplugin.desktop share/kde4/services/kmymoney-nationalaccount-delegate.desktop share/kde4/services/kmymoney-nationalaccount-storageplugin.desktop share/kde4/services/kmymoney-sepaorders.desktop share/kde4/services/kmymoney-sepaordersui.desktop share/kde4/services/kmymoney-sepastorageplugin.desktop share/kde4/servicetypes/ibanbicdata.desktop share/kde4/servicetypes/kmymoney-importerplugin.desktop share/kde4/servicetypes/kmymoney-nationalaccountnumberplugin.desktop share/kde4/servicetypes/kmymoney-onlinetaskui.desktop share/kde4/servicetypes/kmymoney-payeeidentifierdelegate.desktop share/kde4/servicetypes/kmymoney-plugin.desktop share/kde4/servicetypes/kmymoney-sqlstorageplugin.desktop %%NLS%%share/locale/bs/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/ca/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/ca@valencia/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/cs/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/da/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/de/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/el/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/es/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/et/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/eu/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/fi/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/fr/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/gl/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/hu/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/it/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/kk/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/nds/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/nl/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/pl/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/pt/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/ro/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/ru/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/sk/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/sv/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/tr/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/uk/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/kmymoney.mo share/mime/packages/x-kmymoney.xml