diff options
author | Michele Calgaro <[email protected]> | 2024-05-03 12:17:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-07 12:40:55 +0900 |
commit | f28feea0875563b43816bb5c33dc07b645e52760 (patch) | |
tree | dcff0223ad4832ee6bb9cb0f4ef95ee63048e81b /lib/options.h | |
parent | 40ffb58a4968dbaa2227a40ef29d48b20b284732 (diff) | |
download | kpilot-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.h | 10 |
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 |