diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
commit | 64df902cf71a8ee258fb85f6be26248f399aa01f (patch) | |
tree | dba58f705042c22cea26b678d5b0e4e9a34bf202 /libkpimexchange/core/exchangeclient.cpp | |
parent | de53c98cab07e9c4b0f5e25dab82830fb6fc67ec (diff) | |
download | tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.tar.gz tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'libkpimexchange/core/exchangeclient.cpp')
-rw-r--r-- | libkpimexchange/core/exchangeclient.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkpimexchange/core/exchangeclient.cpp b/libkpimexchange/core/exchangeclient.cpp index eadcc2bed..c316a25a4 100644 --- a/libkpimexchange/core/exchangeclient.cpp +++ b/libkpimexchange/core/exchangeclient.cpp @@ -25,8 +25,8 @@ #include <klocale.h> // These for test() method -#include <kio/http.h> -#include <kio/davjob.h> +#include <tdeio/http.h> +#include <tdeio/davjob.h> // #include "libtdepim/resources/resourcemanager.h" // #include "libtdepim/resources/calendar/resourcecalendar.h" |