From f28feea0875563b43816bb5c33dc07b645e52760 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 3 May 2024 12:17:17 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro (cherry picked from commit 9de594378bf48ba52e8db36ba49db3c2b682ec6e) --- lib/options.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/options.h') diff --git a/lib/options.h b/lib/options.h index 0896af0..9fbcf22 100644 --- a/lib/options.h +++ b/lib/options.h @@ -67,9 +67,9 @@ inline std::ostream& operator <<(std::ostream &o, const TQCString &s) #define DEBUG (1) #endif -extern KDE_EXPORT int debug_level; +extern TDE_EXPORT int debug_level; -class KDE_EXPORT KPilotDepthCount +class TDE_EXPORT KPilotDepthCount { public: KPilotDepthCount(int, int level, const char *s); @@ -147,12 +147,12 @@ TQString rtExpand(const TQString &s, TQt::TextFormat richText); /** * Convert a struct tm from the pilot-link package to a TQDateTime */ -KDE_EXPORT TQDateTime readTm(const struct tm &t); +TDE_EXPORT TQDateTime readTm(const struct tm &t); /** * Convert a TQDateTime to a struct tm for use with the pilot-link package */ -KDE_EXPORT struct tm writeTm(const TQDateTime &dt); -KDE_EXPORT struct tm writeTm(const TQDate &dt); +TDE_EXPORT struct tm writeTm(const TQDateTime &dt); +TDE_EXPORT struct tm writeTm(const TQDate &dt); // Some layout macros -- cgit v1.2.3