summaryrefslogtreecommitdiffstats
path: root/libtdenetwork/gpgmepp/keygenerationresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdenetwork/gpgmepp/keygenerationresult.h')
-rw-r--r--libtdenetwork/gpgmepp/keygenerationresult.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdenetwork/gpgmepp/keygenerationresult.h b/libtdenetwork/gpgmepp/keygenerationresult.h
index 7b2d98e8..7fef89f3 100644
--- a/libtdenetwork/gpgmepp/keygenerationresult.h
+++ b/libtdenetwork/gpgmepp/keygenerationresult.h
@@ -23,12 +23,12 @@
#include <gpgmepp/gpgmefw.h>
#include <gpgmepp/result.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace GpgME {
class Error;
- class KDE_EXPORT KeyGenerationResult : public Result {
+ class TDE_EXPORT KeyGenerationResult : public Result {
public:
KeyGenerationResult( gpgme_ctx_t ctx=0, int error=0 );
explicit KeyGenerationResult( const Error & err );