diff options
Diffstat (limited to 'kmymoney2/plugins/ofximport')
-rw-r--r-- | kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.cpp | 6 | ||||
-rw-r--r-- | kmymoney2/plugins/ofximport/ofximporterplugin.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.cpp b/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.cpp index 1dd5ff0..5fd66e7 100644 --- a/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.cpp +++ b/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.cpp @@ -39,8 +39,8 @@ #include <kstandarddirs.h> #include <kprogress.h> #include <kapplication.h> -#include <klistview.h> -#include <klistviewsearchline.h> +#include <tdelistview.h> +#include <tdelistviewsearchline.h> #include <kcombobox.h> #include <kurlrequester.h> @@ -69,7 +69,7 @@ KOnlineBankingSetupWizard::KOnlineBankingSetupWizard(TQWidget *parent, const cha m_headerVersion = new OfxHeaderVersion(m_headerVersionCombo, ""); // fill the list view with banks - KProgressDialog* dlg = new KProgressDialog(this, 0, i18n("Loading banklist"), i18n("Getting list of banks from http://moneycentral.msn.com/\nThis may take some time depending on the available bandwidth."), true); + KProgressDialog* dlg = new KProgressDialog(this, 0, i18n("Loading bantdelist"), i18n("Getting list of banks from http://moneycentral.msn.com/\nThis may take some time depending on the available bandwidth."), true); dlg->setAllowCancel(false); // force to show immediately as the call to OfxPartner::BankNames() // does not call the processEvents() loop diff --git a/kmymoney2/plugins/ofximport/ofximporterplugin.cpp b/kmymoney2/plugins/ofximport/ofximporterplugin.cpp index 0b9c9a0..a20db83 100644 --- a/kmymoney2/plugins/ofximport/ofximporterplugin.cpp +++ b/kmymoney2/plugins/ofximport/ofximporterplugin.cpp @@ -31,7 +31,7 @@ #include <kdebug.h> #include <tdefile.h> #include <kurl.h> -#include <kaction.h> +#include <tdeaction.h> #include <kmessagebox.h> // ---------------------------------------------------------------------------- |