summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kmymoney2/export.h2
-rw-r--r--libkgpgfile/kgpgfile.cpp2
-rw-r--r--libkgpgfile/kgpgfile.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/export.h b/kmymoney2/export.h
index 8e912df..d7ce3aa 100644
--- a/kmymoney2/export.h
+++ b/kmymoney2/export.h
@@ -26,7 +26,7 @@
#if KDE_IS_VERSION(3,2,90)
#ifdef __KDE_HAVE_GCC_VISIBILITY
#include <kdemacros.h>
- #define KMYMONEY_EXPORT KDE_EXPORT
+ #define KMYMONEY_EXPORT TDE_EXPORT
#else
#define KMYMONEY_EXPORT
#endif
diff --git a/libkgpgfile/kgpgfile.cpp b/libkgpgfile/kgpgfile.cpp
index cb13294..4267fb5 100644
--- a/libkgpgfile/kgpgfile.cpp
+++ b/libkgpgfile/kgpgfile.cpp
@@ -56,7 +56,7 @@ public:
};
extern "C" {
- KDE_EXPORT void *init_libkgpgfile()
+ TDE_EXPORT void *init_libkgpgfile()
{
return new KGPGFileFactory;
}
diff --git a/libkgpgfile/kgpgfile.h b/libkgpgfile/kgpgfile.h
index d12b718..d94100a 100644
--- a/libkgpgfile/kgpgfile.h
+++ b/libkgpgfile/kgpgfile.h
@@ -56,7 +56,7 @@ class TDEProcess;
* GPGAvailable(). Other, more general methods such as open(), close() and flush() are
* not shown in the above picture.
*/
-class KDE_EXPORT KGPGFile : public TQObject, public TQFile
+class TDE_EXPORT KGPGFile : public TQObject, public TQFile
{
TQ_OBJECT