summaryrefslogtreecommitdiffstats
path: root/libkcal
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 /libkcal
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 'libkcal')
-rw-r--r--libkcal/attachment.h2
-rw-r--r--libkcal/confirmsavedialog.h2
-rw-r--r--libkcal/htmlexport.h2
-rw-r--r--libkcal/htmlexportsettings.kcfgc2
-rw-r--r--libkcal/imipscheduler.h2
-rw-r--r--libkcal/libkcal_export.h2
-rw-r--r--libkcal/period.h2
-rw-r--r--libkcal/resourcecached.h2
-rw-r--r--libkcal/resourcecachedconfig.h4
-rw-r--r--libkcal/vcaldrag.h2
10 files changed, 11 insertions, 11 deletions
diff --git a/libkcal/attachment.h b/libkcal/attachment.h
index 9d36274c..8377836e 100644
--- a/libkcal/attachment.h
+++ b/libkcal/attachment.h
@@ -31,7 +31,7 @@ namespace KCal {
/**
This class represents information related to an attachment.
*/
-class KDE_EXPORT Attachment
+class TDE_EXPORT Attachment
{
public:
typedef ListBase<Attachment> List;
diff --git a/libkcal/confirmsavedialog.h b/libkcal/confirmsavedialog.h
index bc0fcb09..313dd273 100644
--- a/libkcal/confirmsavedialog.h
+++ b/libkcal/confirmsavedialog.h
@@ -29,7 +29,7 @@ class TDEListView;
namespace KCal {
-class KDE_EXPORT ConfirmSaveDialog : public KDialogBase
+class TDE_EXPORT ConfirmSaveDialog : public KDialogBase
{
public:
ConfirmSaveDialog( const TQString &destination, TQWidget *parent,
diff --git a/libkcal/htmlexport.h b/libkcal/htmlexport.h
index 0fbe8022..bcf5af96 100644
--- a/libkcal/htmlexport.h
+++ b/libkcal/htmlexport.h
@@ -39,7 +39,7 @@ namespace KCal {
/**
This class provides the functions to export a calendar as an HTML page.
*/
-class KDE_EXPORT HtmlExport
+class TDE_EXPORT HtmlExport
{
public:
/**
diff --git a/libkcal/htmlexportsettings.kcfgc b/libkcal/htmlexportsettings.kcfgc
index db2360aa..e756d7e2 100644
--- a/libkcal/htmlexportsettings.kcfgc
+++ b/libkcal/htmlexportsettings.kcfgc
@@ -7,4 +7,4 @@ MemberVariables=public
GlobalEnums=true
ItemAccessors=true
SetUserTexts=true
-Visibility=KDE_EXPORT
+Visibility=TDE_EXPORT
diff --git a/libkcal/imipscheduler.h b/libkcal/imipscheduler.h
index 59379403..698ef0b5 100644
--- a/libkcal/imipscheduler.h
+++ b/libkcal/imipscheduler.h
@@ -34,7 +34,7 @@ namespace KCal {
This class implements the iTIP interface using the email interface specified
as iMIP.
*/
-class KDE_EXPORT IMIPScheduler : public Scheduler
+class TDE_EXPORT IMIPScheduler : public Scheduler
{
public:
IMIPScheduler( Calendar * );
diff --git a/libkcal/libkcal_export.h b/libkcal/libkcal_export.h
index 7fca2dbe..19502ff1 100644
--- a/libkcal/libkcal_export.h
+++ b/libkcal/libkcal_export.h
@@ -23,6 +23,6 @@
#include <kdemacros.h>
-#define LIBKCAL_EXPORT KDE_EXPORT
+#define LIBKCAL_EXPORT TDE_EXPORT
#endif
diff --git a/libkcal/period.h b/libkcal/period.h
index b0ca32a3..64250a43 100644
--- a/libkcal/period.h
+++ b/libkcal/period.h
@@ -32,7 +32,7 @@ namespace KCal {
This class represents a period of time. The period can be defined by either a
start time and an end time or by a start time and a duration.
*/
-class KDE_EXPORT Period
+class TDE_EXPORT Period
{
public:
Period();
diff --git a/libkcal/resourcecached.h b/libkcal/resourcecached.h
index 6fc30a1c..6d045808 100644
--- a/libkcal/resourcecached.h
+++ b/libkcal/resourcecached.h
@@ -42,7 +42,7 @@ namespace KCal {
This class provides a calendar resource using a local CalendarLocal object to
cache the calendar data.
*/
-class KDE_EXPORT ResourceCached : public ResourceCalendar,
+class TDE_EXPORT ResourceCached : public ResourceCalendar,
public KCal::Calendar::Observer
{
TQ_OBJECT
diff --git a/libkcal/resourcecachedconfig.h b/libkcal/resourcecachedconfig.h
index 81e4ee8e..ff3639c1 100644
--- a/libkcal/resourcecachedconfig.h
+++ b/libkcal/resourcecachedconfig.h
@@ -36,7 +36,7 @@ class ResourceCached;
@see ResourceCached
*/
-class KDE_EXPORT ResourceCachedReloadConfig : public TQWidget
+class TDE_EXPORT ResourceCachedReloadConfig : public TQWidget
{
TQ_OBJECT
@@ -63,7 +63,7 @@ class KDE_EXPORT ResourceCachedReloadConfig : public TQWidget
@see ResourceCached
*/
-class KDE_EXPORT ResourceCachedSaveConfig : public TQWidget
+class TDE_EXPORT ResourceCachedSaveConfig : public TQWidget
{
TQ_OBJECT
diff --git a/libkcal/vcaldrag.h b/libkcal/vcaldrag.h
index 7cb8c6bb..7cfbff52 100644
--- a/libkcal/vcaldrag.h
+++ b/libkcal/vcaldrag.h
@@ -32,7 +32,7 @@ class Calendar;
/**
vCalendar drag&drop class.
*/
-class KDE_EXPORT VCalDrag : public TQStoredDrag
+class TDE_EXPORT VCalDrag : public TQStoredDrag
{
public:
/**