summaryrefslogtreecommitdiffstats
path: root/kmymoney2/plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:11:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:11:58 -0600
commite8837d86c8961bdfb65c25c6ff040468c95240cd (patch)
treefeaa7456a26d48b1f72a2518c3a765de158cf309 /kmymoney2/plugins
parentd0af61c358a04f3d3b956636076eb073dcf253c0 (diff)
downloadkmymoney-e8837d86c8961bdfb65c25c6ff040468c95240cd.tar.gz
kmymoney-e8837d86c8961bdfb65c25c6ff040468c95240cd.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kmymoney2/plugins')
-rw-r--r--kmymoney2/plugins/kmymoneyplugin.cpp2
-rw-r--r--kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.cpp6
-rw-r--r--kmymoney2/plugins/ofximport/ofximporterplugin.cpp2
3 files changed, 5 insertions, 5 deletions
diff --git a/kmymoney2/plugins/kmymoneyplugin.cpp b/kmymoney2/plugins/kmymoneyplugin.cpp
index 202b996..f945aaf 100644
--- a/kmymoney2/plugins/kmymoneyplugin.cpp
+++ b/kmymoney2/plugins/kmymoneyplugin.cpp
@@ -23,7 +23,7 @@
#include <kinstance.h>
#include <kaboutdata.h>
-#include <kaction.h>
+#include <tdeaction.h>
// ----------------------------------------------------------------------------
// Project Includes
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>
// ----------------------------------------------------------------------------