diff options
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 |