diff options
Diffstat (limited to 'libtdenetwork/gpgmepp/decryptionresult.h')
-rw-r--r-- | libtdenetwork/gpgmepp/decryptionresult.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtdenetwork/gpgmepp/decryptionresult.h b/libtdenetwork/gpgmepp/decryptionresult.h index da4833bb..f23d5fc3 100644 --- a/libtdenetwork/gpgmepp/decryptionresult.h +++ b/libtdenetwork/gpgmepp/decryptionresult.h @@ -26,13 +26,13 @@ #include <iosfwd> -#include <tdepimmacros.h> +#include <tdemacros.h> namespace GpgME { class Error; - class KDE_EXPORT DecryptionResult : public Result { + class TDE_EXPORT DecryptionResult : public Result { public: DecryptionResult( gpgme_ctx_t ctx=0, int error=0 ); explicit DecryptionResult( const Error & err ); @@ -52,7 +52,7 @@ namespace GpgME { Private * d; }; - KDE_EXPORT std::ostream & operator<<( std::ostream & os, const DecryptionResult & result ); + TDE_EXPORT std::ostream & operator<<( std::ostream & os, const DecryptionResult & result ); } |