From d6705bac5da767ff271b66c0f01ff6ed6352515e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 May 2024 17:48:46 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- libkcal/attachment.h | 2 +- libkcal/confirmsavedialog.h | 2 +- libkcal/htmlexport.h | 2 +- libkcal/htmlexportsettings.kcfgc | 2 +- libkcal/imipscheduler.h | 2 +- libkcal/libkcal_export.h | 2 +- libkcal/period.h | 2 +- libkcal/resourcecached.h | 2 +- libkcal/resourcecachedconfig.h | 4 ++-- libkcal/vcaldrag.h | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) (limited to 'libkcal') diff --git a/libkcal/attachment.h b/libkcal/attachment.h index 9d36274c4..8377836ea 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 List; diff --git a/libkcal/confirmsavedialog.h b/libkcal/confirmsavedialog.h index bc0fcb09d..313dd2731 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 0fbe8022d..bcf5af96a 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 db2360aac..e756d7e21 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 59379403f..698ef0b55 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 7fca2dbee..19502ff16 100644 --- a/libkcal/libkcal_export.h +++ b/libkcal/libkcal_export.h @@ -23,6 +23,6 @@ #include -#define LIBKCAL_EXPORT KDE_EXPORT +#define LIBKCAL_EXPORT TDE_EXPORT #endif diff --git a/libkcal/period.h b/libkcal/period.h index b0ca32a33..64250a436 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 6fc30a1ce..6d0458084 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 81e4ee8ee..ff3639c13 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 7cb8c6bbd..7cfbff52f 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: /** -- cgit v1.2.1