summaryrefslogtreecommitdiffstats
path: root/libkpgp/kpgpui.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkpgp/kpgpui.h')
-rw-r--r--libkpgp/kpgpui.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/libkpgp/kpgpui.h b/libkpgp/kpgpui.h
index 2b05911e..dc2e8db6 100644
--- a/libkpgp/kpgpui.h
+++ b/libkpgp/kpgpui.h
@@ -52,9 +52,9 @@ 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
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -73,9 +73,9 @@ 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
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -101,9 +101,9 @@ class KDE_EXPORT Config : public TQWidget
// -------------------------------------------------------------------------
#define KeySelectionDialogSuper KDialogBase
-class KDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper
+class TDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper
{
- Q_OBJECT
+ TQ_OBJECT
enum TrustCheckMode { NoExpensiveTrustCheck,
@@ -201,9 +201,9 @@ class KDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper
static const int sCheckSelectionDelay;
};
-class KDE_EXPORT KeyRequester: public TQWidget
+class TDE_EXPORT KeyRequester: public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -254,8 +254,8 @@ protected:
};
-class KDE_EXPORT PublicKeyRequester : public KeyRequester {
- Q_OBJECT
+class TDE_EXPORT PublicKeyRequester : public KeyRequester {
+ TQ_OBJECT
public:
PublicKeyRequester( TQWidget * parent=0, bool multipleKeys=false,
@@ -274,8 +274,8 @@ protected:
};
-class KDE_EXPORT SecretKeyRequester : public KeyRequester {
- Q_OBJECT
+class TDE_EXPORT SecretKeyRequester : public KeyRequester {
+ TQ_OBJECT
public:
SecretKeyRequester( TQWidget * parent=0, bool multipleKeys=false,
@@ -295,9 +295,9 @@ protected:
// -------------------------------------------------------------------------
-class KDE_EXPORT KeyApprovalDialog: public KDialogBase
+class TDE_EXPORT KeyApprovalDialog: public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -331,9 +331,9 @@ class KDE_EXPORT KeyApprovalDialog: public KDialogBase
// -------------------------------------------------------------------------
-class KDE_EXPORT CipherTextDialog: public KDialogBase
+class TDE_EXPORT CipherTextDialog: public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public: