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 /tderesources/birthdays | |
parent | 38b7daf1afffa515cf4880847c0d985f3c6ee753 (diff) | |
download | tdepim-cfb328d59024a251690b6e47c9f8d343fd8c241c.tar.gz tdepim-cfb328d59024a251690b6e47c9f8d343fd8c241c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'tderesources/birthdays')
-rw-r--r-- | tderesources/birthdays/resourcekabc.cpp | 6 | ||||
-rw-r--r-- | tderesources/birthdays/resourcekabc.h | 2 | ||||
-rw-r--r-- | tderesources/birthdays/resourcekabcconfig.cpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tderesources/birthdays/resourcekabc.cpp b/tderesources/birthdays/resourcekabc.cpp index a36517ebd..d6869bbe5 100644 --- a/tderesources/birthdays/resourcekabc.cpp +++ b/tderesources/birthdays/resourcekabc.cpp @@ -26,14 +26,14 @@ #include <tqstring.h> #include <tqptrlist.h> -#include <klocale.h> +#include <tdelocale.h> #include <kdebug.h> #include <kurl.h> #include <tdeio/job.h> #include <kstandarddirs.h> -#include <kabc/stdaddressbook.h> -#include <kabc/locknull.h> +#include <tdeabc/stdaddressbook.h> +#include <tdeabc/locknull.h> #include "libkcal/vcaldrag.h" #include "libkcal/vcalformat.h" diff --git a/tderesources/birthdays/resourcekabc.h b/tderesources/birthdays/resourcekabc.h index 008b87e5d..42bb50412 100644 --- a/tderesources/birthdays/resourcekabc.h +++ b/tderesources/birthdays/resourcekabc.h @@ -29,7 +29,7 @@ #include "libkcal/incidence.h" #include "libkcal/calendarlocal.h" -#include <kabc/addressbook.h> +#include <tdeabc/addressbook.h> #include "libkcal/resourcecalendar.h" diff --git a/tderesources/birthdays/resourcekabcconfig.cpp b/tderesources/birthdays/resourcekabcconfig.cpp index 24a79bf2b..5bb459091 100644 --- a/tderesources/birthdays/resourcekabcconfig.cpp +++ b/tderesources/birthdays/resourcekabcconfig.cpp @@ -26,7 +26,7 @@ #include <kabprefs.h> #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> #include "resourcekabc.h" #include "resourcekabcconfig.h" |