summaryrefslogtreecommitdiffstats
path: root/libtdenetwork/gpgmepp/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdenetwork/gpgmepp/key.h')
-rw-r--r--libtdenetwork/gpgmepp/key.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/libtdenetwork/gpgmepp/key.h b/libtdenetwork/gpgmepp/key.h
index f05d372d..b64c564e 100644
--- a/libtdenetwork/gpgmepp/key.h
+++ b/libtdenetwork/gpgmepp/key.h
@@ -16,8 +16,6 @@
You should have received a copy of the GNU General Public License
along with GPGME; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
-
-// -*- c++ -*-
#ifndef __GPGMEPP_KEY_H__
#define __GPGMEPP_KEY_H__
@@ -27,7 +25,7 @@
#include <sys/time.h>
#include <vector>
-#include <tdepimmacros.h>
+#include <tdemacros.h>
namespace GpgME {
@@ -38,7 +36,7 @@ namespace GpgME {
// class Key
//
- class KDE_EXPORT Key {
+ class TDE_EXPORT Key {
friend class Context;
public:
Key();
@@ -112,7 +110,7 @@ namespace GpgME {
// class Subkey
//
- class KDE_EXPORT Subkey {
+ class TDE_EXPORT Subkey {
public:
Subkey( gpgme_key_t key=0, gpgme_sub_key_t subkey=0 );
Subkey( gpgme_key_t key, unsigned int idx );
@@ -158,7 +156,7 @@ namespace GpgME {
// class UserID
//
- class KDE_EXPORT UserID {
+ class TDE_EXPORT UserID {
public:
class Signature;
@@ -200,7 +198,7 @@ namespace GpgME {
// class UserID::Signature
//
- class KDE_EXPORT UserID::Signature {
+ class TDE_EXPORT UserID::Signature {
public:
class Notation;
@@ -257,7 +255,7 @@ namespace GpgME {
//
//
- class KDE_EXPORT UserID::Signature::Notation {
+ class TDE_EXPORT UserID::Signature::Notation {
public:
Notation( gpgme_key_t key=0, gpgme_user_id_t uid=0,
gpgme_key_sig_t sig=0, gpgme_sig_notation_t nota=0 );