summaryrefslogtreecommitdiffstats
path: root/tderesources/slox
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 11:17:04 +0900
commitd6705bac5da767ff271b66c0f01ff6ed6352515e (patch)
treea617f12381b078079df41f885e42af386439cea7 /tderesources/slox
parent8973dc76ab93ba7acb94478a37f480762a82f19d (diff)
downloadtdepim-d6705bac5da767ff271b66c0f01ff6ed6352515e.tar.gz
tdepim-d6705bac5da767ff271b66c0f01ff6ed6352515e.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tderesources/slox')
-rw-r--r--tderesources/slox/kcalresourceslox.h2
-rw-r--r--tderesources/slox/kcalresourcesloxconfig.h2
-rw-r--r--tderesources/slox/sloxaccounts.h2
-rw-r--r--tderesources/slox/sloxbase.h2
-rw-r--r--tderesources/slox/sloxfolder.h2
-rw-r--r--tderesources/slox/sloxfoldermanager.h2
-rw-r--r--tderesources/slox/tdeabcresourceslox.h2
-rw-r--r--tderesources/slox/tdeabcresourcesloxconfig.h2
-rw-r--r--tderesources/slox/webdavhandler.h4
9 files changed, 10 insertions, 10 deletions
diff --git a/tderesources/slox/kcalresourceslox.h b/tderesources/slox/kcalresourceslox.h
index a4a80b3e..59db8a9f 100644
--- a/tderesources/slox/kcalresourceslox.h
+++ b/tderesources/slox/kcalresourceslox.h
@@ -58,7 +58,7 @@ class SloxAccounts;
/**
This class provides a calendar stored as a remote file.
*/
-class KDE_EXPORT KCalResourceSlox : public KCal::ResourceCached, public SloxBase
+class TDE_EXPORT KCalResourceSlox : public KCal::ResourceCached, public SloxBase
{
TQ_OBJECT
diff --git a/tderesources/slox/kcalresourcesloxconfig.h b/tderesources/slox/kcalresourcesloxconfig.h
index 21670bbb..2ebd0108 100644
--- a/tderesources/slox/kcalresourcesloxconfig.h
+++ b/tderesources/slox/kcalresourcesloxconfig.h
@@ -42,7 +42,7 @@ class SloxBase;
@see KCalResourceSlox
*/
-class KDE_EXPORT KCalResourceSloxConfig : public KRES::ConfigWidget
+class TDE_EXPORT KCalResourceSloxConfig : public KRES::ConfigWidget
{
TQ_OBJECT
diff --git a/tderesources/slox/sloxaccounts.h b/tderesources/slox/sloxaccounts.h
index 7b5e92a1..a9e615da 100644
--- a/tderesources/slox/sloxaccounts.h
+++ b/tderesources/slox/sloxaccounts.h
@@ -30,7 +30,7 @@ class Job;
class SloxBase;
-class KDE_EXPORT SloxAccounts : public TQObject
+class TDE_EXPORT SloxAccounts : public TQObject
{
TQ_OBJECT
diff --git a/tderesources/slox/sloxbase.h b/tderesources/slox/sloxbase.h
index dc3c9c53..577c8387 100644
--- a/tderesources/slox/sloxbase.h
+++ b/tderesources/slox/sloxbase.h
@@ -27,7 +27,7 @@ namespace KRES {
class Resource;
}
-class KDE_EXPORT SloxBase {
+class TDE_EXPORT SloxBase {
public:
enum Field {
ObjectId = 0, // system fields
diff --git a/tderesources/slox/sloxfolder.h b/tderesources/slox/sloxfolder.h
index 06f08003..bb39ba85 100644
--- a/tderesources/slox/sloxfolder.h
+++ b/tderesources/slox/sloxfolder.h
@@ -32,7 +32,7 @@ enum FolderType {
Contacts
};
-class KDE_EXPORT SloxFolder
+class TDE_EXPORT SloxFolder
{
public:
SloxFolder( const TQString &id, const TQString &parentId, const TQString &type, const TQString &name, bool def = false );
diff --git a/tderesources/slox/sloxfoldermanager.h b/tderesources/slox/sloxfoldermanager.h
index f61ab471..c0be7c1a 100644
--- a/tderesources/slox/sloxfoldermanager.h
+++ b/tderesources/slox/sloxfoldermanager.h
@@ -35,7 +35,7 @@ class DavJob;
class SloxBase;
class SloxFolder;
-class KDE_EXPORT SloxFolderManager : public TQObject
+class TDE_EXPORT SloxFolderManager : public TQObject
{
TQ_OBJECT
diff --git a/tderesources/slox/tdeabcresourceslox.h b/tderesources/slox/tdeabcresourceslox.h
index 225f8a33..126ee75c 100644
--- a/tderesources/slox/tdeabcresourceslox.h
+++ b/tderesources/slox/tdeabcresourceslox.h
@@ -45,7 +45,7 @@ namespace TDEABC {
class SloxPrefs;
-class KDE_EXPORT ResourceSlox : public ResourceCached, public SloxBase
+class TDE_EXPORT ResourceSlox : public ResourceCached, public SloxBase
{
TQ_OBJECT
diff --git a/tderesources/slox/tdeabcresourcesloxconfig.h b/tderesources/slox/tdeabcresourcesloxconfig.h
index 46a9a74a..37b27e1d 100644
--- a/tderesources/slox/tdeabcresourcesloxconfig.h
+++ b/tderesources/slox/tdeabcresourcesloxconfig.h
@@ -32,7 +32,7 @@ class SloxBase;
namespace TDEABC {
-class KDE_EXPORT ResourceSloxConfig : public KRES::ConfigWidget
+class TDE_EXPORT ResourceSloxConfig : public KRES::ConfigWidget
{
TQ_OBJECT
diff --git a/tderesources/slox/webdavhandler.h b/tderesources/slox/webdavhandler.h
index 6d98fd52..338fe2c3 100644
--- a/tderesources/slox/webdavhandler.h
+++ b/tderesources/slox/webdavhandler.h
@@ -34,7 +34,7 @@ class Incidence;
class SloxBase;
-class KDE_EXPORT SloxItem
+class TDE_EXPORT SloxItem
{
public:
enum Status { Invalid, Delete, Create, New };
@@ -49,7 +49,7 @@ class KDE_EXPORT SloxItem
TQString responseDescription;
};
-class KDE_EXPORT WebdavHandler
+class TDE_EXPORT WebdavHandler
{
public:
WebdavHandler();