diff options
Diffstat (limited to 'libkpgp')
-rw-r--r-- | libkpgp/kpgp.h | 2 | ||||
-rw-r--r-- | libkpgp/kpgpblock.h | 2 | ||||
-rw-r--r-- | libkpgp/kpgpui.h | 16 |
3 files changed, 10 insertions, 10 deletions
diff --git a/libkpgp/kpgp.h b/libkpgp/kpgp.h index 5ae06b798..bd7fda9ce 100644 --- a/libkpgp/kpgp.h +++ b/libkpgp/kpgp.h @@ -78,7 +78,7 @@ enum Result class Base; class Block; -class KDE_EXPORT Module +class TDE_EXPORT Module { friend class Block; diff --git a/libkpgp/kpgpblock.h b/libkpgp/kpgpblock.h index a1df95bf3..736ea20ab 100644 --- a/libkpgp/kpgpblock.h +++ b/libkpgp/kpgpblock.h @@ -90,7 +90,7 @@ class Module; * BEGIN PGP SIGNED MESSAGE * Used for cleartext signed messages. */ -class KDE_EXPORT Block +class TDE_EXPORT Block { public: diff --git a/libkpgp/kpgpui.h b/libkpgp/kpgpui.h index dacfe41b2..dc2e8db6f 100644 --- a/libkpgp/kpgpui.h +++ b/libkpgp/kpgpui.h @@ -52,7 +52,7 @@ class Key; // needed by KeySelectionDialog class KeyIDList; // needed by KeySelectionDialog /** the passphrase dialog */ -class KDE_EXPORT PassphraseDialog : public KDialogBase +class TDE_EXPORT PassphraseDialog : public KDialogBase { TQ_OBJECT @@ -73,7 +73,7 @@ class KDE_EXPORT PassphraseDialog : public KDialogBase /** a widget for configuring the pgp interface. Can be included into a tabdialog. This widget by itself does not provide an apply/cancel button mechanism. */ -class KDE_EXPORT Config : public TQWidget +class TDE_EXPORT Config : public TQWidget { TQ_OBJECT @@ -101,7 +101,7 @@ class KDE_EXPORT Config : public TQWidget // ------------------------------------------------------------------------- #define KeySelectionDialogSuper KDialogBase -class KDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper +class TDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper { TQ_OBJECT @@ -201,7 +201,7 @@ class KDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper static const int sCheckSelectionDelay; }; -class KDE_EXPORT KeyRequester: public TQWidget +class TDE_EXPORT KeyRequester: public TQWidget { TQ_OBJECT @@ -254,7 +254,7 @@ protected: }; -class KDE_EXPORT PublicKeyRequester : public KeyRequester { +class TDE_EXPORT PublicKeyRequester : public KeyRequester { TQ_OBJECT public: @@ -274,7 +274,7 @@ protected: }; -class KDE_EXPORT SecretKeyRequester : public KeyRequester { +class TDE_EXPORT SecretKeyRequester : public KeyRequester { TQ_OBJECT public: @@ -295,7 +295,7 @@ protected: // ------------------------------------------------------------------------- -class KDE_EXPORT KeyApprovalDialog: public KDialogBase +class TDE_EXPORT KeyApprovalDialog: public KDialogBase { TQ_OBJECT @@ -331,7 +331,7 @@ class KDE_EXPORT KeyApprovalDialog: public KDialogBase // ------------------------------------------------------------------------- -class KDE_EXPORT CipherTextDialog: public KDialogBase +class TDE_EXPORT CipherTextDialog: public KDialogBase { TQ_OBJECT |