From cfb328d59024a251690b6e47c9f8d343fd8c241c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 15 Feb 2013 21:59:38 -0600 Subject: Rename additional header files to avoid conflicts with KDE4 --- tderesources/groupwise/kabc_resourcegroupwise.cpp | 6 +++--- tderesources/groupwise/kabc_resourcegroupwise_plugin.cpp | 4 ++-- tderesources/groupwise/kabc_resourcegroupwiseconfig.cpp | 2 +- tderesources/groupwise/kcal_resourcegroupwise.cpp | 4 ++-- tderesources/groupwise/kcal_resourcegroupwise.h | 2 +- tderesources/groupwise/kcal_resourcegroupwise_plugin.cpp | 4 ++-- tderesources/groupwise/kcal_resourcegroupwiseconfig.cpp | 2 +- tderesources/groupwise/soap/contactconverter.cpp | 2 +- tderesources/groupwise/soap/contactconverter.h | 2 +- tderesources/groupwise/soap/groupwiseserver.cpp | 10 +++++----- tderesources/groupwise/soap/groupwiseserver.h | 2 +- tderesources/groupwise/soap/gwjobs.cpp | 6 +++--- tderesources/groupwise/soap/gwjobs.h | 2 +- tderesources/groupwise/soap/incidenceconverter.cpp | 6 +++--- tderesources/groupwise/soap/ksslsocket.cpp | 4 ++-- tderesources/groupwise/soap/soapdebug.cpp | 2 +- tderesources/groupwise/tdeioslave/groupwise.cpp | 8 ++++---- 17 files changed, 34 insertions(+), 34 deletions(-) (limited to 'tderesources/groupwise') diff --git a/tderesources/groupwise/kabc_resourcegroupwise.cpp b/tderesources/groupwise/kabc_resourcegroupwise.cpp index cf5c4e95d..8499aa9ff 100644 --- a/tderesources/groupwise/kabc_resourcegroupwise.cpp +++ b/tderesources/groupwise/kabc_resourcegroupwise.cpp @@ -21,11 +21,11 @@ #include #include -#include -#include +#include +#include #include #include -#include +#include #include "kabc_groupwiseprefs.h" diff --git a/tderesources/groupwise/kabc_resourcegroupwise_plugin.cpp b/tderesources/groupwise/kabc_resourcegroupwise_plugin.cpp index 3f973bc52..e71a66e5e 100644 --- a/tderesources/groupwise/kabc_resourcegroupwise_plugin.cpp +++ b/tderesources/groupwise/kabc_resourcegroupwise_plugin.cpp @@ -21,8 +21,8 @@ #include "kabc_resourcegroupwise.h" #include "kabc_resourcegroupwiseconfig.h" -#include -#include +#include +#include using namespace KABC; diff --git a/tderesources/groupwise/kabc_resourcegroupwiseconfig.cpp b/tderesources/groupwise/kabc_resourcegroupwiseconfig.cpp index 0f35e5b4c..1212a6bc5 100644 --- a/tderesources/groupwise/kabc_resourcegroupwiseconfig.cpp +++ b/tderesources/groupwise/kabc_resourcegroupwiseconfig.cpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/tderesources/groupwise/kcal_resourcegroupwise.cpp b/tderesources/groupwise/kcal_resourcegroupwise.cpp index 7471b7cd6..0d385ae98 100644 --- a/tderesources/groupwise/kcal_resourcegroupwise.cpp +++ b/tderesources/groupwise/kcal_resourcegroupwise.cpp @@ -36,9 +36,9 @@ #include #include -#include +#include #include -#include +#include #include #include #include diff --git a/tderesources/groupwise/kcal_resourcegroupwise.h b/tderesources/groupwise/kcal_resourcegroupwise.h index f4417079c..e1cab8758 100644 --- a/tderesources/groupwise/kcal_resourcegroupwise.h +++ b/tderesources/groupwise/kcal_resourcegroupwise.h @@ -27,7 +27,7 @@ #include -#include +#include #include #include #include diff --git a/tderesources/groupwise/kcal_resourcegroupwise_plugin.cpp b/tderesources/groupwise/kcal_resourcegroupwise_plugin.cpp index 1c1df762f..3bd7d088d 100644 --- a/tderesources/groupwise/kcal_resourcegroupwise_plugin.cpp +++ b/tderesources/groupwise/kcal_resourcegroupwise_plugin.cpp @@ -21,8 +21,8 @@ #include "kcal_resourcegroupwise.h" #include "kcal_resourcegroupwiseconfig.h" -#include -#include +#include +#include using namespace KCal; diff --git a/tderesources/groupwise/kcal_resourcegroupwiseconfig.cpp b/tderesources/groupwise/kcal_resourcegroupwiseconfig.cpp index 5f0152a21..cb9f44936 100644 --- a/tderesources/groupwise/kcal_resourcegroupwiseconfig.cpp +++ b/tderesources/groupwise/kcal_resourcegroupwiseconfig.cpp @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include diff --git a/tderesources/groupwise/soap/contactconverter.cpp b/tderesources/groupwise/soap/contactconverter.cpp index 69c4b90f2..1ce391381 100644 --- a/tderesources/groupwise/soap/contactconverter.cpp +++ b/tderesources/groupwise/soap/contactconverter.cpp @@ -21,7 +21,7 @@ #include "contactconverter.h" #include -#include +#include ContactConverter::ContactConverter( struct soap* soap ) : GWConverter( soap ) diff --git a/tderesources/groupwise/soap/contactconverter.h b/tderesources/groupwise/soap/contactconverter.h index 7dbc8c79c..2f98a328c 100644 --- a/tderesources/groupwise/soap/contactconverter.h +++ b/tderesources/groupwise/soap/contactconverter.h @@ -21,7 +21,7 @@ #ifndef KABC_GW_CONTACTCONVERTER_H #define KABC_GW_CONTACTCONVERTER_H -#include +#include #include "gwconverter.h" diff --git a/tderesources/groupwise/soap/groupwiseserver.cpp b/tderesources/groupwise/soap/groupwiseserver.cpp index 780708347..4e2810777 100644 --- a/tderesources/groupwise/soap/groupwiseserver.cpp +++ b/tderesources/groupwise/soap/groupwiseserver.cpp @@ -27,16 +27,16 @@ #include #include -#include -#include +#include +#include #include #include #include -#include -#include +#include +#include #include -#include +#include #include #include diff --git a/tderesources/groupwise/soap/groupwiseserver.h b/tderesources/groupwise/soap/groupwiseserver.h index e1c25c0f3..71c6f6d54 100644 --- a/tderesources/groupwise/soap/groupwiseserver.h +++ b/tderesources/groupwise/soap/groupwiseserver.h @@ -32,7 +32,7 @@ #include -#include +#include #include #include "gwjobs.h" diff --git a/tderesources/groupwise/soap/gwjobs.cpp b/tderesources/groupwise/soap/gwjobs.cpp index 343a4a208..435bb2aef 100644 --- a/tderesources/groupwise/soap/gwjobs.cpp +++ b/tderesources/groupwise/soap/gwjobs.cpp @@ -19,9 +19,9 @@ */ #include -#include -#include -#include +#include +#include +#include #include #include diff --git a/tderesources/groupwise/soap/gwjobs.h b/tderesources/groupwise/soap/gwjobs.h index bf60ecbd9..e3ce4a2fa 100644 --- a/tderesources/groupwise/soap/gwjobs.h +++ b/tderesources/groupwise/soap/gwjobs.h @@ -24,7 +24,7 @@ #include -#include +#include namespace KABC { class Resource; diff --git a/tderesources/groupwise/soap/incidenceconverter.cpp b/tderesources/groupwise/soap/incidenceconverter.cpp index 79ad94a57..580d84e6e 100644 --- a/tderesources/groupwise/soap/incidenceconverter.cpp +++ b/tderesources/groupwise/soap/incidenceconverter.cpp @@ -18,15 +18,15 @@ Boston, MA 02110-1301, USA. */ -#include +#include #include #include #include #include #include #include -#include -#include +#include +#include #include #include "incidenceconverter.h" diff --git a/tderesources/groupwise/soap/ksslsocket.cpp b/tderesources/groupwise/soap/ksslsocket.cpp index 16ddf70db..6bf74da55 100644 --- a/tderesources/groupwise/soap/ksslsocket.cpp +++ b/tderesources/groupwise/soap/ksslsocket.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include #include @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include "ksslsocket.h" diff --git a/tderesources/groupwise/soap/soapdebug.cpp b/tderesources/groupwise/soap/soapdebug.cpp index 5ea29cbea..3c9cfc802 100644 --- a/tderesources/groupwise/soap/soapdebug.cpp +++ b/tderesources/groupwise/soap/soapdebug.cpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include diff --git a/tderesources/groupwise/tdeioslave/groupwise.cpp b/tderesources/groupwise/tdeioslave/groupwise.cpp index fb58643cb..4eb240240 100644 --- a/tderesources/groupwise/tdeioslave/groupwise.cpp +++ b/tderesources/groupwise/tdeioslave/groupwise.cpp @@ -30,14 +30,14 @@ #include #include -#include -#include +#include +#include #include #include #include -#include -#include +#include +#include #include #include -- cgit v1.2.1