summaryrefslogtreecommitdiffstats
path: root/libtdenetwork/gpgmepp/importresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdenetwork/gpgmepp/importresult.h')
-rw-r--r--libtdenetwork/gpgmepp/importresult.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtdenetwork/gpgmepp/importresult.h b/libtdenetwork/gpgmepp/importresult.h
index 020ed0c4..110e9834 100644
--- a/libtdenetwork/gpgmepp/importresult.h
+++ b/libtdenetwork/gpgmepp/importresult.h
@@ -25,14 +25,14 @@
#include <gpgmepp/result.h>
#include <vector>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace GpgME {
class Error;
class Import;
- class KDE_EXPORT ImportResult : public Result {
+ class TDE_EXPORT ImportResult : public Result {
public:
ImportResult( gpgme_ctx_t ctx=0, int error=0 );
explicit ImportResult( const Error & error );
@@ -68,7 +68,7 @@ namespace GpgME {
Private * d;
};
- class KDE_EXPORT Import {
+ class TDE_EXPORT Import {
friend class ImportResult;
Import( ImportResult::Private * parent, unsigned int idx );
public: