summaryrefslogtreecommitdiffstats
path: root/lib/options.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-03 12:17:17 +0900
committerMichele Calgaro <[email protected]>2024-05-07 12:40:55 +0900
commitf28feea0875563b43816bb5c33dc07b645e52760 (patch)
treedcff0223ad4832ee6bb9cb0f4ef95ee63048e81b /lib/options.h
parent40ffb58a4968dbaa2227a40ef29d48b20b284732 (diff)
downloadkpilot-f28feea0875563b43816bb5c33dc07b645e52760.tar.gz
kpilot-f28feea0875563b43816bb5c33dc07b645e52760.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9de594378bf48ba52e8db36ba49db3c2b682ec6e)
Diffstat (limited to 'lib/options.h')
-rw-r--r--lib/options.h10
1 files changed, 5 insertions, 5 deletions
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