summaryrefslogtreecommitdiffstats
path: root/kmymoney2/wizards/newuserwizard
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:46:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:46:55 -0600
commit05ca30417c525eb7b9c3b37a108f8952e392588e (patch)
treecec47579241cb65b8f10d1d9c6525648629c7164 /kmymoney2/wizards/newuserwizard
parente6f3eb4234a6cb4210a21953f304fa1770421c9f (diff)
downloadkmymoney-05ca30417c525eb7b9c3b37a108f8952e392588e.tar.gz
kmymoney-05ca30417c525eb7b9c3b37a108f8952e392588e.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kmymoney2/wizards/newuserwizard')
-rw-r--r--kmymoney2/wizards/newuserwizard/knewuserwizard.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmymoney2/wizards/newuserwizard/knewuserwizard.cpp b/kmymoney2/wizards/newuserwizard/knewuserwizard.cpp
index ba21d88..52823df 100644
--- a/kmymoney2/wizards/newuserwizard/knewuserwizard.cpp
+++ b/kmymoney2/wizards/newuserwizard/knewuserwizard.cpp
@@ -30,7 +30,7 @@
// ----------------------------------------------------------------------------
// KDE Includes
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdelistview.h>
#include <kstandarddirs.h>
#include <klineedit.h>
@@ -39,9 +39,9 @@
#include <kurlrequester.h>
#include <tdeio/netaccess.h>
#include <kurl.h>
-#include <kabc/addressee.h>
-#include <kabc/stdaddressbook.h>
-#include <kmessagebox.h>
+#include <tdeabc/addressee.h>
+#include <tdeabc/stdaddressbook.h>
+#include <tdemessagebox.h>
#include <kactivelabel.h>
// ----------------------------------------------------------------------------