Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/29/head
Michele Calgaro 3 weeks ago
parent 2d36eedbf7
commit 22063d7718
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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

@ -56,7 +56,7 @@ public:
};
extern "C" {
KDE_EXPORT void *init_libkgpgfile()
TDE_EXPORT void *init_libkgpgfile()
{
return new KGPGFileFactory;
}

@ -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

Loading…
Cancel
Save