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