diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:59:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:59:38 -0600 |
commit | cfb328d59024a251690b6e47c9f8d343fd8c241c (patch) | |
tree | 7c11070cd07e5e023a26ddcfa41832c208c63732 /kaddressbook/kabcore.cpp | |
parent | 38b7daf1afffa515cf4880847c0d985f3c6ee753 (diff) | |
download | tdepim-cfb328d59024a251690b6e47c9f8d343fd8c241c.tar.gz tdepim-cfb328d59024a251690b6e47c9f8d343fd8c241c.zip |
Rename additional header files to avoid conflicts with KDE4
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> |