diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:59:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:59:53 -0600 |
commit | 508a49f9ef02a7b03411c8e9953ba79c99b91c0c (patch) | |
tree | 1df40da8f05d010a3e175c3d48e3529cccf2e067 /kdeaccounts-plugin/kdeaccountsformat.cpp | |
parent | 19cea58302be2d15b10b106c80ff82f7b5a2fa79 (diff) | |
download | tdesdk-508a49f9ef02a7b03411c8e9953ba79c99b91c0c.tar.gz tdesdk-508a49f9ef02a7b03411c8e9953ba79c99b91c0c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kdeaccounts-plugin/kdeaccountsformat.cpp')
-rw-r--r-- | kdeaccounts-plugin/kdeaccountsformat.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdeaccounts-plugin/kdeaccountsformat.cpp b/kdeaccounts-plugin/kdeaccountsformat.cpp index fc9f2cb3..97a07d4d 100644 --- a/kdeaccounts-plugin/kdeaccountsformat.cpp +++ b/kdeaccounts-plugin/kdeaccountsformat.cpp @@ -3,9 +3,9 @@ #include <tqcstring.h> #include <tqfile.h> -#include <kabc/addressbook.h> -#include <kabc/addressee.h> -#include <kabc/resourcefile.h> +#include <tdeabc/addressbook.h> +#include <tdeabc/addressee.h> +#include <tdeabc/resourcefile.h> extern "C" { |