diff options
Diffstat (limited to 'tderesources/egroupware')
6 files changed, 6 insertions, 6 deletions
diff --git a/tderesources/egroupware/kcal_resourcexmlrpc.h b/tderesources/egroupware/kcal_resourcexmlrpc.h index b3eef6326..45cc13448 100644 --- a/tderesources/egroupware/kcal_resourcexmlrpc.h +++ b/tderesources/egroupware/kcal_resourcexmlrpc.h @@ -50,7 +50,7 @@ class EGroupwarePrefs; /** This class provides access to php/eGroupware calendar via XML-RPC. */ -class KDE_EXPORT ResourceXMLRPC : public ResourceCached +class TDE_EXPORT ResourceXMLRPC : public ResourceCached { TQ_OBJECT diff --git a/tderesources/egroupware/kcal_resourcexmlrpcconfig.h b/tderesources/egroupware/kcal_resourcexmlrpcconfig.h index 0cd619c09..316b5dfda 100644 --- a/tderesources/egroupware/kcal_resourcexmlrpcconfig.h +++ b/tderesources/egroupware/kcal_resourcexmlrpcconfig.h @@ -30,7 +30,7 @@ class KURLRequester; namespace KCal { -class KDE_EXPORT ResourceXMLRPCConfig : public KRES::ConfigWidget +class TDE_EXPORT ResourceXMLRPCConfig : public KRES::ConfigWidget { TQ_OBJECT diff --git a/tderesources/egroupware/knotes_resourcexmlrpc.h b/tderesources/egroupware/knotes_resourcexmlrpc.h index e0b19cfc5..83ee4b27b 100644 --- a/tderesources/egroupware/knotes_resourcexmlrpc.h +++ b/tderesources/egroupware/knotes_resourcexmlrpc.h @@ -46,7 +46,7 @@ class EGroupwarePrefs; /** This class provides access to eGroupware notes via XML-RPC. */ -class KDE_EXPORT ResourceXMLRPC : public ResourceNotes +class TDE_EXPORT ResourceXMLRPC : public ResourceNotes { TQ_OBJECT diff --git a/tderesources/egroupware/knotes_resourcexmlrpcconfig.h b/tderesources/egroupware/knotes_resourcexmlrpcconfig.h index 25557d4fc..b451fafbb 100644 --- a/tderesources/egroupware/knotes_resourcexmlrpcconfig.h +++ b/tderesources/egroupware/knotes_resourcexmlrpcconfig.h @@ -30,7 +30,7 @@ class KURLRequester; namespace KNotes { -class KDE_EXPORT ResourceXMLRPCConfig : public KRES::ConfigWidget +class TDE_EXPORT ResourceXMLRPCConfig : public KRES::ConfigWidget { TQ_OBJECT diff --git a/tderesources/egroupware/tdeabc_resourcexmlrpc.h b/tderesources/egroupware/tdeabc_resourcexmlrpc.h index d671912a4..e5996b5eb 100644 --- a/tderesources/egroupware/tdeabc_resourcexmlrpc.h +++ b/tderesources/egroupware/tdeabc_resourcexmlrpc.h @@ -37,7 +37,7 @@ namespace TDEABC { class EGroupwarePrefs; -class KDE_EXPORT ResourceXMLRPC : public ResourceCached +class TDE_EXPORT ResourceXMLRPC : public ResourceCached { TQ_OBJECT diff --git a/tderesources/egroupware/tdeabc_resourcexmlrpcconfig.h b/tderesources/egroupware/tdeabc_resourcexmlrpcconfig.h index 6208f684a..2b06903ad 100644 --- a/tderesources/egroupware/tdeabc_resourcexmlrpcconfig.h +++ b/tderesources/egroupware/tdeabc_resourcexmlrpcconfig.h @@ -29,7 +29,7 @@ class KURLRequester; namespace TDEABC { -class KDE_EXPORT ResourceXMLRPCConfig : public KRES::ConfigWidget +class TDE_EXPORT ResourceXMLRPCConfig : public KRES::ConfigWidget { TQ_OBJECT |