diff options
Diffstat (limited to 'kaddressbook/kabcore.cpp')
-rw-r--r-- | kaddressbook/kabcore.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index c35197ed5..142f03c44 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -37,12 +37,12 @@ #include <tqtooltip.h> #include <tqwhatsthis.h> -#include <kabc/addresseelist.h> -#include <kabc/errorhandler.h> -#include <kabc/resource.h> -#include <kabc/stdaddressbook.h> -#include <kabc/vcardconverter.h> -#include <kabc/resourcefile.h> +#include <tdeabc/addresseelist.h> +#include <tdeabc/errorhandler.h> +#include <tdeabc/resource.h> +#include <tdeabc/stdaddressbook.h> +#include <tdeabc/vcardconverter.h> +#include <tdeabc/resourcefile.h> #include <tdeaboutdata.h> #include <tdeaccelmanager.h> #include <tdeapplication.h> @@ -53,8 +53,8 @@ #include <kdebug.h> #include <tdeversion.h> #include <tdeimproxy.h> -#include <klocale.h> -#include <kmessagebox.h> +#include <tdelocale.h> +#include <tdemessagebox.h> #include <kprinter.h> #include <kprotocolinfo.h> #include <kpushbutton.h> |