diff options
Diffstat (limited to 'kmymoney2/wizards/newuserwizard/knewuserwizard.cpp')
-rw-r--r-- | kmymoney2/wizards/newuserwizard/knewuserwizard.cpp | 8 |
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> // ---------------------------------------------------------------------------- |