summaryrefslogtreecommitdiffstats
path: root/libkpgp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 11:17:04 +0900
commitd6705bac5da767ff271b66c0f01ff6ed6352515e (patch)
treea617f12381b078079df41f885e42af386439cea7 /libkpgp
parent8973dc76ab93ba7acb94478a37f480762a82f19d (diff)
downloadtdepim-d6705bac5da767ff271b66c0f01ff6ed6352515e.tar.gz
tdepim-d6705bac5da767ff271b66c0f01ff6ed6352515e.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkpgp')
-rw-r--r--libkpgp/kpgp.h2
-rw-r--r--libkpgp/kpgpblock.h2
-rw-r--r--libkpgp/kpgpui.h16
3 files changed, 10 insertions, 10 deletions
diff --git a/libkpgp/kpgp.h b/libkpgp/kpgp.h
index 5ae06b79..bd7fda9c 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 a1df95bf..736ea20a 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 dacfe41b..dc2e8db6 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